Documentation ¶
Index ¶
- func MapTo(conf interface{}, source string) error
- type Conf
- func (conf *Conf) Delete(section string, key string)
- func (conf *Conf) Get(section string, key string) string
- func (conf *Conf) GetDefault(key string) string
- func (conf *Conf) Load(source string) error
- func (conf *Conf) Log(info bool)
- func (conf *Conf) MapTo(v interface{}) error
- func (conf *Conf) Set(section string, key string, value string)
- func (conf *Conf) SetBlockMode(blockMode bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Conf ¶
type Conf struct {
// contains filtered or unexported fields
}
var CONF Conf
func (*Conf) GetDefault ¶
func (*Conf) SetBlockMode ¶
Click to show internal directories.
Click to hide internal directories.