(ctx context.Context, hookID string)
| 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 |
no outgoing calls
no test coverage detected