Documentation ¶ Index ¶ Variables func Init() type Conf func FromEnv() Conf Constants ¶ This section is empty. Variables ¶ View Source var ( LevelDebug = "DEBUG" LevelInfo = "INFO" LevelWarn = "WARN" LevelError = "ERROR" ) Functions ¶ func Init ¶ func Init() Types ¶ type Conf ¶ type Conf struct { AppName string `yaml:"app_name"` Level string `yaml:"log_level"` MaxSize int `yaml:"log_max_size"` MaxBackups int `yaml:"log_max_backups"` MaxAge int `yaml:"log_max_age"` } func FromEnv ¶ func FromEnv() Conf Source Files ¶ View all Source files conf.go log.go Click to show internal directories. Click to hide internal directories.