Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

KrakenD koanf

A config parser for the KrakenD framework

How to use it

Import the package

import "github.com/krakend/krakend-koanf"

And you are ready for building a parser and get the config from json / yaml / toml files.

parser := koanf.New()
serviceConfig, err := parser.Parse(*configFile)
if err != nil {
	log.Fatal("ERROR:", err.Error())
}

About

A powerful config parser for the KrakenD framework

Resources

Code of conduct

Contributing

Security policy

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages