mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +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;
|