Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTriggerCommand ¶
func NewTriggerCommand(config *settings.Config, preRunE validator.Validator, opts ...TriggerOption) *cobra.Command
NewTriggerCommand generates a cobra command for managing triggers
Types ¶
type TriggerOption ¶
type TriggerOption interface {
// contains filtered or unexported methods
}
TriggerOption configures a command created by NewTriggerCommand
func CustomReader ¶
func CustomReader(r UserInputReader) TriggerOption
CustomReader returns a TriggerOption that sets a given UserInputReader to a trigger command
Click to show internal directories.
Click to hide internal directories.