1
0
Fork 0
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:
Henrik Hautakoski 2022-02-21 13:08:42 +01:00
parent 1b53650723
commit d5ec841586
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
4 changed files with 6 additions and 6 deletions

View file

@ -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)