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