Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { // Embed the unimplemented server pb.UnimplementedHealthServiceServer }
func (*Service) Check ¶
func (h *Service) Check(ctx context.Context, req *pb.HealthCheckRequest) (*pb.HealthCheckResponse, error)
func (*Service) Watch ¶
func (h *Service) Watch(req *pb.HealthCheckRequest, stream pb.HealthService_WatchServer) error
Click to show internal directories.
Click to hide internal directories.