mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
6 lines
141 B
Rust
6 lines
141 B
Rust
use diesel_models::reverse_lookup::ReverseLookup;
|
|
|
|
use crate::redis::kv_store::KvStorePartition;
|
|
|
|
impl KvStorePartition for ReverseLookup {}
|