Versions in this module Expand all Collapse all v0 v0.2.0 Aug 15, 2020 v0.1.0 Aug 9, 2020 Changes in this version + const TopicOne + type Base struct + func (b *Base) Consume(topic, channel string) + func (b *Base) Produce(topic string, body []byte) error + func (b *Base) Publish(topic string, body []byte) error + func (b *Base) Subscribe(topic, channel string)