mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-31 19:56:36 +08:00
wip: 自定义oauth2登录配置
This commit is contained in:
@@ -17,7 +17,7 @@ type Config interface {
|
||||
|
||||
Save(config *entity.Config)
|
||||
|
||||
// 获取指定key的配置信息, 不会返回nil, 若不存在则值都默认值即空字符串
|
||||
// GetConfig 获取指定key的配置信息, 不会返回nil, 若不存在则值都默认值即空字符串
|
||||
GetConfig(key string) *entity.Config
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user