Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { KeyPath string `toml:"key"` MySQL struct { Host string `toml:"host"` Port string `toml:"port"` User string `toml:"user"` Password string `toml:"password"` Database string `toml:"database"` } `toml:"mysql"` Mail struct { Email string `toml:"email"` Password string `toml:"password"` Server string `toml:"server"` Port int `toml:"port"` } }
Click to show internal directories.
Click to hide internal directories.