package
0.1.7
Repository: https://github.com/futuretea/render.git
Documentation: pkg.go.dev

# Functions

All creates a configuration from one or more configuration file paths and one or more extra variables in addition to base configuration.
Base creates a basic configuration required for some of the functions, it is recommended to use it.
FromFiles creates a configuration from one or more configuration file paths.
FromVars creates a configuration from one or more extra variables (key=value), see also VarArgRegexp.
Merge creates a new parameters from one or more parameter sets, to be used with other helper functions.

# Constants

RootKey is an special configuration key key used by e.g.

# Variables

VarArgRegexp defines the extra variable parameter format.

# Type aliases

Parameters is a map used to render the templates with.