package
1.5.0
Repository: https://github.com/wind-c/comqtt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Constants

KClient is the key for client data.
KInflight is the key for inflight messages data.
KRetained is the key for retained messages data.
KServerInfo is the key for server info data.
KSubscription is the key for subscription data.

# Structs

go:generate msgp -io=false Client contains client data that can be persistently stored.
go:generate msgp -io=false FixedHeader contains the fixed header properties of a message.
No description provided by the author
LWT contains details about a clients LWT payload.
Message contains the details of a retained or inflight message.
MockStore is a mock storage backend for testing.
No description provided by the author
ServerInfo contains information and statistics about the server.
Subscription contains the details of a topic filter subscription.

# Interfaces

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Store is an interface which details a persistent storage connector.
No description provided by the author