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/04/11 09:51:05 UTC

[dubbo-go] branch develop updated (ae5ec56 -> c979fca)

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

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


    from ae5ec56  Merge branch 'feature/dubbo-2.7.5' into develop
     new ed2fa0c  Add:registry directory extension
     new 54dc74a  Mod: upper RegistryDirectory for inherit
     new eac6b63  Add:new func type
     new 6b58f6c  Update registry/directory/directory.go
     new 5d630ca  Update registry/directory/directory.go
     new 57fa801  Update registry/directory/directory.go
     new 34c52a1  Update registry/directory/directory.go
     new a4e9a02  Merge branch 'extension_directory' of https://github.com/hxmhlt/dubbo-go into extension_directory
     new c979fca  Merge pull request #466 from hxmhlt/extension_directory

The 1953 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:
 .../{registry.go => registry_directory.go}         | 24 ++++----
 registry/directory/directory.go                    | 69 +++++++++-------------
 registry/directory/directory_test.go               | 15 +++--
 registry/protocol/protocol.go                      |  5 +-
 4 files changed, 50 insertions(+), 63 deletions(-)
 copy common/extension/{registry.go => registry_directory.go} (60%)