Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
health.UnimplementedHealthServer
}
func NewService ¶
func NewService() *Service
func (*Service) Check ¶
func (s *Service) Check(_ context.Context, req *health.HealthCheckRequest) (*health.HealthCheckResponse, error)
func (*Service) RegisterGRPC ¶
func (*Service) Watch ¶
func (s *Service) Watch(_ *health.HealthCheckRequest, server health.Health_WatchServer) error
Click to show internal directories.
Click to hide internal directories.