sjkaliski / pinned

📌 Date based versioning system for Go APIs.
MIT License
88 stars 5 forks source link

add support for context, resolves #11 #12

Closed sjkaliski closed 6 years ago

sjkaliski commented 6 years ago

The Version can now be included in context that is passed elsewhere. This enables other interactions, like DB/Cache queries, etc. to be aware of what version is requested, in case there is specific handling required.