//! Webhook delivery and inbound-signature verification for external
//! integrations.
//!//! Re-exports the [`WebhookService`] facade along with its configuration,
//! retry-policy, and delivery/test result types from the `service` submodule.
modservice;pubuseservice::{
RetryPolicy, WebhookConfig, WebhookDeliveryResult, WebhookService, WebhookTestResult,};