Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ExtrapolationPattern is the variable regexp pattern used to interpolate or extract variables when rendering ExtrapolationPattern = regexp.MustCompile(patternString) )
Functions ¶
func ExtractVariables ¶
ExtractVariables extracts the variables from the specified compose data This is a small helper to docker/cli template.ExtractVariables function
func Load ¶
func Load(composes [][]byte) ([]composetypes.ConfigFile, map[string]string, error)
Load applies the specified function when loading a slice of compose data
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.