1 2 3 4 5 6
pub mod instance; pub mod checker; // Реэкспорты pub use instance::HealthChecker; pub use checker::HealthStatus;