Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MutateAndQuoteStringFromMap ¶ added in v0.9.0
Given a string and a map, replace the variables in the string with quoted values in the map. Currently, an "if" statement in a melange config can only have quoted strings or ${{variables}} as comparision values with == and !=. If we want to be able to resolve an "if" that can be fed back into melange, we need to maintain that requirement, so all variables get quoted once replaced.
func MutateStringFromMap ¶ added in v0.5.0
Given a string and a map, replace the variables in the string with values in the map
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.