trigger

package
v0.1.34038 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2025 License: MIT Imports: 6 Imported by: 0

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

type UserInputReader

type UserInputReader interface {
	ReadStringFromUser(msg string) string
	AskConfirm(msg string) bool
}

UserInputReader displays a message and reads a user input value

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL