# Functions
NewConfig adapterName is ini/json/xml/yaml.
NewConfigData adapterName is ini/json/xml/yaml.
NewFakeConfig return a fake Congiger.
ParseBool returns the boolean value represented by the string.
Register makes a config adapter available by the adapter name.
# Structs
IniConfig implements Config to parse ini file.
IniConfigContainer A Config represents the ini configuration.
JSONConfig is a json config parser and implements Config interface.
JSONConfigContainer A Config represents the json configuration.