Skip to content

Commit

Permalink
Merge pull request #1351 from doochik/export-health-check-messages
Browse files Browse the repository at this point in the history
Export health-check messages
  • Loading branch information
murgatroid99 authored Apr 16, 2020
2 parents 4d1bdc4 + ab09c55 commit 37d4acd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/grpc-health-check/health.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ HealthImplementation.prototype.check = function(call, callback){

module.exports = {
Client: health_service.HealthClient,
messages: health_messages,
service: health_service.HealthService,
Implementation: HealthImplementation
};

0 comments on commit 37d4acd

Please sign in to comment.