Skip to main content

Module webhooks

Module webhooks 

Source
Expand description

Webhook notification system for generation events.

Sends HTTP POST notifications to configured endpoints when generation events occur (started, completed, failed, gate_violation).

Structs§

WebhookConfig
Webhook notification configuration.
WebhookDispatcher
Webhook dispatcher that sends notifications to configured endpoints.
WebhookEndpoint
Configuration for a single webhook endpoint.
WebhookPayload
Payload sent to webhook endpoints.

Enums§

WebhookEvent
Webhook event types.