Searched refs:HealthService (Results 1 – 2 of 2) sorted by relevance
23 let service = HealthService::new(reporter.statuses.clone()); in health_reporter()102 pub struct HealthService { struct106 impl HealthService { impl108 HealthService { statuses: services } in new()118 impl Health for HealthService { implementation189 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()
294 * **health:** Expose `HealthService` publically ([#930](https://github.com/hyperium/tonic/issues/93…