Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Health ¶
type Health struct {
// contains filtered or unexported fields
}
Health implements a basic health check for echo by wrapping the generic health check
func (*Health) HandlerFunc ¶
HandlerFunc returns an echo `HandlerFunc` for this health check implements https://pkg.go.dev/github.com/labstack/echo/v4#HandlerFunc
func (*Health) SetServingStatus ¶
func (health *Health) SetServingStatus(status healthpb.HealthCheckResponse_ServingStatus)
SetServingStatus updates the serving status
Click to show internal directories.
Click to hide internal directories.