MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / ListWebhook

Method ListWebhook

internal/storage/provider.go:74–74  ·  view source on GitHub ↗

ListWebhook to list webhook

(ctx context.Context, pagination *model.Pagination)

Source from the content-addressed store, hash-verified

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

Callers 2

WebhooksMethod · 0.65
testWebhookOperationsFunction · 0.65

Calls

no outgoing calls

Tested by 1

testWebhookOperationsFunction · 0.52