mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
To use in serviceMap
const grpcHealthCheck = require('grpc-health-check');
const statusMap = {
'': grpcHealthCheck.messages.HealthCheckResponse.ServingStatus.SERVING,
};