package
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Aug 18, 2024
License: GPL-3.0
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 Config struct {
Host string `env:"DB_HOST"`
Username string `env:"DB_USER"`
Password string `env:"DB_PASSWORD"`
DBName string `env:"DB_NAME"`
Port uint16 `env:"DB_PORT"`
SSLMode string `env:"DB_SSLMODE"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.