Versions in this module Expand all Collapse all v1 v1.10.17 Oct 18, 2021 v1.10.16 Oct 18, 2021 Changes in this version + type Checkable interface + Healthy func() error + Ready func() error + type Checker interface + Close func() error + IsHealthy func() (healthy bool, errors map[string]error) + IsReady func() (ready bool, errors map[string]error) + Register func(name string, service Checkable) error + Start func() error + Unregister func(name string) error + func NewChecker() Checker + type State struct + type Status string + const StatusFailing + const StatusPassing