Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/compozy/agh
/ stubExecutor
Struct
stubExecutor
internal/hooks/types_test.go:11–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
)
10
11
type
stubExecutor
struct
{
12
kind HookExecutorKind
13
}
14
15
func
(e stubExecutor) Kind() HookExecutorKind {
16
return
e.kind
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected