package
0.0.0-20190628093746-affaa533fc2e
Repository: https://github.com/szymongib/kyma.git
Documentation: pkg.go.dev

# Functions

Load method has following strategy: 1.

# Structs

Config provide application broker configuration Supported tags: - json: github.com/ghodss/yaml - envconfig: github.com/vrischmann/envconfig - default: github.com/mcuadros/go-defaults - valid github.com/asaskevich/govalidator Example of valid tag: `valid:"alphanum,required"` Combining many tags: tags have to be separated by WHITESPACE: `json:"port" default:"8080" valid:"required"`.