Home
last modified time | relevance | path

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

/tonic/tonic-health/src/generated/
H A Dgrpc_health_v1.rs254 pub struct HealthServer<T> { struct
255 inner: Arc<T>,
256 accept_compression_encodings: EnabledCompressionEncodings,
257 send_compression_encodings: EnabledCompressionEncodings,
258 max_decoding_message_size: Option<usize>,
259 max_encoding_message_size: Option<usize>,
261 impl<T> HealthServer<T> { impl
312 impl<T, B> tonic::codegen::Service<http::Request<B>> for HealthServer<T> implementation
442 impl<T> Clone for HealthServer<T> { implementation
456 impl<T> tonic::server::NamedService for HealthServer<T> { implementation