MCPcopy Index your code
hub / github.com/docker/docker-agent / builtinHandler

Struct builtinHandler

pkg/hooks/handler.go:289–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289type builtinHandler struct {
290 fn BuiltinFunc
291 args []string
292 // workingDir is the hook's working_dir override (possibly relative);
293 // baseDir is the executor's working directory it resolves against.
294 workingDir string
295 baseDir string
296 env []string
297}
298
299func (h *builtinHandler) Run(ctx context.Context, input []byte) (HandlerResult, error) {
300 var in Input

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected