|
|
3fce1f558b
|
src/api/v2.go: rename file to eosio_v2.go
|
2022-08-18 23:19:10 +02:00 |
|
|
|
5d27bf0ad2
|
src/api: change v1 and v2 constructor to not expose eosapi package structs.
|
2022-08-16 19:46:39 +02:00 |
|
|
|
879d613b46
|
src/api: do not send a message in haproxy response (it does not like that).
|
2022-08-12 17:16:01 +02:00 |
|
|
|
3aece958b1
|
Update to github.com/eosswedenorg-go/haproxy@v0.1.0
|
2022-03-02 16:58:32 +01:00 |
|
|
|
3303ff0905
|
go.mod: skip "internal" and use the root module and path.
|
2022-03-02 16:12:13 +01:00 |
|
|
|
014027006f
|
src/api/v2.go: in LogInfo() skip "host" if it's zero length.
|
2022-03-02 16:00:21 +01:00 |
|
|
|
d5ec841586
|
src/api/interface.go: make LogInfo() return LogParams
|
2022-03-02 16:00:20 +01:00 |
|
|
|
8e41cbfc5b
|
src/api/interface.go: remove Name() and define LogInfo() instead.
|
2022-03-02 16:00:19 +01:00 |
|
|
|
400ec204bc
|
README.md: rename parameter 3. version to api as it can be more generic then just different versions.
|
2022-03-02 16:00:19 +01:00 |
|
|
|
ddc7406a4c
|
src/server.go: refactor eosio v1/v2 api code into it's own module that implements a common interface
|
2022-03-02 16:00:19 +01:00 |
|