File: README.md

package info (click to toggle)
golang-github-coreos-pkg 2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 304 kB
  • ctags: 244
  • sloc: sh: 30; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 378 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
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](http://godoc.org/github.com/coreos/pkg/health)