aboutsummaryrefslogtreecommitdiff
path: root/generated.go.in
Commit message (Collapse)AuthorAgeFilesLines
* fix docStefan Majewsky2018-02-161-2/+6
|
* add ObjectHeadersStefan Majewsky2018-02-081-2/+17
|
* increase test coverageStefan Majewsky2018-02-071-1/+1
|
* finish moving towards new auto-generated Headers implementationStefan Majewsky2018-02-071-44/+36
| | | | | Everything in one package once more. The bigger API in *this* package is worth it when we don't have to expose guts to cross package boundaries.
* switch from reflection to code generationStefan Majewsky2018-02-071-0/+124
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.