package
Version:
v0.10.0
Opens a new window with list of versions in this module.
Published: Dec 20, 2021
License: MPL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APIConfig struct {
Address string `mapstructure:"address"`
Token string `mapstructure:"token"`
}
type CloudConfig struct {
AgentName string `mapstructure:"agent_name"`
AutoProvision bool `mapstructure:"auto_provision"`
}
type Config struct {
Debug bool
Version float64 `mapstructure:"version"`
OrbAgent OrbAgent `mapstructure:"orb"`
}
type DBConfig struct {
File string `mapstructure:"file"`
}
type MQTTConfig struct {
Address string `mapstructure:"address"`
Id string `mapstructure:"id"`
Key string `mapstructure:"key"`
ChannelID string `mapstructure:"channel_id"`
}
type TLS struct {
Verify bool `mapstructure:"verify"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.