1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-08-31 21:38:12 +02:00

go mod: Update github.com/eosswedenorg-go/haproxy to v1.0.1

This commit is contained in:
Henrik Hautakoski 2022-12-22 12:41:26 +01:00
parent 64d46ed460
commit 2caad14e44
No known key found for this signature in database
GPG key ID: 217490840C18A5D9
9 changed files with 16 additions and 16 deletions

View file

@ -38,7 +38,7 @@ func (e AtomicAsset) LogInfo() LogParams {
func (e AtomicAsset) Call() (agentcheck.Response, string) {
h, err := e.client.GetHealth()
if err != nil {
resp := agentcheck.NewStatusMessageResponse(agentcheck.Failed, "")
resp := agentcheck.NewStatusMessageResponse(agentcheck.Fail, "")
return resp, err.Error()
}