aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/health_check/health.proto
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-08-24 12:34:18 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-08-24 12:34:18 -0700
commit02dda837da53aaa697a35d15c7d6bdd160ae8290 (patch)
tree3f99fd01b4a4e5c07d8b4e05567b9c6cc5a41771 /src/node/health_check/health.proto
parentfe5f25490d4e290ecf2fc52de64c1230429fd0a3 (diff)
parent28ed2fbfb81f7ee9a9b449324f6c27062864b082 (diff)
Merge branch 'master' of github.com:grpc/grpc into channel_args_compression
Diffstat (limited to 'src/node/health_check/health.proto')
-rw-r--r--src/node/health_check/health.proto5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/node/health_check/health.proto b/src/node/health_check/health.proto
index d31df1e0a7..57f4aaa9c0 100644
--- a/src/node/health_check/health.proto
+++ b/src/node/health_check/health.proto
@@ -32,8 +32,7 @@ syntax = "proto3";
package grpc.health.v1alpha;
message HealthCheckRequest {
- string host = 1;
- string service = 2;
+ string service = 1;
}
message HealthCheckResponse {
@@ -47,4 +46,4 @@ message HealthCheckResponse {
service Health {
rpc Check(HealthCheckRequest) returns (HealthCheckResponse);
-} \ No newline at end of file
+}