MeiliSearch/meilisearch/tests/index/mod.rs

7 lines
92 B
Rust
Raw Normal View History

2021-02-18 19:50:52 +01:00
mod create_index;
2021-03-15 18:11:10 +01:00
mod delete_index;
2023-01-24 13:20:20 +01:00
mod errors;
2021-02-18 19:50:52 +01:00
mod get_index;
2021-04-01 20:54:37 +02:00
mod stats;
2021-02-18 20:28:10 +01:00
mod update_index;