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.
func RegisterLegacy ¶
RegisterLegacy functions similarly to Register, but it checks the "DOCKER_HIDE_LEGACY_COMMANDS" environment variable and if it has been set and is non-empty, the command will be hidden. It is designed to be called in an init function and is not safe for concurrent use.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.