Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2017 Changes in this version + func NewHealthCheckMW(basePath string, checker HealthChecker) alice.Constructor + type HealthCheck struct + func NewHealthCheck(basePath string, checker HealthChecker, next http.Handler) *HealthCheck + func (h *HealthCheck) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type HealthChecker func() error