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

Method Execute

internal/hooks/executor.go:44–44  ·  view source on GitHub ↗
(ctx context.Context, hook RegisteredHook, payload []byte)

Source from the content-addressed store, hash-verified

42type Executor interface {
43 Kind() HookExecutorKind
44 Execute(ctx context.Context, hook RegisteredHook, payload []byte) ([]byte, error)
45}

Implementers 6

stubExecutorinternal/hooks/types_test.go
NativeExecutorinternal/hooks/executor_native.go
SubprocessExecutorinternal/hooks/executor_subprocess.go
pipelineTestExecutorinternal/hooks/pipeline_test.go
WasmExecutorinternal/hooks/executor_wasm_stub.go
hookValidationExecutorinternal/config/hooks.go

Calls

no outgoing calls