Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { }
Server is a trivial gRPC server that implements the standard grpc.health.v1 interface.
func (*Server) Check ¶
func (s *Server) Check(ctx context.Context, hcr *ghc.HealthCheckRequest) (*ghc.HealthCheckResponse, error)
func (*Server) Watch ¶
func (s *Server) Watch(hcr *ghc.HealthCheckRequest, hws ghc.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.