You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/10/03 16:09:00 UTC

[dubbo-go] branch config-api updated (e6afd57 -> 0d03ae4)

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

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


    from e6afd57  fix: update uuid version
     add 0d03ae4  fix: change to IDs

No new revisions were added by this update.

Summary of changes:
 config/consumer_config.go                          | 12 +++---
 config/provider_config.go                          | 22 +++++------
 config/provider_config_test.go                     |  8 ++--
 config/reference_config.go                         | 14 +++----
 config/service_config.go                           | 46 +++++++++++-----------
 config/testdata/application.yaml                   |  4 +-
 config/testdata/config/app/application.yaml        |  2 +-
 config/testdata/config/provider/application.yaml   |  4 +-
 .../config/provider/registry_application.yaml      |  4 +-
 config/testdata/consumer_config.yml                |  2 +-
 .../testdata/consumer_config_with_configcenter.yml |  2 +-
 .../testdata/consumer_config_withoutProtocol.yml   |  2 +-
 config/testdata/provider_config.yml                |  2 +-
 .../testdata/provider_config_withoutProtocol.yml   |  2 +-
 .../service/exporter/configurable/exporter_test.go |  2 +-
 protocol/dubbo3/internal/server.go                 |  4 +-
 protocol/grpc/grpc_protocol_test.go                |  4 +-
 registry/protocol/protocol.go                      |  2 +-
 18 files changed, 70 insertions(+), 68 deletions(-)