Files
diun/internal/model/flags.go
2019-06-08 03:24:54 +02:00

14 lines
218 B
Go

package model
// Flags holds flags from command line
type Flags struct {
Cfgfile string
Populate bool
Timezone string
LogLevel string
LogJson bool
LogCaller bool
RunStartup bool
Docker bool
}