command

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: MPL-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdHandler added in v0.26.0

type CmdHandler struct {
	StateStore *state.StateStore
	Logger     *log.Logger
}

func (*CmdHandler) ModuleCallersHandler added in v0.26.0

func (h *CmdHandler) ModuleCallersHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

func (*CmdHandler) ModuleCallsHandler added in v0.26.0

func (h *CmdHandler) ModuleCallsHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

func (*CmdHandler) ModuleProvidersHandler added in v0.26.0

func (h *CmdHandler) ModuleProvidersHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

func (*CmdHandler) TerraformInitHandler added in v0.26.0

func (h *CmdHandler) TerraformInitHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

func (*CmdHandler) TerraformValidateHandler added in v0.26.0

func (h *CmdHandler) TerraformValidateHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

func (*CmdHandler) TerraformVersionRequestHandler added in v0.29.0

func (h *CmdHandler) TerraformVersionRequestHandler(ctx context.Context, args cmd.CommandArgs) (interface{}, error)

type ModuleType added in v0.29.0

type ModuleType string
const (
	UNKNOWN    ModuleType = "unknown"
	TFREGISTRY ModuleType = "tfregistry"
	LOCAL      ModuleType = "local"
	GITHUB     ModuleType = "github"
	GIT        ModuleType = "git"
)

Jump to

Keyboard shortcuts

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