feat: upload
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user