Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicModel ¶
type Tasks ¶
type Tasks struct { BasicModel Domain string `json:"domain"` EnableProxy bool `json:"enable_proxy"` EnableSSL bool `json:"enable_ssl"` EnableWaf bool `json:"enable_waf"` ProxyType common.ProxyType `json:"proxy_type"` Payload string `gorm:"type:text" json:"payload"` Certificate string `gorm:"type:text" json:"certificate"` }
type UserCenter ¶
type UserCenter struct { BasicModel Account string `gorm:"type:varchar(300);index" json:"account"` Password string `gorm:"type:varchar(600)" json:"password"` Sale string `gorm:"type:varchar(600)" json:"sale"` }
Click to show internal directories.
Click to hide internal directories.