(p *CreateWebhookParams)
| 29 | |
| 30 | type WebhookServiceIface interface { |
| 31 | CreateWebhook(p *CreateWebhookParams) (*CreateWebhookResponse, error) |
| 32 | NewCreateWebhookParams(name string, payloadurl string) *CreateWebhookParams |
| 33 | DeleteWebhook(p *DeleteWebhookParams) (*DeleteWebhookResponse, error) |
| 34 | NewDeleteWebhookParams(id string) *DeleteWebhookParams |
no outgoing calls