Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Opts = &Flags{}
Functions ¶
This section is empty.
Types ¶
type Flags ¶
type Flags struct { ConfigFile string `short:"c" long:"config-file" description:"specifying a config file"` Daemon bool `short:"d" long:"daemon" description:"running in background"` EnablePprof bool `long:"enable-pprof" description:"enable pprof profiling"` PprofAddr string `long:"pprof-addr" default:":56060" description:"pprof listen addr"` DisableStdlog bool `long:"disable-stdlog" description:"disable standard logging"` Version bool `short:"v" long:"version" description:"show version number"` }
Click to show internal directories.
Click to hide internal directories.