Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Migrate bool `long:"migrate" description:"Migrate the database to the latest version. The daemon will not start when using this flag."` MQTTBrokerAddress string `long:"mqttaddress" description:"MQTT broker address" required:"false"` MQTTUser string `long:"mqttuser" description:"MQTT server user" required:"false"` MQTTPassword string `long:"mqttpass" description:"MQTT server password" required:"false"` config.CommonConfigFlags }
Config defines the configuration options for the sync daemon.
func ActiveConfig ¶
func ActiveConfig() *Config
ActiveConfig returns the active configuration struct
Click to show internal directories.
Click to hide internal directories.