mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(mandate_kv): add kv support for mandate (#4275)
Co-authored-by: Akshay S <akshay.s@Akshay-Subramanian-D66TQ6D97K.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
5
crates/storage_impl/src/mandate.rs
Normal file
5
crates/storage_impl/src/mandate.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use diesel_models::Mandate;
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
impl KvStorePartition for Mandate {}
|
||||
Reference in New Issue
Block a user