7 lines
127 B
Go
7 lines
127 B
Go
package config
|
|
|
|
type Log struct {
|
|
LogFormat string `mapstructure:"log_format"`
|
|
LogLevel string `mapstructure:"log_level"`
|
|
}
|