Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
ServiceNum int64 `json:"service_num"`
AppNum int64 `json:"app_num"`
CanDelete bool `json:"can_delete"`
}
type Member ¶
type SimpleMember ¶
type SimpleTeam ¶
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"`
}
type UpdateMemberRole ¶
Click to show internal directories.
Click to hide internal directories.