package
0.0.2
Repository: https://github.com/seungkang/blaj.git
Documentation: pkg.go.dev

# Functions

Parse parses the contents of an io.Reader to an INI.
ParseSchema parses an INI blob from an io.Reader according to the provided Schema.

# Variables

ErrNoSuchParam is returned when the specified parameter does not exist.
ErrNoSuchSection is returned when the specified section does not exist.
ErrStopIterating should be returned by an iterator function when no further iterations are required.

# Structs

INI represents an INI blob.
Param represents a parameter in an INI blob.
ParserRules tells the parser how to handle several possible scenarios while parsing an INI blob.
SchemaRule configures individual schema requirements.
Section represents a section in an INI blob.

# Interfaces

Schema specifies how to parse an INI blob.
SectionSchema specifies how to parse a section in an INI blob.