Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Commands ¶
Commands returns the internal queue holding registered commands added via Register and RegisterLegacy.
func Register ¶
Register pushes the passed in command into an internal queue which can be retrieved using the Commands function. It is designed to be called in an init function and is not safe for concurrent use.
Types ¶
This section is empty.
Source Files
¶
- commands.go
Click to show internal directories.
Click to hide internal directories.