Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Confgo *confgo
Functions ¶
Types ¶
type CmcAgent ¶
type CmcAgent struct { Id int `json:"id" gorm:"column:id"` Ip string `json:"ip" gorm:"column:ip"` Port string `json:"port" gorm:"column:port"` Hostname string `json:"hostname" gorm:"column:hostname"` Env string `json:"env" gorm:"column:env"` UpdateTime int64 `json:"update_time" gorm:"column:update_time"` Extra string `json:"extra"` }
Click to show internal directories.
Click to hide internal directories.