Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandScope ¶
type CommandScope int
CommandScope determines who can use the command
const ( All CommandScope Admins Disabled )
All - anyone can use the command Admin - only admins can use thecommand Disabled - the command is disabled, no one can use it
func (CommandScope) String ¶
func (s CommandScope) String() string
Click to show internal directories.
Click to hide internal directories.