cloudflared-mirror/vendor/github.com/coreos/pkg/health
Areg Harutyunyan ca9902a8d1 TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
..
README.md TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00
health.go TUN-1099: Bring back changes in 2018.10.1 2018-10-08 14:20:28 -05:00

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