This is an automated email from the ASF dual-hosted git repository.
laurence pushed a change to branch config-enhance
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 8cb9393 fix: prepare to refactor samples (#1407)
add fb27e5a fix: prepare to refactor samples
add 5a89a48 Merge remote-tracking branch 'upstream/config-enhance' into
config-enhance
add 06db69b fix: config-center init two times bug
add eb56cfb fix: some bugs of 3.0 config samples
new 1bfface fix: run tidy
The 1 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:
config/application_config.go | 14 +-
config/config_api.go | 6 +-
config/config_api_test.go | 4 +-
config/config_center_config.go | 73 ++++++++-
config/config_loader.go | 4 +-
config/protocol_config.go | 2 +
config/provider_config.go | 6 +-
config/reference_config.go | 8 +-
config/registry_config.go | 173 +++++++++++++++++++++
config/root_config.go | 134 ++++++++++------
config/service_config.go | 31 +---
go.mod | 4 +-
go.sum | 8 +-
metadata/service/exporter/configurable/exporter.go | 5 +-
remoting/nacos/builder.go | 17 +-
15 files changed, 370 insertions(+), 119 deletions(-)