Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checkable ¶
type Checkable interface {
ServiceHealth() (HealthStatusData, error)
ServiceName() string
}
type HealthChecker ¶
type HealthChecker struct {
// contains filtered or unexported fields
}
func NewHealthChecker ¶
func NewHealthChecker(checkers ...Checkable) *HealthChecker
func (*HealthChecker) SetUpRoutes ¶
func (c *HealthChecker) SetUpRoutes(group *echo.Group)
type HealthStatusData ¶
Click to show internal directories.
Click to hide internal directories.