Searched defs:HealthCheckResponse (Results 1 – 3 of 3) sorted by relevance
32 message HealthCheckResponse { message
8 pub struct HealthCheckResponse { struct12 /// Nested message and enum types in `HealthCheckResponse`. argument144 tonic::Response<super::HealthCheckResponse>, in check()183 tonic::Response<tonic::codec::Streaming<super::HealthCheckResponse>>, in watch()224 tonic::Response<super::HealthCheckResponse>, in check()
122 ) -> Result<Response<HealthCheckResponse>, Status> { in check()178 impl HealthCheckResponse { implementation