Files
diun/internal/model/flags.go
CrazyMax 5942e39b83 Allow overriding os and architecture when watching
Move insecure_tls and timeout options to registry option
Rename Bolt bucket
Change default schedule
Review registry client
2019-06-08 02:50:46 +02:00

13 lines
201 B
Go

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