6 lines
79 B
Go
Raw Normal View History

2025-02-21 18:42:56 +01:00
package config
type Logger struct {
Level int `env:"LEVEL" envDefault:"0"`
}