Commit Graph

3 Commits

Author SHA1 Message Date
Aleksei Androsov ab09c552de
Export health-check messages
To use in serviceMap

const grpcHealthCheck = require('grpc-health-check');
const statusMap = {
    '': grpcHealthCheck.messages.HealthCheckResponse.ServingStatus.SERVING,
};
2020-04-12 12:38:11 +03:00
Justin Beckwith 5841cd9c50 refactor: use individual lodash packages for health check 2018-11-09 16:43:53 -08:00
murgatroid99 990f082f00 Move grpc-tools and grpc-health-check into the packages directory 2017-09-11 18:14:37 -07:00