use_context

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: May 4, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigUseContext = func(ctx common.Context, o *UseContextOrchestrator) error {
	return o.RunFunc(o, ctx)
}

Functions

func AddCommand

func AddCommand(
	parent cmd.AnchorCommand,
	cfgManager config.ConfigManager,
	createCmd NewCommandFunc) error

func NewCommand

func NewCommand(
	ctx common.Context,
	cfgManager config.ConfigManager,
	useContextFunc ConfigUseContextFunc) *setContextCmd

Types

type ConfigUseContextFunc

type ConfigUseContextFunc func(ctx common.Context, o *UseContextOrchestrator) error

type NewCommandFunc

type NewCommandFunc func(
	ctx common.Context,
	cfgManager config.ConfigManager,
	useContextFunc ConfigUseContextFunc) *setContextCmd

type UseContextOrchestrator added in v0.3.0

type UseContextOrchestrator struct {
	RunFunc func(o *UseContextOrchestrator, ctx common.Context) error
	// contains filtered or unexported fields
}

func NewOrchestrator

func NewOrchestrator(cfgManager config.ConfigManager, cfgCtxName string) *UseContextOrchestrator

Jump to

Keyboard shortcuts

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