Files
akshay-97 c980f01691 feat(customer): Customer kv impl (#4267)
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>
2024-04-12 07:11:03 +00:00

6 lines
126 B
Rust

use diesel_models::customers::Customer;
use crate::redis::kv_store::KvStorePartition;
impl KvStorePartition for Customer {}