ListWebhook to list webhook
(ctx context.Context, pagination *model.Pagination)
| 72 | UpdateWebhook(ctx context.Context, webhook *schemas.Webhook) (*schemas.Webhook, error) |
| 73 | // ListWebhook to list webhook |
| 74 | ListWebhook(ctx context.Context, pagination *model.Pagination) ([]*schemas.Webhook, *model.Pagination, error) |
| 75 | // GetWebhookByID to get webhook by id |
| 76 | GetWebhookByID(ctx context.Context, webhookID string) (*schemas.Webhook, error) |
| 77 | // GetWebhookByEventName to get webhook by event_name |
no outgoing calls