godash/logging/type.go
2022-10-20 10:31:28 +02:00

5 lines
84 B
Go

package logging
type Config struct {
LogLevel string `mapstructure:"LOG_LEVEL"`
}