6 lines
79 B
Go
6 lines
79 B
Go
|
package config
|
||
|
|
||
|
type LogConfig struct {
|
||
|
Level string `mapstructure:"level"`
|
||
|
}
|