Home
last modified time | relevance | path

Searched refs:HealthService (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic-health/src/
H A Dserver.rs23 let service = HealthService::new(reporter.statuses.clone()); in health_reporter()
102 pub struct HealthService { struct
106 impl HealthService { impl
108 HealthService { statuses: services } in new()
118 impl Health for HealthService { implementation
189 use crate::server::{HealthReporter, HealthService};
205 async fn make_test_service() -> (HealthReporter, HealthService) { in make_test_service()
217 let health_service = HealthService::new(health_reporter.statuses.clone()); in make_test_service()
/tonic/
H A DCHANGELOG.md294 * **health:** Expose `HealthService` publically ([#930](https://github.com/hyperium/tonic/issues/93…