mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
6 lines
119 B
Rust
6 lines
119 B
Rust
use diesel_models::refund::Refund;
|
|
|
|
use crate::redis::kv_store::KvStorePartition;
|
|
|
|
impl KvStorePartition for Refund {}
|