Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { User string `toml:"user,commented"` Password string `toml:"password,commented"` Host string `toml:"host,commented"` Database string `toml:"database,commented"` MaxConn int `toml:"max-conn,commented"` MaxIdleConn int `toml:"max-idle-conn,commented"` MaxLifetimeConn int `toml:"max-lifetime-conn,commented"` }
Config is ...
Click to show internal directories.
Click to hide internal directories.