aboutsummaryrefslogtreecommitdiff
path: root/headers/metadata.go
Commit message (Collapse)AuthorAgeFilesLines
* finish moving towards new auto-generated Headers implementationStefan Majewsky2018-02-071-52/+0
| | | | | 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.
* redesign the header APIStefan Majewsky2018-02-051-0/+52
I'm quite satisfied with this right now (though this doesn't say anything about how I feel about it tomorrow), but it's ugly that some guts (headers.Base) are exposed in the public API.