Merge pull request #1351 from doochik/export-health-check-messages

Export health-check messages
This commit is contained in:
Michael Lumish 2020-04-16 15:09:38 -07:00 committed by GitHub
commit 37d4acdc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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
};