package
0.8.3
Repository: https://github.com/lalamove/konfig.git
Documentation: pkg.go.dev

# Packages

Package kpkeyval provides a key value parser to parse an io.Reader's content of key/values with a configurable separator and add it into a konfig.Store.

# Structs

NopParser is a nil parser, useful for unit test.

# Interfaces

Parser is the interface to implement to parse a config file.

# Type aliases

Func is a function implementing the Parser interface.