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

Struct execHandler

pkg/devspace/pipeline/engine/pipelinehandler/handler.go:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112type execHandler struct {
113 ctx devspacecontext.Context
114 stdout io.Writer
115 stderr io.Writer
116 pipeline types.Pipeline
117
118 basicHandler enginetypes.ExecHandler
119}
120
121func (e *execHandler) ExecHandler(ctx context.Context, args []string) error {
122 select {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected