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

replace connection by protocol #212

Closed jenow closed 6 years ago

jenow commented 6 years ago

What does this PR do?

Rename connection package to protocol

How should this be manually tested?

Check travis

codecov-io commented 6 years ago

Codecov Report

Merging #212 into 1-dev will not change coverage. The diff coverage is 10%.

Impacted file tree graph

@@          Coverage Diff          @@
##           1-dev    #212   +/-   ##
=====================================
  Coverage   88.8%   88.8%           
=====================================
  Files        243     243           
  Lines       4377    4377           
=====================================
  Hits        3887    3887           
  Misses       458     458           
  Partials      32      32
Impacted Files Coverage Δ
protocol/websocket/web_socket.go 8.92% <0%> (ø)
kuzzle/kuzzle.go 29.7% <20%> (ø) :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 588ee97...b2420d5. Read the comment docs.