Versions in this module Expand all Collapse all v1 v1.0.2 Sep 27, 2023 v1.0.1 May 23, 2023 Changes in this version + const NL + type MessageHandler func(msg []byte) error + type PubSub interface + type Publisher interface + Publish func(topic, subtopic string, msg []byte) error + type Subscriber interface + Subscribe func(topic string, handler MessageHandler) error + Unsubscribe func(topic string) error