(ctx context.Context, transactionID string, data interface{})
| 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 |
no outgoing calls
no test coverage detected