test(http): server & index stats

This commit is contained in:
Alexey Shekhirin
2021-04-01 21:54:37 +03:00
parent dd9eae8c26
commit 09d9a29176
5 changed files with 108 additions and 0 deletions

View File

@ -1,4 +1,5 @@
mod create_index;
mod delete_index;
mod get_index;
mod stats;
mod update_index;