package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Aug 31, 2025
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Component struct {
DB *sql.DB
}
type Config struct {
FilePath string `yaml:"file_path" env-required:"true"`
MaxOpenConns int `yaml:"max_open_conns" env-default:"1"`
MaxIdleConns int `yaml:"max_idle_conns" env-default:"1"`
ConnMaxLifetime time.Duration `yaml:"conn_max_lifetime" env-default:"0"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.