package
Version:
v0.0.0-...-107063d
Opens a new window with list of versions in this module.
Published: Apr 19, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conf struct {
DBHost string `mapstructure:"DB_HOST"`
DBUser string `mapstructure:"DB_USER"`
DBPassword string `mapstructure:"DB_PASSWORD"`
DBName string `mapstructure:"DB_NAME"`
WebPort string `mapstructure:"WEB_PORT"`
EnvMode string `mapstructure:"ENV_MODE"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.