queue

package
v0.35.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2026 License: MIT Imports: 6 Imported by: 0

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

type MemberType enumflag.Flag
const (
	None MemberType = iota
	Role
	RoleAndSubordinate
	PublicGroup
	User
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL