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

16 commits

Author SHA1 Message Date
074c089679 WIP 2023-03-08 15:52:10 +01:00
a2ab62afa0 Adding app/service/telegram/config.go 2023-03-08 14:03:40 +01:00
48f2b2dff1 Adding app/service/redis/config.go 2023-03-08 14:03:26 +01:00
7843dda6d9 app/ship_processor.go: Support ActionTraceV1 2023-03-08 10:49:55 +01:00
347de718af transport/channel.go: rename Action.Action to Action.Name 2023-03-07 18:53:52 +01:00
7637b6e16b transport/message/types.go: Rename Action field to Name in ActionTrace struct 2023-03-07 18:47:58 +01:00
68c21c8ed8 transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead. 2023-03-07 18:35:58 +01:00
f9fc88b0fb transport/publisher.go: rename to writer.go 2023-03-07 11:41:22 +01:00
6ca9f408f9 app/ship_processor.go: in encodeQueue() should check for err == nil, not err != nil. 2023-02-21 10:45:17 +01:00
55f013a386 app/ship_processor.go: Use an message.Encoder function instead of directly calling massage.Encode() 2023-02-10 16:48:16 +01:00
82dce9b190 Update github.com/eosswedenorg-go/antelope-ship-client to v0.2.2 2023-02-10 16:05:43 +01:00
e0bf53496a transport/message/types.go: get rid of eos-go here. 2023-01-19 19:04:34 +01:00
2bec1f09c5 app/ship_processor.go: remove ns from struct. should not be used here. 2023-01-19 17:47:13 +01:00
69a9e9f47d transport/publisher.go: pass ChannelInterface instead of string to Publish() 2023-01-19 17:42:26 +01:00
5202247200 move app/types.go to transport/message/types.go 2023-01-19 16:28:54 +01:00
0027a80af0 Move ship_processor.go and types.go into app package. 2023-01-19 14:07:54 +01:00