Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HookE ¶
HookE is a type that represents a function that takes a cobra command and its arguments and returns an error.
func HooksE ¶
HooksE is a function that takes a variable number of HookE functions and returns a new HookE function. The returned HookE function, when called, will execute all the provided HookE functions in order. If any of the HookE functions return an error, the execution is stopped and the error is returned.
Click to show internal directories.
Click to hide internal directories.