refactor: 去除无用的getter方法

This commit is contained in:
meilin.huang
2024-01-29 11:34:48 +08:00
parent 923e183a67
commit b9afbc764d
18 changed files with 11 additions and 193 deletions

View File

@@ -10,7 +10,3 @@ func InitIoc() {
ioc.Register(new(oauth2AppImpl), ioc.WithComponentName("Oauth2App"))
}
func GetAuthApp() Oauth2 {
return ioc.Get[Oauth2]("Oauth2App")
}