postmoogle/vendor/gitlab.com/etke.cc/go/healthchecks/v2
2024-04-07 14:42:12 +03:00
..
.gitignore updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
auto.go updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
client.go updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
healthchecks.go updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
justfile updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
LICENSE updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
options.go updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00
README.md updated deps; updated healthchecks.io integration 2024-04-07 14:42:12 +03:00

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