Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthService ¶
type HealthService struct { pb.UnimplementedKesselInventoryHealthServiceServer Ctl *biz.HealthUsecase Config *authz.CompletedConfig }
func New ¶
func New(c *biz.HealthUsecase) *HealthService
func (*HealthService) GetLivez ¶
func (s *HealthService) GetLivez(ctx context.Context, req *pb.GetLivezRequest) (*pb.GetLivezResponse, error)
func (*HealthService) GetReadyz ¶
func (s *HealthService) GetReadyz(ctx context.Context, req *pb.GetReadyzRequest) (*pb.GetReadyzResponse, error)
Click to show internal directories.
Click to hide internal directories.