Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Backend ¶
type Backend struct {
// contains filtered or unexported fields
}
Backend implements a MQTT pub-sub backend.
func (*Backend) Close ¶
Close closes the backend. Note that this closes the backend one-way (gateway to backend). This makes it possible to perform a graceful shutdown (e.g. when there are still packets to send back to the gateway).
func (*Backend) RXPacketChan ¶
RXPacketChan returns the RXPacket channel.
Click to show internal directories.
Click to hide internal directories.