视频连线

This commit is contained in:
duoaohui
2026-05-26 22:41:53 +08:00
parent 331941f9ce
commit 24e3a37c96
19 changed files with 860 additions and 4 deletions

View File

@@ -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,
)