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

Method UpdateHook

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

Source from the content-addressed store, hash-verified

65type HookManager interface {
66 RegisterHook(ctx context.Context, hook *Hook) error
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)

Callers 1

UpdateHookMethod · 0.65

Implementers 1

redisHookManagerinternal/hooks/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected