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

6 lines
80 B
Rust
Raw Normal View History

2021-02-19 02:50:52 +08:00
mod create_index;
2021-03-16 01:11:10 +08:00
mod delete_index;
2021-02-19 02:50:52 +08:00
mod get_index;
2021-04-02 02:54:37 +08:00
mod stats;
2021-02-19 03:28:10 +08:00
mod update_index;