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