package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jul 18, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Application struct {
Database *Database `yaml:"database"`
}
type Database struct {
Host string `yaml:"host"`
Username string `yaml:"username"`
Password string `yaml:"password"`
DBName string `yaml:"dbname"`
MaxIdleConns int `yaml:"maxIdleConns"`
MaxOpenConns int `yaml:"maxOpenConns"`
ConnMaxLifetime time.Duration `yaml:"connMaxLifetime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.