1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-21 09:58:18 +02:00
Commit graph

13 commits

Author SHA1 Message Date
a23661e088 Change project name to "thalos" (working name). 2023-03-29 15:28:40 +02:00
f174863a17 transport/redis_pubsub/subscriber.go: implement Close() 2023-03-29 11:57:51 +02:00
1de6cd9432 transport/redis_pubsub/publisher.go: Adding Close() method. 2023-03-29 11:51:15 +02:00
531a2d3d17 Move Key and Namespace from transport/redis_pubsub to transport/redis_common 2023-03-08 16:28:52 +01:00
bd5037b044 Adding transport/redis_pubsub/subscriber.go 2023-03-08 11:32:37 +01:00
edaf662d50 transport/redis_pubsub/publisher_test.go: Change Publish to Write in test name. 2023-03-08 10:01:56 +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
19b93495ee transport/redis_pubsub/redis.go rename to publisher.go 2023-03-07 11:33:53 +01:00
38ae3a4630 transport/redis_pubsub/redis.go: No need to alias redis import. 2023-02-10 16:32:56 +01:00
af0a4d2714 transport: move key and namespace into redis_pubsub as it is redis specific. 2023-01-19 19:07:35 +01:00
69a9e9f47d transport/publisher.go: pass ChannelInterface instead of string to Publish() 2023-01-19 17:42:26 +01:00
45bf043d8a Adding transport/redis_pubsub publisher 2023-01-13 13:31:05 +01:00