healthchecks.io integration

This commit is contained in:
Aine
2022-11-25 16:23:26 +02:00
parent 351f0fca77
commit 4a76a3269d
33 changed files with 1522 additions and 11 deletions

13
vendor/gitlab.com/etke.cc/go/healthchecks/README.md generated vendored Normal file
View File

@@ -0,0 +1,13 @@
# healthchecks
A [healthchecks.io](https://github.com/healthchecks/healthchecks) wrapper
check the godoc for information
```go
hc := healthchecks.New("your-uuid")
go hc.Auto()
hc.Log(strings.NewReader("optional body you can attach to any action"))
hc.Shutdown()
```