Documentation ¶
Index ¶
- func Bool(varname string, def bool) (d bool)
- func Duration(varname string, def time.Duration) (d time.Duration)
- func Int(varname string, def int) (d int)
- func Int64(varname string, def int64) (d int64)
- func Reset()
- func String(varname string, def string) (d string)
- func Uint64(varname string, def uint64) (d uint64)
- func Var(varname string, def flag.Value) (d interface{})
- type EntryReport
- type Report
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntryReport ¶ added in v0.7.4
Click to show internal directories.
Click to hide internal directories.