jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Split the `endpoint.Transport` interface into separate in/out interfaces. #140

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

Fixes #139

codecov-io commented 6 years ago

Codecov Report

Merging #140 into master will decrease coverage by 0.1%. The diff coverage is 8.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
- Coverage   30.66%   30.55%   -0.11%     
==========================================
  Files          72       72              
  Lines        2570     2579       +9     
==========================================
  Hits          788      788              
- Misses       1758     1767       +9     
  Partials       24       24
Impacted Files Coverage Δ
src/ax/endpoint/receiver.go 0% <ø> (ø) :arrow_up:
src/axrmq/transport.go 0% <0%> (ø) :arrow_up:
src/ax/endpoint/endpoint.go 0% <0%> (ø) :arrow_up:
src/ax/endpoint/transport.go 100% <100%> (ø) :arrow_up:
src/ax/routing/dispatcher.go 91.3% <50%> (ø) :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 d254e94...ffb4b3a. Read the comment docs.