| 1580 | } |
| 1581 | |
| 1582 | type WebhookService struct { |
| 1583 | cs *CloudStackClient |
| 1584 | } |
| 1585 | |
| 1586 | func NewWebhookService(cs *CloudStackClient) WebhookServiceIface { |
| 1587 | return &WebhookService{cs: cs} |
nothing calls this directly
no outgoing calls
no test coverage detected