MCPcopy
hub / github.com/harness/harness / ServiceInterface

Interface ServiceInterface

registry/services/webhook/interface.go:24–26  ·  view source on GitHub ↗

ServiceInterface interface for webhook operations.

Source from the content-addressed store, hash-verified

22
23// ServiceInterface interface for webhook operations.
24type ServiceInterface interface {
25 ReTriggerWebhookExecution(ctx context.Context, webhookExecutionID int64) (*gitnesswebhook.TriggerResult, error)
26}

Callers

nothing calls this directly

Implementers 6

Serviceregistry/services/webhook/service.go
WebhookServiceregistry/app/api/controller/mocks/webh
APIControllerregistry/app/api/controller/metadata/c
Unimplementedregistry/app/api/openapi/contracts/art
ServerInterfaceWrapperregistry/app/api/openapi/contracts/art
strictHandlerregistry/app/api/openapi/contracts/art

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…