mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(region): marshall correctly SDiskBackup.DiskConfig
This commit is contained in:
@@ -58,8 +58,8 @@ type SDiskBackup struct {
|
||||
DiskSizeMb int `nullable:"false" list:"user" create:"optional"`
|
||||
DiskType string `width:"32" charset:"ascii" nullable:"true" list:"user" create:"optional"`
|
||||
// 操作系统类型
|
||||
OsType string `width:"32" charset:"ascii" nullable:"true" list:"user" create:"optional"`
|
||||
DiskConfig *SBackupDiskConfig `ignore:"true"`
|
||||
OsType string `width:"32" charset:"ascii" nullable:"true" list:"user" create:"optional"`
|
||||
DiskConfig *SBackupDiskConfig
|
||||
}
|
||||
|
||||
var DiskBackupManager *SDiskBackupManager
|
||||
|
||||
Reference in New Issue
Block a user