package
0.1.7
Repository: https://github.com/canonical/mqtt.golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Interfaces

Entry
Entry - permits access to a queue entry Users must call one of Leave, Remove, or Quarantine when done with the entry (and before calling Peek again) `Reader()` must not be called after calling Leave, Remove, or Quarantine (and any Reader previously requestes should be considered invalid).
Queue provides the functionality needed to manage queued messages.