1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/api
Henrik Hautakoski 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
..
message api/message/types.go: Change ActionTrace.Data to a byte slice and provide GetData() function that unmarshalls. 2023-04-26 11:39:58 +02:00
redis api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
channel.go api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
channel_test.go api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
go.mod Adding api/message/msgpack 2023-04-25 16:58:31 +02:00
go.sum Adding api/message/msgpack 2023-04-25 16:58:31 +02:00
reader.go api/reader.go: improve documentation abit 2023-04-20 16:52:21 +02:00
writer.go api/writer.go: add documentation about low-level interface 2023-04-20 16:52:48 +02:00