portal/config/log.go

6 lines
79 B
Go

package config
type LogConfig struct {
Level string `mapstructure:"level"`
}