ServiceInterface interface for webhook operations.
| 22 | |
| 23 | // ServiceInterface interface for webhook operations. |
| 24 | type ServiceInterface interface { |
| 25 | ReTriggerWebhookExecution(ctx context.Context, webhookExecutionID int64) (*gitnesswebhook.TriggerResult, error) |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…