Documentation
¶
Overview ¶
Package configbp parses configurations per the baseplate spec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
var BaseplateConfigPath = os.Getenv("BASEPLATE_CONFIG_PATH")
BaseplateConfigPath points to the default config file per baseplate.spec.
Functions ¶
func ParseStrictFile ¶
ParseStrictFile parses configuration from the file at the given path.
Environment variables (e.g. $FOO and ${FOO}) are substituted from the environment before parsing. The configuration is parsed into each of the targets, which will typically be pointers to structs.
func ParseStrictYAML ¶
ParseStrictYAML parses YAML read from the given Reader.
Environment variables (e.g. $FOO and ${FOO}) are substituted from the environment before parsing. The configuration is parsed into each of the targets, which will typically be pointers to structs.
Types ¶
This section is empty.