Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
Handler is an interface that defines a method for handling a specific task or operation for a CLI command in a non-interactive environment (i.e. no TTY).
func NewValidateHandler ¶
func NewValidateHandler( deployEngine engine.DeployEngine, blueprintFile string, writer io.Writer, logger *zap.Logger, ) Handler
NewValidateHandler creates a new validation handler for non-interactive environments.
Click to show internal directories.
Click to hide internal directories.