Files
diun/internal/model/flags.go
2019-08-22 21:20:17 +02: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
}