src/api2/admin/datastore.rs: add verify api

This commit is contained in:
Dietmar Maurer
2020-06-24 13:11:45 +02:00
parent 23f74c190e
commit c2009e5309
3 changed files with 260 additions and 0 deletions

View File

@ -198,6 +198,9 @@ pub use prune::*;
mod datastore;
pub use datastore::*;
mod verify;
pub use verify::*;
mod catalog_shell;
pub use catalog_shell::*;