Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct { Network string `toml:"network"` Host string `toml:"host"` Port int `toml:"port"` User string `toml:"username"` Password string `toml:"password"` Name string `toml:"database"` MaxRetries int `toml:"max_retries"` Pool int `toml:"pool"` }
Database contains configuration details for database.
Click to show internal directories.
Click to hide internal directories.