mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
rename batch_handler to handler
This commit is contained in:
parent
0f9c134114
commit
64654ef7c3
6 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
use async_trait::async_trait;
|
||||
|
||||
pub use batch_handlers::empty_handler::EmptyBatchHandler;
|
||||
pub use batch_handlers::snapshot_handler::SnapshotHandler;
|
||||
pub use handlers::empty_handler::EmptyBatchHandler;
|
||||
pub use handlers::snapshot_handler::SnapshotHandler;
|
||||
pub use scheduler::Scheduler;
|
||||
pub use task_store::TaskFilter;
|
||||
|
||||
|
@ -14,8 +14,8 @@ use batch::Batch;
|
|||
use error::Result;
|
||||
|
||||
pub mod batch;
|
||||
mod batch_handlers;
|
||||
pub mod error;
|
||||
mod handlers;
|
||||
mod scheduler;
|
||||
pub mod task;
|
||||
mod task_store;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue