mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 21:33:22 +01:00
11 lines
162 B
Go
11 lines
162 B
Go
package model
|
|
|
|
// Flags holds flags from command line
|
|
type Flags struct {
|
|
Cfgfile string
|
|
Timezone string
|
|
LogLevel string
|
|
LogJSON bool
|
|
LogCaller bool
|
|
}
|