MeiliSearch/meilisearch-http/tests/index/mod.rs

5 lines
69 B
Rust
Raw Normal View History

2021-02-18 19:50:52 +01:00
mod create_index;
mod get_index;
2021-02-18 20:28:10 +01:00
mod update_index;
2021-02-18 20:44:33 +01:00
mod delete_index;