1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-17 04:50:02 +02:00
antelope-api-healthcheck/src
Henrik Hautakoski ba6b79ae0e src/server.go: in check_api_v2() use utils.JsonGetInt64() to safely get a int64 value from json.
If json contains "nil" value, the type assertion will fail. JsonGetInt64() will in that case return "0"
2020-06-24 14:44:14 +02:00
..
eosapi Define eosapi.ReqParams struct that includes a optional Host parameter. 2020-06-23 12:56:47 +02:00
haproxy Move source files to "src" folder. 2020-03-06 11:35:36 +01:00
log Move source files to "src" folder. 2020-03-06 11:35:36 +01:00
pid Adding src/pid/pid.go 2020-06-11 19:01:32 +02:00
utils Adding src/utils/json.go 2020-06-24 14:44:14 +02:00
server.go src/server.go: in check_api_v2() use utils.JsonGetInt64() to safely get a int64 value from json. 2020-06-24 14:44:14 +02:00