mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-05-11 18:49:41 +08:00
6 lines
105 B
Go
6 lines
105 B
Go
package config
|
|
|
|
type logConfig struct {
|
|
Level string `toml:"level" mapstructure:"level" json:"level"`
|
|
}
|