package
Version:
v1.3.9
Opens a new window with list of versions in this module.
Published: Apr 24, 2023
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 Configs struct {
MySQLHosts string `env:"MYSQL_HOSTS,required"`
MySQLPort netext.Port `env:"MYSQL_PORT" envDefault:"3306"`
MySQLUsername string `env:"MYSQL_USERNAME,required"`
MySQLPassword string `env:"MYSQL_PASSWORD,required"`
MySQLDBName string `env:"MYSQL_DBNAME,required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.