MCPcopy Index your code
hub / github.com/devspace-sh/devspace / ExecHandler

Method ExecHandler

pkg/devspace/pipeline/engine/types/types.go:8–8  ·  view source on GitHub ↗
(ctx context.Context, args []string)

Source from the content-addressed store, hash-verified

6
7type ExecHandler interface {
8 ExecHandler(ctx context.Context, args []string) error
9}

Callers 4

RunWatchFunction · 0.65
XArgsFunction · 0.65
ExecHandlerMethod · 0.65

Implementers 2

execHandlerpkg/devspace/pipeline/engine/basichand
execHandlerpkg/devspace/pipeline/engine/pipelineh

Calls

no outgoing calls

Tested by

no test coverage detected