WebhookService is a mock of WebhookService interface.
| 12 | |
| 13 | // WebhookService is a mock of WebhookService interface. |
| 14 | type WebhookService struct { |
| 15 | mock.Mock |
| 16 | } |
| 17 | |
| 18 | // ReTriggerWebhookExecution provides a mock function |
| 19 | func (m *WebhookService) ReTriggerWebhookExecution(ctx context.Context, webhookExecutionID int64) (*gitnesswebhook.TriggerResult, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected