package
Version:
v1.13.0
Opens a new window with list of versions in this module.
Published: Jan 18, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ErrConfigCert error of certification configuration.
type Config struct {
Mqtt Mqtt `yaml:"mqtt,omitempty"`
Configmap string `yaml:"configmap"`
}
Config is the ble mapper configuration.
Parse parse the configuration file. If failed, return error.
type Mqtt struct {
ServerAddress string `yaml:"server,omitempty"`
Username string `yaml:"username,omitempty"`
Password string `yaml:"password,omitempty"`
Cert string `yaml:"certification,omitempty"`
PrivateKey string `yaml:"privatekey,omitempty"`
}
Mqtt is the Mqtt configuration.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.