mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-18 05:00:03 +02:00
Update to github.com/eosswedenorg-go/haproxy@v0.1.0
This commit is contained in:
parent
fa740af0b1
commit
3aece958b1
7 changed files with 90 additions and 51 deletions
|
|
@ -2,7 +2,7 @@
|
|||
package api
|
||||
|
||||
import (
|
||||
"github.com/eosswedenorg-go/haproxy"
|
||||
"github.com/eosswedenorg-go/haproxy/agentcheck"
|
||||
)
|
||||
|
||||
type ApiInterface interface {
|
||||
|
|
@ -11,5 +11,5 @@ type ApiInterface interface {
|
|||
LogInfo() LogParams
|
||||
|
||||
// Call api and validate it's status.
|
||||
Call() (haproxy.HealthCheckStatus, string)
|
||||
Call() (agentcheck.Response, string)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue