modulepackage
0.0.0-20241021144134-8fcf1b6b7cca
Repository: https://github.com/frantjc/go-mqttpubsub.git
Documentation: pkg.go.dev
# README
go-mqttpubsub

Go module to implement the MQTT protocol for gocloud.dev/pubsub.
install
go get github.com/frantjc/go-mqttpubsub
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Scheme is the URL scheme mqttpubsub registers its URLOpeners under on pubsub.DefaultMux.
# Structs
SubscriptionOptions sets options for constructing a *pubsub.Subscription backed by MQTT.
TopicOptions sets options for constructing a *pubsub.Topic backed by MQTT.
URLOpener opens MQTT URLs like "mqtt://myexchange" for topics or "mqtt://myqueue" for subscriptions.