package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jul 12, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ConnectConfig struct {
ClientId string `json:"clientId"`
Broker string `json:"broker"`
Username string `json:"username"`
Password string `json:"password"`
Topics []string `json:"topics"`
}
type EncodeData struct {
Topic string `json:"topic"`
Payload string `json:"payload"`
}
type Msg struct {
Topic string `json:"topic"`
Payload string `json:"payload"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.