aboutsummaryrefslogtreecommitdiff
path: root/util/render_template.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix linting errorsSandro Jäckel2022-10-281-2/+2
|
* add Container.Objects(), type ObjectIteratorStefan Majewsky2018-02-171-1/+1
|
* switch from reflection to code generationStefan Majewsky2018-02-071-0/+63
This allows me to make the API much simpler. More simplification forthcoming in the following commit; I just want to make a cut since `make test` is happy right now.