rename batch_handler to handler

This commit is contained in:
ad hoc
2022-05-25 08:46:06 +02:00
parent 0f9c134114
commit 64654ef7c3
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
pub mod dump_handler;
pub mod empty_handler;
mod index_resolver_handler;
pub mod snapshot_handler;