| .. | ||
| .gitignore | ||
| auto.go | ||
| client.go | ||
| healthchecks.go | ||
| LICENSE | ||
| README.md | ||
healthchecks
A healthchecks.io wrapper
check the godoc for information
hc := healthchecks.New("your-uuid")
go hc.Auto()
hc.Log(strings.NewReader("optional body you can attach to any action"))
hc.Shutdown()