Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2015 Changes in this version + func Healthcheck() (bool, map[string]interface{}) + func RegisterHealthchecker(name string, f Healthchecker) + type Healthchecker func() Status + type Status struct + Details interface{} + IsEssential bool + IsHealthy bool