Home
last modified time | relevance | path

Searched defs:HealthCheckResponse (Results 1 – 3 of 3) sorted by relevance

/tonic/tonic-health/proto/
H A Dhealth.proto32 message HealthCheckResponse { message
/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs8 pub struct HealthCheckResponse { struct
12 /// Nested message and enum types in `HealthCheckResponse`. argument
144 tonic::Response<super::HealthCheckResponse>, in check()
183 tonic::Response<tonic::codec::Streaming<super::HealthCheckResponse>>, in watch()
224 tonic::Response<super::HealthCheckResponse>, in check()
/tonic/tonic-health/src/
H A Dserver.rs122 ) -> Result<Response<HealthCheckResponse>, Status> { in check()
178 impl HealthCheckResponse { implementation