You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by xi...@apache.org on 2020/03/03 13:10:32 UTC

[dubbo-go] branch feature/dubbo-2.7.5 updated (67ccfb2 -> bc31a84)

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

xinminghe pushed a change to branch feature/dubbo-2.7.5
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


    from 67ccfb2  Merge pull request #369 from zouyx/hotfix/FixReviewComment
     new 5ce2598  Add necessary interface definition
     new 0bf2fca  Merge branch 'feature/dubbo-2.7.5' of github.com:apache/dubbo-go into service-discovery
     new 23e1268  Upgrade gost
     new bc31a84  Merge pull request #385 from flycash/service-discovery

The 1433 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:
 go.mod                                     |  2 +-
 go.sum                                     |  2 +
 registry/event.go                          | 48 +++++++++++++++-
 registry/{event.go => event_listener.go}   | 34 +++++------
 registry/service_discovery.go              | 91 ++++++++++++++++++++++++++++++
 registry/{event.go => service_instance.go} | 44 +++++++--------
 6 files changed, 174 insertions(+), 47 deletions(-)
 copy registry/{event.go => event_listener.go} (58%)
 create mode 100644 registry/service_discovery.go
 copy registry/{event.go => service_instance.go} (58%)