Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opts ¶
type Opts struct { // logger Logger struct { Debug bool ` long:"debug" env:"DEBUG" description:"debug mode"` Verbose bool `short:"v" long:"verbose" env:"VERBOSE" description:"verbose mode"` LogJson bool ` long:"log.json" env:"LOG_JSON" description:"Switch log output to json format"` } // azure Azure struct { Environment *string `` /* 138-byte string literal not displayed */ } }
Click to show internal directories.
Click to hide internal directories.