package
1.0.1
Repository: https://github.com/bitxx/pholcus.git
Documentation: pkg.go.dev

# 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.

# Interfaces

Config is the adapter interface for parsing config file to get raw data to Configer.
Configer defines how to get and set value from configuration raw data.