Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MysqlConf ¶
type MysqlConf struct {
Host, Port, User, Password, Database string
}
func GetMysqlConf ¶
func GetMysqlConf() *MysqlConf
type RedisConf ¶
type RedisConf struct {
Host, Port, User, Password, Database string
}
func GetRedisConf ¶
func GetRedisConf() *RedisConf
Click to show internal directories.
Click to hide internal directories.