package model type NATForm struct { Name string `json:"name,omitempty" minLength:"1"` Enabled bool `json:"enabled,omitempty"` ServerID uint64 `json:"server_id,omitempty"` Host string `json:"host,omitempty"` Domain string `json:"domain,omitempty"` }