mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-23 12:06:29 +00:00
Move crates under a sub folder to clean up the code
This commit is contained in:
6
crates/meilisearch/tests/index/mod.rs
Normal file
6
crates/meilisearch/tests/index/mod.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
mod create_index;
|
||||
mod delete_index;
|
||||
mod errors;
|
||||
mod get_index;
|
||||
mod stats;
|
||||
mod update_index;
|
Reference in New Issue
Block a user