mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-10 17:52:44 +08:00
feat: add directory management functionality and update handlers to utilize default directory
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
const (
|
||||
TypeAdd = "add"
|
||||
TypeSetDefault = "setdefault"
|
||||
TypeConfig = "config"
|
||||
TypeConfig = "config"
|
||||
TypeCancel = "cancel"
|
||||
)
|
||||
|
||||
@@ -47,4 +47,5 @@ type Add struct {
|
||||
|
||||
type SetDefaultStorage struct {
|
||||
StorageName string
|
||||
DirID uint
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user