clair/vendor/github.com/coreos/pkg/health
2016-06-07 10:08:50 +02:00
..
health_test.go replace GoDep by Glide 2016-06-07 10:08:50 +02:00
health.go replace GoDep by Glide 2016-06-07 10:08:50 +02:00
README.md replace GoDep by Glide 2016-06-07 10:08:50 +02:00

health

A simple framework for implementing an HTTP health check endpoint on servers.

Users implement their health.Checkable types, and create a health.Checker, from which they can get an http.HandlerFunc using health.Checker.MakeHealthHandlerFunc.

Documentation

For more details, visit the docs on gopkgdoc