Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHealthCheckerServer ¶
RegisterHealthCheckerServer registers the health checker server with the GRPC service.
Types ¶
type Server ¶
type Server struct{}
Server for the Health Check gRPC API
func (*Server) Check ¶
func (s *Server) Check(ctx context.Context, in *grpc_health_v1.HealthCheckRequest) (*grpc_health_v1.HealthCheckResponse, error)
Check is used for health checks
func (*Server) Watch ¶
func (s *Server) Watch(in *grpc_health_v1.HealthCheckRequest, srv grpc_health_v1.Health_WatchServer) error
Watch is not implemented
Click to show internal directories.
Click to hide internal directories.