Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MemberCmd = &cobra.Command{
Use: "member",
Short: "Manage queue members",
}
View Source
var MemberTypeIds = map[MemberType][]string{ None: {"None"}, Role: {"Role"}, RoleAndSubordinate: {"RoleAndSubordinate"}, PublicGroup: {"PublicGroup"}, User: {"User"}, }
View Source
var SobjectCmd = &cobra.Command{
Use: "sobject",
Short: "Manage queue sobjects",
}
Functions ¶
This section is empty.
Types ¶
type MemberType ¶
const ( None MemberType = iota Role RoleAndSubordinate PublicGroup User )
Click to show internal directories.
Click to hide internal directories.