Versions in this module Expand all Collapse all v1 v1.15.1 Nov 7, 2019 Changes in this version + type HealthCheck struct + func New() *HealthCheck + func (hc *HealthCheck) Get() Status + func (hc *HealthCheck) Handler() http.Handler + func (hc *HealthCheck) Ready() + func (hc *HealthCheck) Set(status Status) + func (hc *HealthCheck) SetLogger(logger *zap.Logger) + type Status int + const Broken + const Ready + const Unavailable + func (s Status) String() string