Files
diun/internal/model/flags.go
2019-06-04 22:11:54 +02:00

13 lines
187 B
Go

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