You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/06/15 02:35:12 UTC

[dubbo-go] branch 3.0 updated (5c2e47e -> 99bcbee)

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

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


    from 5c2e47e  Fix #1166 (#1249)
     add 99bcbee  ftr: add config (#1258)

No new revisions were added by this update.

Summary of changes:
 common/constant/key.go                |  3 +++
 config/base_config.go                 | 13 ++++++++-----
 config/config_loader.go               | 14 ++++++++++++++
 config/config_loader_options.go       |  7 -------
 config/consumer_config.go             |  2 +-
 config/metadata_report_config.go      |  4 ++--
 config/provider_config.go             |  2 +-
 config/remote_config.go               | 12 +++++++++---
 config/service_discovery_config.go    | 10 ++++++++--
 go.mod                                |  2 +-
 test/integrate/dubbo/go-client/go.sum |  4 ++++
 test/integrate/dubbo/go-server/go.sum |  4 ++++
 tools/cli/example/server/go.sum       |  4 ++++
 13 files changed, 59 insertions(+), 22 deletions(-)