mirror of https://github.com/grpc/grpc-node.git
Merge pull request #1351 from doochik/export-health-check-messages
Export health-check messages
This commit is contained in:
commit
37d4acdc6b
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue