Commit Graph

3 Commits

Author SHA1 Message Date
Will Roden 7bdb319cf1 move CloneWith() call into interpolate() 2020-05-16 09:35:03 +10:00
Alec Thomas 9a1f499155 Support for default values ${var=default} in interpolation variables. 2019-09-24 13:33:20 +10:00
Alec Thomas 1bb0c0b4b2 Support limited variable interpolation.
Kong supports limited variable interpolation into help strings, enum lists and
default values.

Variables are in the form:

    ${<name>}

Variables are set with the `Vars(map[string]string)` option. Undefined
variable references in the grammar will result in an error at construction
time.
2018-06-27 21:09:56 +10:00