Web 服务

This commit is contained in:
奶爸
2019-12-08 16:59:58 +08:00
parent 5a21ce6ca6
commit d8c4364653
33 changed files with 1112 additions and 21 deletions

View File

@@ -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",
}