You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
clair/vendor/github.com/coreos/pkg/health
Jimmy Zelinskie 35df9d5846
vendor: regenerate vendor directory with glide
7 years ago
..
README.md vendor: regenerate vendor directory with glide 7 years ago
health.go vendor: regenerate vendor directory with glide 7 years ago
health_test.go vendor: regenerate vendor directory with glide 7 years ago

README.md

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