gin-contrib / cache

Gin middleware/handler to enable Cache
https://gin-gonic.github.io/gin
MIT License
378 stars 96 forks source link

feat(cache): Add ability to ignore GET query parameters #42

Closed appleboy closed 6 years ago

appleboy commented 6 years ago

fix #41

codecov-io commented 6 years ago

Codecov Report

Merging #42 into master will increase coverage by 1.76%. The diff coverage is 87.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage    74.5%   76.27%   +1.76%     
==========================================
  Files           1        1              
  Lines         102      118      +16     
==========================================
+ Hits           76       90      +14     
- Misses         22       23       +1     
- Partials        4        5       +1
Impacted Files Coverage Δ
cache.go 76.27% <87.5%> (+1.76%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eaa086c...6f9b635. Read the comment docs.

hashworks commented 6 years ago

Works on my end, thanks!