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
+1 -1
View File
@@ -1,7 +1,7 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::configure()
.build_server(true)
.build_client(false)
.build_client(true)
.format(false)
.compile(&["proto/health.proto"], &["proto/"])?;