Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Menu ¶
type Menu int
const ( // NONE is the default or zero value used when the menu is not set NONE Menu = iota ALLMENUS MAIN AGENT // LISTENER is for a specific, already instantiated, listener menu LISTENER // LISTENERS is for the top-level listeners menu LISTENERS // LISTENERSETUP is the menu used to configure listener options before creation LISTENERSETUP // MODULE is for a specific, already instantiated, module menu MODULE // MODULES is for the top-level module menu MODULES )
Click to show internal directories.
Click to hide internal directories.