feat: upload

This commit is contained in:
Rogee
2025-01-15 10:43:16 +08:00
parent 9bfdf0e0ea
commit ab827715fb
16 changed files with 378 additions and 161 deletions

View File

@@ -10,7 +10,7 @@ type Storage struct {
}
type CreateStorageReq struct {
Name string `json:"name"`
Config string `json:"config"`
Type fields.StorageType `json:"type"`
Name string `json:"name"`
Config fields.StorageConfig `json:"config"`
Type fields.StorageType `json:"type"`
}