Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type MappingConfig ¶
type MqttConfig ¶
type MqttConfig struct { Url string `yaml:"url"` Host string `yaml:"host"` Port int `yaml:"port"` Topic string `yaml:"topic"` Auth AuthConfig `yaml:"auth"` Mapping []MappingConfig `yaml:"mapping"` }
Click to show internal directories.
Click to hide internal directories.