GetWebhookByEventName to get webhook by event_name
(ctx context.Context, eventName string)
| 76 | GetWebhookByID(ctx context.Context, webhookID string) (*schemas.Webhook, error) |
| 77 | // GetWebhookByEventName to get webhook by event_name |
| 78 | GetWebhookByEventName(ctx context.Context, eventName string) ([]*schemas.Webhook, error) |
| 79 | // DeleteWebhook to delete webhook |
| 80 | DeleteWebhook(ctx context.Context, webhook *schemas.Webhook) error |
| 81 |
no outgoing calls