feat(health): Expose proto and client (#471) (#602)

Co-authored-by: kvwu <[email protected]>
Co-authored-by: Lucio Franco <[email protected]>
This commit is contained in:
Kevin
2021-04-13 17:54:18 -04:00
committed by GitHub
co-authored by kvwu Lucio Franco
parent 0b535985c8
commit 49f6137673
3 changed files with 54 additions and 12 deletions
+3 -1
View File
@@ -22,8 +22,10 @@
use std::fmt::{Display, Formatter};
mod proto {
/// Generated protobuf types from the `grpc.healthy.v1` package.
pub mod proto {
#![allow(unreachable_pub)]
#![allow(missing_docs)]
tonic::include_proto!("grpc.health.v1");
}