Versions in this module Expand all Collapse all v0 v0.0.3 Mar 7, 2022 v0.0.2 Feb 14, 2022 Changes in this version + type MSGQueue struct + Host string + func New(ctx context.Context, uri, subject string) (*MSGQueue, error) + func (mq *MSGQueue) Publish(data []byte) error + func (mq *MSGQueue) Subscribe(h handler.MSGHandlerFunc) error