mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-22 17:10:25 +08:00
refactor: oauth2登录重构
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package persistence
|
||||
|
||||
import "mayfly-go/internal/auth/domain/repository"
|
||||
|
||||
var (
|
||||
authAccountRepo = newAuthAccountRepo()
|
||||
)
|
||||
|
||||
func GetOauthAccountRepo() repository.Oauth2Account {
|
||||
return authAccountRepo
|
||||
}
|
||||
Reference in New Issue
Block a user