1 2 3 4 5 6 7 8 9
//! Compatibility surface for diagnostics contracts moved into the domain layer. pub use crate::domain::{ GraphInspection, HealthStorageSnapshot, SqliteStorageDiagnostics, StorageHealth, }; #[cfg(test)] #[path = "health_tests.rs"] mod tests;