package
0.0.0-20210822210623-eec08504e723
Repository: https://github.com/benjaminbear/compose-go.git
Documentation: pkg.go.dev
# Functions
Interpolate replaces variables in a string with the values from a mapping.
NewPath returns a new Path.
# Constants
PathMatchAll is a token used as part of a Path to match any key at that level in the nested structure.
PathMatchList is a token used as part of a Path to match items in a list.
# Type aliases
Cast a value to a new type, or return an error if the value can't be cast.
LookupValue is a function which maps from variable names to values.
Path is a dotted path of keys to a value in a nested mapping structure.