feat(health): Expose grpc_health_v1 file descriptor set (#620)

This commit is contained in:
Blake Willoughby
2021-07-13 15:35:35 -04:00
committed by GitHub
parent 99fdc98d41
commit 6ee638d940
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -28,6 +28,9 @@ pub mod proto {
#![allow(unreachable_pub)]
#![allow(missing_docs)]
tonic::include_proto!("grpc.health.v1");
pub const GRPC_HEALTH_V1_FILE_DESCRIPTOR_SET: &'static [u8] =
tonic::include_file_descriptor_set!("grpc_health_v1");
}
pub mod server;