package
Version:
v0.0.0-...-46021d3
Opens a new window with list of versions in this module.
Published: Oct 14, 2020
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DbConn stores the connexion to the database
Connect connection to database
type Config struct {
DbHost string `env:"DB_HOST"`
DbName string `env:"MYSQL_DATABASE"`
DbUser string `env:"MYSQL_USER"`
DbPassword string `env:"MYSQL_PASSWORD"`
}
Config for DB connection
Source Files
¶
Click to show internal directories.
Click to hide internal directories.