wip integrating the scheduler in meilisearch-http

This commit is contained in:
Irevoire
2022-09-22 12:14:51 +02:00
committed by Clément Renault
parent 250410495c
commit 8d51c1f389
16 changed files with 251 additions and 192 deletions

View File

@ -2,7 +2,6 @@
#[macro_use]
pub mod error;
pub mod analytics;
pub mod task;
#[macro_use]
pub mod extractors;
pub mod option;