Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReqAppsQuery ¶
type ReqAppsQuery struct {
Langs []string `json:"langs" form:"langs"`
BizDomain []string `json:"tags" form:"tags"`
Qs string `json:"qs" form:"qs"`
SortBy string `json:"sortBy" form:"sortBy"`
Page int `json:"page" form:"page"`
CustomBy string `json:"custom"`
PageSize uint `json:"pageSize"`
}
ReqAppsQuery ...
type RespInfo ¶
type RespInfo struct {
Id int `json:"id" gorm:"not null;column:id"` // id类型?
HostName string `json:"hostName" gorm:"not null;column:host_name"`
Ip string `json:"ip" gorm:"not null;column:ip"`
DeviceID int `json:"deviceId" gorm:"not null;column:device_id"`
Env string `json:"env"gorm:"not null"`
RegionCode string `json:"regionCode"gorm:"not null"`
RegionName string `json:"regionName"gorm:"not null"`
ZoneCode string `json:"zone_code"gorm:"not null"`
IsGrpc int `json:"isGrpc"`
IsHttp int `json:"isHttp"`
IsDayu int `json:"isDayu"`
}
Click to show internal directories.
Click to hide internal directories.