Documentation ¶
Overview ¶
Package server implements a simple MQTT server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(s *server)
Option for the server
func WithIPLimits ¶
WithIPLimits returns an option that sets limits on connections per IP
func WithSessionStore ¶
WithSessionStore returns an option that sets store for sessions
func WithUserLimits ¶
WithUserLimits returns an option that sets limits on connections per User
Click to show internal directories.
Click to hide internal directories.