1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

18 commits

Author SHA1 Message Date
5136b835a2 Adding api/message/protobuf 2023-04-26 14:33:12 +02:00
5fc83635be api/channel.go: change transaction channel from "transaction" to "transactions" 2023-04-26 14:30:31 +02:00
bd84a1c019 Generate new api/message/msgpack/msgpack.go 2023-04-26 11:42:34 +02:00
0e60e604bb api/message/msgpack/codec.go: fix go:generate command 2023-04-26 11:41:29 +02:00
0650845a0c api/message/types.go: Change ActionTrace.Data to a byte slice and provide GetData() function that unmarshalls.
Only the client code should care about the content. So just transmit it as
a byte slice containing json data.
2023-04-26 11:39:58 +02:00
2e8c228076 Adding api/message/msgpack 2023-04-25 16:58:31 +02:00
f3900bc262 api/message/types.go: add msgpack tags 2023-04-25 16:57:28 +02:00
3e8712c0c0 Adding api/message/json/codec.go 2023-04-24 16:06:56 +02:00
0d1b0f4310 Adding api/message/codec_manager.go to manager message codecs. 2023-04-24 16:06:23 +02:00
b221b0415a Typo fix. should be Heartbeat and not Hearthbeat 2023-04-21 15:23:13 +02:00
967de3260f api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
220f1976f0 api/redis/subscriber.go: remove client field from Subscriber struct 2023-04-21 11:58:16 +02:00
8881b2a529 api/writer.go: add documentation about low-level interface 2023-04-20 16:52:48 +02:00
8b981a0bc0 api/reader.go: improve documentation abit 2023-04-20 16:52:21 +02:00
ad0d4f4c28 make a module of the "api" packages. 2023-04-19 17:57:39 +02:00
9c4aa79c11 go.mod: update module name to github.com/eosswedenorg/thalos 2023-04-19 17:50:06 +02:00
a8bac16aa9 merge api/redis_common and api/redis_pubsub to api/redis 2023-04-19 09:56:52 +02:00
102045e47e rename transport to api 2023-04-19 09:52:29 +02:00