mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-17 08:10:14 +08:00
7 lines
92 B
Rust
7 lines
92 B
Rust
mod create_index;
|
|
mod delete_index;
|
|
mod errors;
|
|
mod get_index;
|
|
mod stats;
|
|
mod update_index;
|