mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-05 21:20:06 +00:00
Web 服务
This commit is contained in:
@@ -9,12 +9,12 @@ import (
|
||||
"google.golang.org/grpc"
|
||||
|
||||
pb "github.com/p14yground/nezha/proto"
|
||||
"github.com/p14yground/nezha/service/handler"
|
||||
"github.com/p14yground/nezha/service/monitor"
|
||||
"github.com/p14yground/nezha/service/rpc"
|
||||
)
|
||||
|
||||
func main() {
|
||||
auth := handler.AuthHandler{
|
||||
auth := rpc.AuthHandler{
|
||||
AppKey: "naiba",
|
||||
AppSecret: "123456",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user