1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/api/message/msgpack
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
..
codec.go Adding api/message/msgpack 2023-04-25 16:58:31 +02:00
codec_test.go 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
msgpack.go Adding api/message/msgpack 2023-04-25 16:58:31 +02:00