Searched refs:HealthCheckResponse (Results 1 – 3 of 3) sorted by relevance
4 use crate::pb::{HealthCheckRequest, HealthCheckResponse};122 ) -> Result<Response<HealthCheckResponse>, Status> { in check() argument128 Ok(Response::new(HealthCheckResponse::new(status))) in check()160 type Item = Result<HealthCheckResponse, Status>;168 .map(|opt| opt.map(|status| Ok(HealthCheckResponse::new(status)))) in poll_next()178 impl HealthCheckResponse { implementation
8 pub struct HealthCheckResponse { struct144 tonic::Response<super::HealthCheckResponse>, in check() argument183 tonic::Response<tonic::codec::Streaming<super::HealthCheckResponse>>, in watch() argument224 tonic::Response<super::HealthCheckResponse>, in check() argument229 Item = std::result::Result<super::HealthCheckResponse, tonic::Status>,336 type Response = super::HealthCheckResponse; in call()381 type Response = super::HealthCheckResponse; in call()
32 message HealthCheckResponse { message45 rpc Check(HealthCheckRequest) returns (HealthCheckResponse);62 rpc Watch(HealthCheckRequest) returns (stream HealthCheckResponse);