package
Version:
v0.0.0-...-cedf05c
Opens a new window with list of versions in this module.
Published: Sep 11, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ConnectDB(config *Config)
type Config struct {
DBHost string `mapstructure:"MYSQL_HOST"`
DBUserName string `mapstructure:"MYSQL_USER"`
DBUserPassword string `mapstructure:"MYSQL_PASSWORD"`
DBName string `mapstructure:"MYSQL_DATABASE"`
DBPort string `mapstructure:"MYSQL_PORT"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.