Versions in this module Expand all Collapse all v0 v0.1.3 Jun 25, 2022 v0.1.0 Jun 25, 2022 Changes in this version + type Check func() (interface{}, error) + type Checkable interface + HealthCheck func() (interface{}, error) + type Service interface + RegisterCheck func(name string, checkFn Check) error + RegisterMonotonicCheck func(name string, checkFn Check) error + Results func() (map[string]health.Result, bool) + func NewService(checkFreq time.Duration, log logging.Logger, namespace string, ...) (Service, error)