# Functions
Decode INI content to golang data.
Encode golang data to INI.
EncodeFull full mode data to INI.
EncodeSimple data to INI.
IgnoreCase set ignore-case.
NewFulled create a full mode Parser with some options.
NewSimpled create a simple mode Parser.
NoDefSection set don't return DefSection title Usage: Parser.NewWithOptions(ini.ParseEnv).
Parse a INI data string to golang.
# Constants
DefSection default section key name.
mode of parse data ModeFull - will parse array ModeSimple - don't parse array value.
mode of parse data ModeFull - will parse array ModeSimple - don't parse array value.
# Variables
TagName default tag-name of mapping data to struct.
# Type aliases
UserCollector custom data collector.