Versions in this module Expand all Collapse all v1 v1.0.1 Jul 29, 2019 v1.0.0 Jul 29, 2019 Changes in this version + func Initialize(confName string) + type MergedConfig struct + var AppConfig *MergedConfig = nil + func NewEmptyConfig() *MergedConfig + func (c *MergedConfig) Bool(option string) (result, found bool) + func (c *MergedConfig) BoolDefault(option string, dfault bool) bool + func (c *MergedConfig) HasSection(section string) bool + func (c *MergedConfig) Int(option string) (result int, found bool) + func (c *MergedConfig) IntDefault(option string, dfault int) int + func (c *MergedConfig) Options(prefix string) []string + func (c *MergedConfig) Raw() *config.Config + func (c *MergedConfig) SetOption(name, value string) + func (c *MergedConfig) SetSection(section string) + func (c *MergedConfig) String(option string) (result string, found bool) + func (c *MergedConfig) StringDefault(option, dfault string) string