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

Method ListWebhookLogs

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

ListWebhookLogs to list webhook logs

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

Source from the content-addressed store, hash-verified

83 AddWebhookLog(ctx context.Context, webhookLog *schemas.WebhookLog) (*schemas.WebhookLog, error)
84 // ListWebhookLogs to list webhook logs
85 ListWebhookLogs(ctx context.Context, pagination *model.Pagination, webhookID string) ([]*schemas.WebhookLog, *model.Pagination, error)
86
87 // AddEmailTemplate to add EmailTemplate
88 AddEmailTemplate(ctx context.Context, emailTemplate *schemas.EmailTemplate) (*schemas.EmailTemplate, error)

Callers 2

WebhookLogsMethod · 0.65
testWebhookOperationsFunction · 0.65

Calls

no outgoing calls

Tested by 1

testWebhookOperationsFunction · 0.52