package
Version:
v0.0.0-...-cca628e
Opens a new window with list of versions in this module.
Published: Apr 28, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
MySQL struct {
DSN string `toml:"dsn"`
MaxIdleConns int `toml:"max_idle_conns"`
MaxOpenConns int `toml:"max_open_conns"`
MaxConnLifeTime time.Duration `toml:"max_conn_life_time"`
} `toml:"mysql""`
}
ReadConfig read static config
Source Files
¶
Click to show internal directories.
Click to hide internal directories.