This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from aed6803 Merge pull request #612 from cvictory/develop
new 5a111c3 add comment in all files of registry directory
new cebc94a fix compile error
new 6f2801c fix comment
new 32df9e8 fix review comment
new cc499c2 Merge branch 'develop' into feature/addRegistryComment
new d109e55 fix review comment
new 3d49970 Merge pull request #589 from zouyx/feature/addRegistryComment
The 2207 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config_center/configuration_listener.go | 1 +
registry/base_configuration_listener.go | 12 ++++++------
registry/consul/listener.go | 2 ++
registry/consul/registry.go | 11 ++++++++---
registry/directory/directory.go | 2 ++
registry/etcdv3/listener.go | 7 ++++++-
registry/etcdv3/registry.go | 6 ++++++
registry/event.go | 2 +-
registry/event_listener.go | 1 +
registry/kubernetes/listener.go | 8 ++++++--
registry/kubernetes/registry.go | 10 ++++++++++
registry/mock_registry.go | 16 ++++++++--------
registry/nacos/listener.go | 5 ++++-
registry/nacos/registry.go | 6 +++++-
registry/nacos/service_discovery.go | 7 ++++---
registry/nacos/service_discovery_test.go | 2 +-
registry/protocol/protocol.go | 7 +++++++
registry/registry.go | 5 ++++-
registry/service_discovery.go | 3 +--
registry/service_instance.go | 1 +
registry/zookeeper/registry.go | 13 +++++++++++--
21 files changed, 95 insertions(+), 32 deletions(-)