Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckCluster ¶
type CheckCluster struct {
Address string `json:"address"`
}
type Detail ¶
type Detail struct {
Updater auto.Label `json:"updater"`
Creator auto.Label `json:"creator"`
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
Description string `json:"description,omitempty"`
Prefix string `json:"prefix,omitempty"`
CreateTime auto.TimeLabel `json:"create_time,omitempty"`
UpdateTime auto.TimeLabel `json:"update_time,omitempty"`
CanDelete bool `json:"can_delete"`
}
type Item ¶
type Item struct {
Id string `json:"id"`
Name string `json:"name"`
Description string `json:"description"`
ClusterNum int `json:"cluster_num"`
CreateTime auto.TimeLabel `json:"create_time" `
UpdateTime auto.TimeLabel `json:"update_time"`
Updater auto.Label `json:"updater" aolabel:"user"`
Creator auto.Label `json:"creator" aolabel:"user"`
}
type ResetCluster ¶
type ResetCluster struct {
ManagerAddress string `json:"manager_address"`
}
type SimpleWithCluster ¶
Click to show internal directories.
Click to hide internal directories.