mirror of
https://github.com/eosswedenorg/antelope-api-healthcheck
synced 2026-06-19 05:10:02 +02:00
src/api/interface.go: make LogInfo() return LogParams
This commit is contained in:
parent
1b53650723
commit
d5ec841586
4 changed files with 6 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
type ApiInterface interface {
|
||||
|
||||
// Returns Logging information
|
||||
LogInfo() []interface{}
|
||||
LogInfo() LogParams
|
||||
|
||||
// Call api and validate it's status.
|
||||
Call() (haproxy.HealthCheckStatus, string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue