mongo_es/
event_repository.rs

1const DEFAULT_EVENT_COLLECTION: &str = "events";
2
3pub struct MongoEventRepository {}