forge-runtime 0.9.0

Runtime executors and gateway for the Forge framework
1
2
3
4
5
6
7
//! Webhook runtime components.

mod handler;
mod registry;

pub use handler::{WebhookState, webhook_handler};
pub use registry::{BoxedWebhookHandler, WebhookEntry, WebhookRegistry};