Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InterpolateFunc ¶
type InterpolateFunc = func(ymlObj map[string]any, data map[string]string, validateParameterAllSet bool) ( map[string]any, error)
InterpolateFunc is a function that interpolates values in a YAML object.
type Interpolator ¶
type Interpolator struct { Name string Func InterpolateFunc }
Interpolator represents a type used for interpolating values in a YAML object.
func ContextAndEnvironmentVariableInterpolator ¶
func ContextAndEnvironmentVariableInterpolator() Interpolator
ContextAndEnvironmentVariableInterpolator interpolates the context and environment variable.
func DefaultInterpolator ¶
func DefaultInterpolator() []Interpolator
DefaultInterpolator returns the default interpolates.
Click to show internal directories.
Click to hide internal directories.