6 lines
105 B
Go
6 lines
105 B
Go
package config
|
|
|
|
type logConfig struct {
|
|
Level string `toml:"level" mapstructure:"level" json:"level"`
|
|
}
|