package configs type LogConfig struct { Level string `mapstructure:"level"` TimeZone string `mapstructure:"timeZone"` LogName string `mapstructure:"log_name"` LogSuffix string `mapstructure:"log_suffix"` LogBackup int `mapstructure:"log_backup"` }