Versions in this module Expand all Collapse all v1 v1.0.2 May 18, 2023 Changes in this version + func RegisterService(s *grpc.Server, service *Service) + type Config struct + Addr net.Addr + type Service struct + func New(config Config) *Service + func (s *Service) Check(ctx context.Context, req *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)