MCPcopy
hub / github.com/harness/harness / WebhookService

Struct WebhookService

registry/app/api/controller/mocks/webhook_service.go:14–16  ·  view source on GitHub ↗

WebhookService is a mock of WebhookService interface.

Source from the content-addressed store, hash-verified

12
13// WebhookService is a mock of WebhookService interface.
14type WebhookService struct {
15 mock.Mock
16}
17
18// ReTriggerWebhookExecution provides a mock function
19func (m *WebhookService) ReTriggerWebhookExecution(ctx context.Context, webhookExecutionID int64) (*gitnesswebhook.TriggerResult, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected