package config type Log struct { LogFormat string `mapstructure:"log_format"` LogLevel string `mapstructure:"log_level"` }