| 39 | } |
| 40 | |
| 41 | type Handler interface { |
| 42 | Name() string |
| 43 | Execute(ctx context.Context, hook *v1.Hook, vars interface{}, runner tasks.TaskRunner, event v1.Hook_Condition) error |
| 44 | ActionType() reflect.Type |
| 45 | } |
no outgoing calls
no test coverage detected