Versions in this module Expand all Collapse all v1 v1.1.0 Oct 11, 2023 v1.0.0 Feb 10, 2023 Changes in this version + type Config struct + Database *define.DatabaseConf + Debug bool + Logs *LogsConf + Redis *RedisConf + func ReadConfigFile(confPath string) *Config + type LogsConf struct + OutputPaths []string + type RedisConf struct + ConnMaxIdleTime time.Duration + ConnectTimeout time.Duration + Dbname int + MaxIdleConn int + MaxOpenConn int + Network string + Pass string + Port int + ReadTimeout time.Duration + Server string + Wait bool + WriteTimeout time.Duration