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§
- Webhook
Config - Webhook notification configuration.
- Webhook
Dispatcher - Webhook dispatcher that sends notifications to configured endpoints.
- Webhook
Endpoint - Configuration for a single webhook endpoint.
- Webhook
Payload - Payload sent to webhook endpoints.
Enums§
- Webhook
Event - Webhook event types.