go-siris / siris

DEPRECATED: The community driven fork of Iris. The fastest web framework for Golang!
Other
142 stars 16 forks source link

Add QueryString Parser and Creator #29 #53

Closed Dexus closed 7 years ago

Dexus commented 7 years ago

queryString, err := ctx.CreateQuery(&Query{ Search: "my search", Page: 2, PageSize: 50, Categories: []string{"c1", "c2"}, })


*   **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)

*   **Other information**:

fix #29
codecov[bot] commented 7 years ago

Codecov Report

Merging #53 into devel will increase coverage by 0.15%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel      #53      +/-   ##
==========================================
+ Coverage   62.33%   62.49%   +0.15%     
==========================================
  Files          23       23              
  Lines        1925     1925              
==========================================
+ Hits         1200     1203       +3     
+ Misses        634      632       -2     
+ Partials       91       90       -1
Impacted Files Coverage Δ
sessions/sess_file.go 68.68% <0%> (+1.64%) :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 65ebf2f...fe6f9d6. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #53 into devel will increase coverage by 0.15%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel      #53      +/-   ##
==========================================
+ Coverage   62.33%   62.49%   +0.15%     
==========================================
  Files          23       23              
  Lines        1925     1925              
==========================================
+ Hits         1200     1203       +3     
+ Misses        634      632       -2     
+ Partials       91       90       -1
Impacted Files Coverage Δ
sessions/sess_file.go 68.68% <0%> (+1.64%) :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 65ebf2f...d714960. Read the comment docs.