mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-11 10:29:38 +08:00
feat: set default storage by inline keyboard
This commit is contained in:
@@ -15,10 +15,6 @@ type Local struct {
|
||||
config config.LocalStorageConfig
|
||||
}
|
||||
|
||||
var ConfigurableItems = []string{
|
||||
"base_path",
|
||||
}
|
||||
|
||||
func (l *Local) Init(cfg config.StorageConfig) error {
|
||||
localConfig, ok := cfg.(*config.LocalStorageConfig)
|
||||
if !ok {
|
||||
|
||||
Reference in New Issue
Block a user