kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Support multiple store URLs #52

Closed jsravn closed 6 years ago

jsravn commented 6 years ago

So we can provide all endpoints e.g. to etcd for HA.

codecov-io commented 6 years ago

Codecov Report

Merging #52 into master will increase coverage by 6.79%. The diff coverage is 80%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #52      +/-   ##
==========================================
+ Coverage   39.42%   46.21%   +6.79%     
==========================================
  Files          18       18              
  Lines         804      820      +16     
==========================================
+ Hits          317      379      +62     
+ Misses        457      397      -60     
- Partials       30       44      +14
Impacted Files Coverage Δ
core/store.go 39.21% <80%> (+35.56%) :arrow_up:
core/context.go 21.23% <0%> (+2.39%) :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 82598db...7f1586a. Read the comment docs.

kobolog commented 6 years ago

Nice work! Thanks!