bfile/janitor/src/state.rs

5 lines
62 B
Rust
Raw Normal View History

2023-10-11 16:06:07 +02:00
use redis::Client;
pub struct State {
pub redis: Client
}