Documentation ¶ Index ¶ type RootObj func (rt RootObj) Config(in interface{}) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type RootObj ¶ type RootObj struct { Cfg string `help:"Config file in json format (NOTE file entries take precedence over command-line flags & env)" json:"-"` DumpConfig bool `help:"Dump the config to stdout and exits" json:"-"` } func (RootObj) Config ¶ func (rt RootObj) Config(in interface{}) error Source Files ¶ View all Source files root.go Click to show internal directories. Click to hide internal directories.