kuzzleio / sdk-go

Golang SDK using the WebSocket protocol to communicate with Kuzzle API including offline resiliency
http://docs.kuzzle.io/sdk/go/2
Apache License 2.0
8 stars 5 forks source link

[bugfix] Fix document.validate unmarshalling #227

Closed benoitvidis closed 6 years ago

benoitvidis commented 6 years ago

This PR fixes the parsing of the return of document.validate.

codecov-io commented 6 years ago

Codecov Report

Merging #227 into 1-dev will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##            1-dev     #227      +/-   ##
==========================================
+ Coverage   88.12%   88.12%   +<.01%     
==========================================
  Files         244      244              
  Lines        4479     4480       +1     
==========================================
+ Hits         3947     3948       +1     
  Misses        481      481              
  Partials       51       51
Impacted Files Coverage Δ
document/validate.go 100% <100%> (ø) :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 e46b32d...37ee511. Read the comment docs.