Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AppConfig ¶
type AppConfig struct { Release bool Http struct { Addr string `toml:"addr" yaml:"addr"` } Mysql struct { Addr string `toml:"addr" yaml:"addr"` User string `toml:"user" yaml:"user"` Pwd string `toml:"pwd" yaml:"pwd"` DbName string `toml:"db_name" yaml:"db_name"` } Mqtt struct { Addr string `toml:"addr" yaml:"addr"` User string `toml:"user" yaml:"user"` Pwd string `toml:"pwd" yaml:"pwd"` } }
Click to show internal directories.
Click to hide internal directories.