package
Version:
v0.0.0-...-bf7c91d
Opens a new window with list of versions in this module.
Published: Dec 8, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
DBCon stores the connection to the DB
Connect to the mysql database
type DBConfig struct {
DbHost string `env:"DB_HOST"`
DbName string `env:"MYSQL_DATABASE"`
DbUser string `env:"MYSQL_USER"`
DbPassword string `env:"MYSQL_PASSWORD"`
}
DBConfig config to connect to the DB
Source Files
¶
Click to show internal directories.
Click to hide internal directories.