14 lines
270 B
Markdown
14 lines
270 B
Markdown
# 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()
|
|
```
|