Versions in this module Expand all Collapse all v1 v1.0.1-GA Aug 19, 2016 v1.0.0 Jul 11, 2016 Changes in this version + type HealthServer struct + func NewHealthServer() *HealthServer + func (s *HealthServer) Check(ctx context.Context, in *healthpb.HealthCheckRequest) (*healthpb.HealthCheckResponse, error) + func (s *HealthServer) SetServingStatus(service string, status healthpb.HealthCheckResponse_ServingStatus)