MeiliSearch/meilisearch-lib/src/tasks/handlers/mod.rs
2022-05-25 11:13:35 +02:00

5 lines
99 B
Rust

pub mod dump_handler;
pub mod empty_handler;
mod index_resolver_handler;
pub mod snapshot_handler;