refactor: introduce ConnectorIntegrationNew and add default implementation for each Connector (#4989)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Hrithikesh
2024-06-20 15:54:48 +05:30
committed by GitHub
parent 973ecbf84e
commit 84bed81def
28 changed files with 3456 additions and 86 deletions

View File

@ -3,6 +3,9 @@
pub mod api;
pub mod configs;
/// definition of the new connector integration trait
pub mod connector_integration_v2;
pub mod consts;
pub mod encryption_interface;
pub mod errors;
pub mod events;