Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTeam ¶
type ExportTeam ¶
type Item ¶
type Item struct { Id string `json:"id"` Name string `json:"name"` Description string `json:"description"` CreateTime auto.TimeLabel `json:"create_time"` UpdateTime auto.TimeLabel `json:"update_time"` CanDelete bool `json:"can_delete"` ServiceNum int64 `json:"service_num"` AppNum int64 `json:"app_num"` }
type Team ¶
type Team struct { Id string `json:"id"` Name string `json:"name"` Description string `json:"description"` CreateTime auto.TimeLabel `json:"create_time"` UpdateTime auto.TimeLabel `json:"update_time"` Creator auto.Label `json:"creator" aolabel:"user"` Updater auto.Label `json:"updater" aolabel:"user"` CanDelete bool `json:"can_delete"` }
Click to show internal directories.
Click to hide internal directories.