mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
refactor(storage_impl): Integrate the composite store from external crate (#1921)
This commit is contained in:
5
crates/storage_impl/src/refund.rs
Normal file
5
crates/storage_impl/src/refund.rs
Normal file
@ -0,0 +1,5 @@
|
||||
use diesel_models::refund::Refund;
|
||||
|
||||
use crate::redis::kv_store::KvStorePartition;
|
||||
|
||||
impl KvStorePartition for Refund {}
|
||||
Reference in New Issue
Block a user