package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jan 14, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
MQTT MQTTConfig `mapstructure:"mqtt"`
}
type MQTTConfig struct {
Host string `mapstructure:"host"`
Port int `mapstructure:"port"`
Topic string `mapstructure:"topic"`
ClientId string `mapstructure:"client_id"`
UserName string `mapstructure:"username"`
Password string `mapstructure:"password"`
Qos byte `mapstructure:"qos"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.