mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
rename batch_handler to handler
This commit is contained in:
parent
0f9c134114
commit
64654ef7c3
@ -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…
Reference in New Issue
Block a user