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

Method ExecutePostHooks

internal/hooks/types.go:73–73  ·  view source on GitHub ↗
(ctx context.Context, transactionID string, data interface{})

Source from the content-addressed store, hash-verified

71 ExecuteHooks(ctx context.Context, hooks []*Hook, hookType HookType, transactionID string, data interface{}) error
72 ExecutePreHooks(ctx context.Context, transactionID string, data interface{}) error
73 ExecutePostHooks(ctx context.Context, transactionID string, data interface{}) error
74 ProcessHookTask(ctx context.Context, task *asynq.Task) error
75}
76

Implementers 1

redisHookManagerinternal/hooks/manager.go

Calls

no outgoing calls

Tested by

no test coverage detected