1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00
Commit graph

11 commits

Author SHA1 Message Date
72bdde0457
internal/server/server.go: in Start() no need to spawn server.Listen() in a go routine as that function is already non-blocking. 2022-11-23 17:22:44 +01:00
8feca959d4
internal/server/parse_request.go: move api factory code into its own function in api package: api.Make() 2022-11-23 17:14:51 +01:00
1fb48800a1
internal/server/parse_request.go: Add AtomicAsset in factories with "atomic" as key. 2022-11-23 17:07:39 +01:00
2b0b32b5ab
rename EosioContract to AtomicAsset. 2022-11-23 17:04:54 +01:00
1b1f601678
move internal/*.go files into internal/server 2022-11-23 16:54:22 +01:00
e9976fbbee
Change github.com/eosswedenorg-go/eos-contract-api-client to github.com/eosswedenorg-go/atomicasset 2022-11-23 16:04:23 +01:00
bcc704c4c0
internal/server.go: in onTcpMessage() check error return value of c.WriteString() 2022-11-23 15:56:59 +01:00
adb1ad3c6d
Fix code formatting 2022-11-23 15:53:26 +01:00
a17e2929e3
internal/api/eosio_v1.go: HTTP Errors are now handled in eosapi. This changes the log message abit and return haproxy status from "Down" to "Fail" 2022-11-18 15:40:55 +01:00
9102240837
internal/api/eosio_v2.go: HTTP Errors are now handled in the eosapi. This changes the log message abit and return haproxy status from "Down" to "Fail" 2022-11-18 15:40:55 +01:00
6448aeb0f7
Refactor: move internal package from src/ to internal/ and move src/main.go to cmd/eosio-api-healthcheck/main.go 2022-10-27 12:58:30 +02:00