package
1.0.3
Repository: https://github.com/mdzio/go-mqtt.git
Documentation: pkg.go.dev

# Functions

NewManager creates a new manager with a specific provider.
NewMemProvider returns an new instance of the memTopics, which is implements the TopicsProvider interface.
Register registers a topics provider.
Unregister unregisters a topics provider.

# Constants

MWC is the multi-level wildcard.
SEP is the topic level separator.
SWC is the single level wildcard.
SYS is the starting character of the system level topics.

# Variables

ErrAuthFailure is returned when the user/pass supplied are invalid.
ErrAuthProviderNotFound is returned when the requested provider does not exist.
MaxQosAllowed is the maximum QOS supported by this server.

# Structs

Manager manages a topic provider.
MemTopics provides topics in memory.

# Interfaces

Provider defines the interface for topic providers.