mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: harsh-sharma-juspay <125131007+harsh-sharma-juspay@users.noreply.github.com>
6 lines
143 B
Rust
6 lines
143 B
Rust
mod core;
|
|
pub mod events;
|
|
pub trait ConnectorEventAnalytics: events::ConnectorEventLogAnalytics {}
|
|
|
|
pub use self::core::connector_events_core;
|