register dump handler

This commit is contained in:
ad hoc
2022-05-19 14:51:04 +02:00
parent 60a8249de6
commit 414d0907ce
4 changed files with 25 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
use async_trait::async_trait;
pub use batch_handlers::empty_handler::EmptyBatchHandler;
pub use batch_handlers::{dump_handler::DumpHandler, empty_handler::EmptyBatchHandler};
pub use scheduler::Scheduler;
pub use task_store::TaskFilter;