package
0.0.0-20230614182919-c408d52fd12d
Repository: https://github.com/gsalomao/maxmq.git
Documentation: pkg.go.dev

# Functions

NewServer creates an instance of the MQTT Server.
WithConfig is an option function to inject the Config inside the MQTT Server.
WithLogger is an option function to inject the logger.Logger inside the MQTT Server.
WithMachineID is an option function to inject the machine ID inside the MQTT Server.

# Structs

Config contains the MQTT Server configuration.
Server is an MQTT server.

# Type aliases

OptionFn is a function responsible to inject an option inside the MQTT Server.