package
Version:
v0.0.0-...-8f1526a
Opens a new window with list of versions in this module.
Published: Nov 12, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Broker string `json:"broker"`
Port uint `json:"port"`
ClientIDPrefix string `json:"clientIdPrefix"`
Topic string `json:"topic"`
UseSSL bool `json:"useSSL"`
Username string `json:"username"`
Password string `json:"password"`
}
type Email struct {
BodyParts map[string]string `json:"bodyParts"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.