MCPcopy Index your code
hub / github.com/apache/cloudstack-go / WebhookService

Struct WebhookService

cloudstack/cloudstack.go:1582–1584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1580}
1581
1582type WebhookService struct {
1583 cs *CloudStackClient
1584}
1585
1586func NewWebhookService(cs *CloudStackClient) WebhookServiceIface {
1587 return &WebhookService{cs: cs}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected