Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Close_DBConnection ¶
func Open_DBConnection ¶
func ReadDBConfig ¶
func ReadDBConfig(fileName string)
Types ¶
type DB_Con ¶
type DB_Con struct {
Protocol string `json:"protocol"`
Host string `json:"host"`
Port string `json:"port"`
Db_name string `json:"db_name"`
Db_username string `json:"db_username"`
Db_password string `json:"db_password"`
Db_connection string `json:"db_connection"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.