xiaonanln / goworld

Scalable Distributed Game Server Engine with Hot Swapping in Golang
Apache License 2.0
2.53k stars 450 forks source link

rename `kvdis` to `kvreg` #88

Closed simonlingoogle closed 4 years ago

simonlingoogle commented 4 years ago

kvreg is a better name for the library because it allows different games to register KVs to dispatcher.

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@e483dc2). Click here to learn what that means. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #88   +/-   ##
=========================================
  Coverage          ?   34.63%           
=========================================
  Files             ?       52           
  Lines             ?     3953           
  Branches          ?        0           
=========================================
  Hits              ?     1369           
  Misses            ?     2399           
  Partials          ?      185
Impacted Files Coverage Δ
engine/kvreg/kvreg.go 0% <0%> (ø)

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 e483dc2...faa6700. Read the comment docs.