This commit is contained in:
withchao
2023-02-13 19:31:17 +08:00
parent d7ea41fa1a
commit b4f967ea97
6 changed files with 192 additions and 25 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func Start(server *grpc.Server) {
pbGroup.RegisterGroupServer(server, &groupServer{
GroupInterface: controller.NewGroupInterface(nil, cache.NewRedis().GetClient(), unrelation.NewMongo().GetClient()),
registerCenter: nil,
user: check.NewUserCheck(),
user: check.NewUserCheck(nil),
})
}