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

Method DeleteHook

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

Source from the content-addressed store, hash-verified

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)
71 ExecuteHooks(ctx context.Context, hooks []*Hook, hookType HookType, transactionID string, data interface{}) error

Callers 1

DeleteHookMethod · 0.65

Implementers 1

redisHookManagerinternal/hooks/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected