create almost done

This commit is contained in:
nora 2022-06-16 19:54:35 +02:00
parent ed6b2a7dfb
commit 984125841c
3 changed files with 45 additions and 24 deletions

View file

@ -101,6 +101,7 @@ pub struct CourtRoom {
pub role_id: SnowflakeId,
}
#[derive(Clone)]
pub struct Mongo {
db: Database,
}