视频连线
This commit is contained in:
@@ -13,8 +13,10 @@ import (
|
||||
var AuthSet = wire.NewSet(
|
||||
dao.NewUserDAO,
|
||||
dao.NewRoleDAO,
|
||||
dao.NewOAuthAccountDAO,
|
||||
service.NewTokenStore,
|
||||
service.NewAuthService,
|
||||
service.NewOAuthService,
|
||||
controller.NewAuthController,
|
||||
controller.NewAdminAuthController,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user