motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 317 forks source link

Add forwarding timeout duration marshalling #330

Closed s4nji closed 6 years ago

s4nji commented 6 years ago

What does this PR do?

Adds JSON Marshalling for ForwardingTimeout duration.

Ticket

https://hellofresh.atlassian.net/browse/PT-1272

codecov[bot] commented 6 years ago

Codecov Report

Merging #330 into master will increase coverage by 0.02%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #330      +/-   ##
==========================================
+ Coverage   41.35%   41.37%   +0.02%     
==========================================
  Files          74       74              
  Lines        2503     2511       +8     
==========================================
+ Hits         1035     1039       +4     
- Misses       1403     1407       +4     
  Partials       65       65
Impacted Files Coverage Δ
pkg/plugin/retry/setup.go 33.33% <0%> (-5.8%) :arrow_down:
pkg/proxy/definition.go 82.97% <100%> (+1.58%) :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 0f8bfbc...a97ee35. Read the comment docs.