Files
diun/internal/model/flags.go
2020-03-01 17:09:22 +01:00

11 lines
162 B
Go

package model
// Flags holds flags from command line
type Flags struct {
Cfgfile string
Timezone string
LogLevel string
LogJSON bool
LogCaller bool
}