MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / GetHook

Method GetHook

internal/hooks/types.go:69–69  ·  view source on GitHub ↗
(ctx context.Context, hookID string)

Source from the content-addressed store, hash-verified

67 UpdateHook(ctx context.Context, hookID string, hook *Hook) error
68 DeleteHook(ctx context.Context, hookID string) error
69 GetHook(ctx context.Context, hookID string) (*Hook, error)
70 ListHooks(ctx context.Context, hookType HookType) ([]*Hook, error)
71 ExecuteHooks(ctx context.Context, hooks []*Hook, hookType HookType, transactionID string, data interface{}) error
72 ExecutePreHooks(ctx context.Context, transactionID string, data interface{}) error

Callers 1

GetHookMethod · 0.65

Implementers 1

redisHookManagerinternal/hooks/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected