type.go 91 B

12345
  1. package logging
  2. type PackageConfig struct {
  3. LogLevel string `mapstructure:"LOG_LEVEL"`
  4. }