MCPcopy Create free account
hub / github.com/compozy/agh / SubprocessExecutor

Struct SubprocessExecutor

internal/hooks/executor_subprocess.go:89–97  ·  view source on GitHub ↗

SubprocessExecutor runs hooks through a local shell command boundary.

Source from the content-addressed store, hash-verified

87
88// SubprocessExecutor runs hooks through a local shell command boundary.
89type SubprocessExecutor struct {
90 command string
91 args []string
92 dir string
93 env map[string]string
94 secretEnv map[string]string
95 secretResolver SecretRefResolver
96 registry *toolruntime.Registry
97}
98
99var _ Executor = (*SubprocessExecutor)(nil)
100

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected