Fix basepool & 优化 repo
This commit is contained in:
@@ -77,3 +77,9 @@ type APIKeyDetails struct {
|
||||
CooldownUntil *time.Time `json:"cooldown_until"`
|
||||
EncryptedKey string
|
||||
}
|
||||
|
||||
// SettingsManager 定义了系统设置管理器的抽象接口。
|
||||
|
||||
type SettingsManager interface {
|
||||
GetSettings() *SystemSettings
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user