Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MQTT ¶
type MQTT struct { Servers []string `toml:"servers"` Username string Password string Database string Timeout internal.Duration TopicPrefix string QoS int `toml:"qos"` ClientID string `toml:"client_id"` // Path to CA file SSLCA string `toml:"ssl_ca"` // Path to host cert file SSLCert string `toml:"ssl_cert"` // Path to cert key file SSLKey string `toml:"ssl_key"` // Use SSL but skip chain & host verification InsecureSkipVerify bool sync.Mutex // contains filtered or unexported fields }
func (*MQTT) Description ¶
func (*MQTT) SampleConfig ¶
func (*MQTT) SetSerializer ¶
func (m *MQTT) SetSerializer(serializer serializers.Serializer)
Click to show internal directories.
Click to hide internal directories.