mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
refactor(core): introduce an interface to switch between old and new connector integration implementations on the connectors (#5013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,6 +1,10 @@
|
||||
pub mod api;
|
||||
pub mod authentication;
|
||||
pub mod authorization;
|
||||
pub mod connector_integration_interface;
|
||||
pub mod conversion_impls;
|
||||
#[cfg(feature = "email")]
|
||||
pub mod email;
|
||||
pub mod encryption;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod jwt;
|
||||
@ -10,9 +14,6 @@ pub mod pm_auth;
|
||||
#[cfg(feature = "recon")]
|
||||
pub mod recon;
|
||||
|
||||
#[cfg(feature = "email")]
|
||||
pub mod email;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use error_stack::ResultExt;
|
||||
|
||||
Reference in New Issue
Block a user