mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
db: Added Reverse lookup table (#147)
This commit is contained in:
@ -14,6 +14,7 @@ pub mod payment_method;
|
||||
pub mod process_tracker;
|
||||
pub mod queue;
|
||||
pub mod refund;
|
||||
pub mod reverse_lookup;
|
||||
pub mod temp_card;
|
||||
|
||||
use std::sync::Arc;
|
||||
@ -51,6 +52,7 @@ pub trait StorageInterface:
|
||||
+ queue::QueueInterface
|
||||
+ ephemeral_key::EphemeralKeyInterface
|
||||
+ connector_response::ConnectorResponseInterface
|
||||
+ reverse_lookup::ReverseLookupInterface
|
||||
+ 'static
|
||||
{
|
||||
async fn close(&mut self) {}
|
||||
|
||||
Reference in New Issue
Block a user