Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Input ¶
type Settings ¶
type Settings struct { Broker string `md:"broker,required"` // The broker URL Id string `md:"id,required"` // The id of client Username string `md:"username"` // The user's name Password string `md:"password"` // The user's password Store string `md:"store"` // The store for message persistence KeepAlive int64 `md:"keepAlive"` // Keep Alive CleanSession bool `md:"cleanSession"` // Clean session flag Retain bool `md:"retain"` // Retain Messages Topic string `md:"topic,required"` // The topic to publish to Qos int `md:"qos"` // The Quality of Service SSLConfig string `md:"sslConfig"` // SSL Configuration }
Click to show internal directories.
Click to hide internal directories.