Expand description
Webhook notifications for publish events.
Webhook notifications backed by the shipper-webhook microcrate.
This module keeps shipper’s public webhook API stable while delegating the
HTTP transport behavior to the dedicated microcrate.
Structs§
- Webhook
Client - Webhook client for dispatching publish events.
- Webhook
Payload - Typed webhook payload payload.
Enums§
- Webhook
Event - Webhook events published during a publish run.
Functions§
- maybe_
send_ event - Send a webhook event if webhooks are configured.
Type Aliases§
- Webhook
Config - Webhook configuration type provided by the
shipper-webhookmicrocrate.