package
Version:
v0.0.0-...-1eded09
Opens a new window with list of versions in this module.
Published: Jul 5, 2022
License: GPL-2.0
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
¶
View Source
var Keys = ConfigMap{
MysqlGaeaDBHost: os.Getenv("TEST_MYSQL_GAEA_DB_HOST"),
MysqlTradeDBHost: os.Getenv("TEST_MYSQL_TRADE_DB_HOST"),
MysqlWalletDBHost: os.Getenv("TEST_MYSQL_WALLET_DB_HOST"),
MysqlRespackDBHost: os.Getenv("TEST_MYSQL_RESPACK_DB_HOST"),
}
type Config struct {
Name string
}
type ConfigMap struct {
MysqlGaeaDBHost string
MysqlTradeDBHost string
MysqlWalletDBHost string
MysqlRespackDBHost string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.