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

# README

Reader Loader

Loads config from an io.Reader

Usage

readerLoader := klreader.New(&klreader.Config{
    Parser: kpjson.Parser,
    Reader: strings.NewReader(`{"foo":"bar"}`),
})

# Functions

New returns a new loader with the given config.

# Structs

Config is the structure for the Loader's config.
Loader is the Loader's structure.