command

package
v0.13.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	Name         = "command"
	OptCliConfig = common.OptCliConfig
)

Variables

This section is empty.

Functions

func ConfigureFromFile

func ConfigureFromFile(ctx context.Context, path string) (context.Context, error)

func New

func New(p ppi.Plugin) *cobra.Command

func RegisterCommandConfigHandler

func RegisterCommandConfigHandler(h CommandConfigHandler)

RegisterCommandConfigHandler is used to register a configuration handler for OCM configuration passed by the OCM library. If the OCM config framework is , it can be adapted by adding the ananymous import of the ppi/config package.

Types

type CommandConfigHandler

type CommandConfigHandler interface {
	HandleConfig(ctx context.Context, data []byte) (context.Context, error)
}

Jump to

Keyboard shortcuts

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