//
pkg.gl
Category
github.com/lalamove/konfig
parser
package
0.8.3
Repository:
https://github.com/lalamove/konfig.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
2
Dependents
18
Files
20 SLOC
#
Packages
kpjson
kpkeyval
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.
kpmap
kptoml
kpyaml
#
Structs
NopParser
NopParser is a nil parser, useful for unit test.
#
Interfaces
Parser
Parser is the interface to implement to parse a config file.
#
Type aliases
Func
Func is a function implementing the Parser interface.