Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthService ¶
type HealthService struct {
// contains filtered or unexported fields
}
func NewHealthService ¶
func NewHealthService(cfg *config.Config) *HealthService
func (*HealthService) CheckController ¶
func (s *HealthService) CheckController() rpc.CheckResponse_ServingStatus
CheckController checks the health of the controller services.
func (*HealthService) CheckDatabase ¶
func (s *HealthService) CheckDatabase() rpc.CheckResponse_ServingStatus
CheckDatabase checks the health of the database services.
Click to show internal directories.
Click to hide internal directories.