postmoogle/vendor/gitlab.com/etke.cc/go/healthchecks
2022-11-25 16:23:26 +02:00
..
.gitignore healthchecks.io integration 2022-11-25 16:23:26 +02:00
auto.go healthchecks.io integration 2022-11-25 16:23:26 +02:00
client.go healthchecks.io integration 2022-11-25 16:23:26 +02:00
healthchecks.go healthchecks.io integration 2022-11-25 16:23:26 +02:00
LICENSE healthchecks.io integration 2022-11-25 16:23:26 +02:00
README.md healthchecks.io integration 2022-11-25 16:23:26 +02:00

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()