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

Use google/uuid library (SDK Go v2) #269

Closed Aschen closed 3 years ago

Aschen commented 3 years ago

What does this PR do?

Use google/uuid instead of satori/go.uuid

codecov[bot] commented 3 years ago

Codecov Report

Merging #269 into 2-dev will increase coverage by 0.85%. The diff coverage is 80.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##            2-dev     #269      +/-   ##
==========================================
+ Coverage   88.87%   89.72%   +0.85%     
==========================================
  Files         244      244              
  Lines        4466     4097     -369     
==========================================
- Hits         3969     3676     -293     
+ Misses        443      368      -75     
+ Partials       54       53       -1     
Impacted Files Coverage Δ
kuzzle/query.go 57.74% <80.00%> (-1.72%) :arrow_down:
security/user.go 40.00% <0.00%> (-17.15%) :arrow_down:
security/role.go 60.00% <0.00%> (-6.67%) :arrow_down:
protocol/websocket/web_socket.go 13.20% <0.00%> (-3.46%) :arrow_down:
security/json_profile.go 40.00% <0.00%> (-1.67%) :arrow_down:
security/createFirstAdmin.go 80.00% <0.00%> (-1.25%) :arrow_down:
collection/validate_specifications.go 68.00% <0.00%> (-1.24%) :arrow_down:
server/getStats.go 77.77% <0.00%> (-1.17%) :arrow_down:
collection/search_specifications.go 77.77% <0.00%> (-1.17%) :arrow_down:
kuzzle/queue.go 1.88% <0.00%> (-1.10%) :arrow_down:
... and 235 more

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 e852438...044058a. Read the comment docs.