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

[dubbo-go] branch develop updated (2a60e2b -> 1479852)

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

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


    from 2a60e2b  Merge pull request #433 from zouyx/feature/addLicenseChecker
     new 4657f3d  Add: GetInterface for rpc_service.go
     new 04ee0b9  Mod: fix comments
     new 1479852  Merge pull request #454 from fangyincheng/improve-rpcservice

The 1862 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:
 common/rpc_service.go                             | 78 ++++++++++++++++++-----
 common/rpc_service_test.go                        | 22 ++++---
 config/config_loader.go                           |  2 +-
 config/config_loader_test.go                      |  7 +-
 config/service_config.go                          |  2 +-
 filter/filter_impl/generic_service_filter_test.go |  2 +-
 protocol/dubbo/client_test.go                     |  2 +-
 protocol/dubbo/dubbo_exporter.go                  |  3 +-
 protocol/grpc/grpc_exporter.go                    |  3 +-
 protocol/jsonrpc/http_test.go                     |  2 +-
 protocol/jsonrpc/jsonrpc_exporter.go              |  3 +-
 protocol/jsonrpc/jsonrpc_invoker_test.go          |  2 +-
 protocol/rest/rest_exporter.go                    |  3 +-
 protocol/rest/rest_invoker_test.go                |  4 +-
 protocol/rest/rest_protocol_test.go               |  4 +-
 15 files changed, 97 insertions(+), 42 deletions(-)