Files
diun/internal/model/flags.go
2019-07-01 00:15:06 +02:00

12 lines
178 B
Go

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