Versions in this module Expand all Collapse all v1 v1.1.1 Oct 29, 2019 Changes in this version + type Config struct + func GetConfigInstance() *Config + func (c *Config) Register(name string, config Iconfig) error + func (c *Config) SetPath(path string) + func (c *Config) UnRegister(name string) error + type Iconfig interface + SetDefaultConfig func() error + SetSpecialConfig func() error