fix: server api schema (#23)
This commit is contained in:
parent
22ab32052e
commit
9d45bf6601
@ -23,7 +23,7 @@ type Server struct {
|
|||||||
EnableDDNS bool `json:"enable_ddns,omitempty"` // 启用DDNS
|
EnableDDNS bool `json:"enable_ddns,omitempty"` // 启用DDNS
|
||||||
DDNSProfilesRaw string `gorm:"default:'[]';column:ddns_profiles_raw" json:"-"`
|
DDNSProfilesRaw string `gorm:"default:'[]';column:ddns_profiles_raw" json:"-"`
|
||||||
|
|
||||||
DDNSProfiles []uint64 `gorm:"-" json:"ddns_profiles,omitempty"` // DDNS配置
|
DDNSProfiles []uint64 `gorm:"-" json:"ddns_profiles,omitempty" validate:"optional"` // DDNS配置
|
||||||
|
|
||||||
Host *Host `gorm:"-" json:"host,omitempty"`
|
Host *Host `gorm:"-" json:"host,omitempty"`
|
||||||
State *HostState `gorm:"-" json:"state,omitempty"`
|
State *HostState `gorm:"-" json:"state,omitempty"`
|
||||||
|
Loading…
Reference in New Issue
Block a user