gbserver/gb-storage/src/lib.rs
2024-12-25 16:25:09 -03:00

7 lines
No EOL
137 B
Rust

mod postgres;
mod redis;
mod tikv;
pub use postgres::PostgresCustomerRepository;
pub use redis::RedisStorage;
pub use tikv::TiKVStorage;