Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
RedisDSN string `yaml:"redis_dsn"`
MysqlDSN string `yaml:"mysql_dsn"`
//
// redis
//
RedisOpt *redis.Options `yaml:"-"`
}
func SetupAndCheckFlagsEx ¶ added in v0.0.5
func SetupUTConfig ¶
func SetupUTConfig() *Config
func SetupUTConfigEx ¶
Click to show internal directories.
Click to hide internal directories.