mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
7 lines
165 B
Rust
7 lines
165 B
Rust
mod core;
|
|
pub mod events;
|
|
|
|
pub trait OutgoingWebhookEventAnalytics: events::OutgoingWebhookLogsFilterAnalytics {}
|
|
|
|
pub use self::core::outgoing_webhook_events_core;
|