1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-03-12 11:02:05 +01:00

6 lines
80 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;
2021-02-18 19:50:52 +01:00
mod get_index;
2021-04-01 21:54:37 +03:00
mod stats;
2021-02-18 20:28:10 +01:00
mod update_index;