AlexStocks / getty

a netty like asynchronous network I/O library based on tcp/udp/websocket; a bidirectional RPC framework based on JSON/Protobuf; a microservice framework based on zookeeper/etcd
Apache License 2.0
888 stars 186 forks source link

Ftr: replace juju error with pkg error #57

Closed Lvnszn closed 3 years ago

Lvnszn commented 3 years ago

What this PR does: replace juju error with pkg error Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

codecov-commenter commented 3 years ago

Codecov Report

Merging #57 (91a7f62) into master (b0327a2) will not change coverage. The diff coverage is 40.24%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #57   +/-   ##
=======================================
  Coverage   62.09%   62.09%           
=======================================
  Files          21       21           
  Lines        3377     3377           
=======================================
  Hits         2097     2097           
  Misses        984      984           
  Partials      296      296           
Impacted Files Coverage Δ
transport/client.go 71.53% <20.00%> (ø)
transport/server.go 67.39% <27.77%> (ø)
transport/session.go 67.63% <40.62%> (ø)
transport/connection.go 79.93% <59.09%> (ø)

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 b0327a2...91a7f62. Read the comment docs.