Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHealthcheckComponent ¶
func NewHealthcheckComponent() components.Component
Types ¶
type HealthcheckComponent ¶
type HealthcheckComponent struct { }
func (*HealthcheckComponent) AddToScope ¶
func (c *HealthcheckComponent) AddToScope(ctx context.Context, scope *scopes.Scope)
func (*HealthcheckComponent) Healthz ¶
func (p *HealthcheckComponent) Healthz(ctx context.Context, req *components.Request) (components.Response, error)
func (*HealthcheckComponent) RegisterHandlers ¶
func (c *HealthcheckComponent) RegisterHandlers(s *components.Server, mux *http.ServeMux) error
Click to show internal directories.
Click to hide internal directories.