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;
|
use async_trait::async_trait;
|
||||||
|
|
||||||
pub use batch_handlers::empty_handler::EmptyBatchHandler;
|
pub use handlers::empty_handler::EmptyBatchHandler;
|
||||||
pub use batch_handlers::snapshot_handler::SnapshotHandler;
|
pub use handlers::snapshot_handler::SnapshotHandler;
|
||||||
pub use scheduler::Scheduler;
|
pub use scheduler::Scheduler;
|
||||||
pub use task_store::TaskFilter;
|
pub use task_store::TaskFilter;
|
||||||
|
|
||||||
@ -14,8 +14,8 @@ use batch::Batch;
|
|||||||
use error::Result;
|
use error::Result;
|
||||||
|
|
||||||
pub mod batch;
|
pub mod batch;
|
||||||
mod batch_handlers;
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
|
mod handlers;
|
||||||
mod scheduler;
|
mod scheduler;
|
||||||
pub mod task;
|
pub mod task;
|
||||||
mod task_store;
|
mod task_store;
|
||||||
|
Loading…
Reference in New Issue
Block a user