feat(router): Add support for Proxy api (#7901)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prasunna Soppa
2025-05-22 18:31:36 +05:30
committed by GitHub
parent 8b0fd048ab
commit 8e9bad6457
22 changed files with 707 additions and 34 deletions

View File

@ -67,10 +67,15 @@ pub mod relay;
#[cfg(feature = "olap")]
pub mod process_tracker;
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
pub mod proxy;
#[cfg(feature = "dummy_connector")]
pub use self::app::DummyConnector;
#[cfg(feature = "v2")]
pub use self::app::PaymentMethodSession;
#[cfg(all(feature = "oltp", feature = "v2", feature = "payment_methods_v2"))]
pub use self::app::Proxy;
#[cfg(all(feature = "olap", feature = "recon", feature = "v1"))]
pub use self::app::Recon;
pub use self::app::{