handlers

package
v0.0.0-...-3776344 Latest Latest
Warning

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

Go to latest
Published: Jun 5, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler interface {
	Handle(ctx context.Context) error
}

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.

type HandlerFunc

type HandlerFunc func(ctx context.Context) error

HandlerFunc is a function type that implements the Handler interface.

func (HandlerFunc) Handle

func (h HandlerFunc) Handle(ctx context.Context) error

Jump to

Keyboard shortcuts

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