wip: 自定义oauth2登录配置

This commit is contained in:
王一之
2023-07-20 20:34:05 +08:00
parent b7450f8869
commit 179b58e557
19 changed files with 409 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ type Config interface {
Save(config *entity.Config)
// 获取指定key的配置信息, 不会返回nil, 若不存在则值都默认值即空字符串
// GetConfig 获取指定key的配置信息, 不会返回nil, 若不存在则值都默认值即空字符串
GetConfig(key string) *entity.Config
}