This is an automated email from the ASF dual-hosted git repository.

alexstocks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git

commit bd8663b2936565c46ae1a404ff9b85008396219b
Merge: 3ad9a8d 4abb36f
Author: AlexStocks <alexsto...@foxmail.com>
AuthorDate: Wed Aug 14 12:02:15 2019 +0800

    Merge: develop

 common/constant/key.go           |  12 +
 config/reference_config.go       |   1 +
 config/registry_config.go        |  11 +-
 config/service_config.go         |   1 +
 go.mod                           |  33 ++-
 go.sum                           | 190 +++++++++++++++-
 protocol/dubbo/listener.go       |   1 +
 registry/etcdv3/listener.go      |  88 +++++++
 registry/etcdv3/listener_test.go |  71 ++++++
 registry/etcdv3/registry.go      | 326 ++++++++++++++++++++++++++
 registry/etcdv3/registry_test.go | 112 +++++++++
 registry/nacos/listener.go       | 199 ++++++++++++++++
 registry/nacos/registry.go       | 176 ++++++++++++++
 registry/nacos/registry_test.go  | 174 ++++++++++++++
 remoting/etcdv3/client.go        | 480 +++++++++++++++++++++++++++++++++++++++
 remoting/etcdv3/client_test.go   | 366 +++++++++++++++++++++++++++++
 remoting/etcdv3/facade.go        |  82 +++++++
 remoting/etcdv3/listener.go      | 217 ++++++++++++++++++
 remoting/etcdv3/listener_test.go |  87 +++++++
 remoting/listener.go             |   1 +
 20 files changed, 2618 insertions(+), 10 deletions(-)

Reply via email to