feat(router): add gateway_status_map interface (#2804)

This commit is contained in:
Sai Harsha Vardhan
2023-11-08 15:54:50 +05:30
committed by GitHub
parent 7623ea93be
commit a429b23c7f
11 changed files with 436 additions and 4 deletions

View File

@ -12,6 +12,7 @@ pub mod ephemeral_key;
pub mod events;
pub mod file;
pub mod fraud_check;
pub mod gsm;
pub mod locker_mock_up;
pub mod mandate;
pub mod merchant_account;
@ -80,6 +81,7 @@ pub trait StorageInterface:
+ business_profile::BusinessProfileInterface
+ organization::OrganizationInterface
+ routing_algorithm::RoutingAlgorithmInterface
+ gsm::GsmInterface
+ 'static
{
fn get_scheduler_db(&self) -> Box<dyn scheduler::SchedulerInterface>;