Versions in this module Expand all Collapse all v1 v1.0.0 Jun 17, 2026 Changes in this version + type IClient interface + type IPubSub interface + Close func() error + Publish func(msg string) error + ReceiveMessage func() chan string + SetChannel func(channel string) IPubSub + SetClient func(iClient *IClient) IPubSub + type IQueue interface + Dequeue func() (string, error) + Enqueue func(string) error + SetClient func(iClient *IClient) IQueue + SetTopic func(topic string) IQueue