You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2021/02/08 05:26:40 UTC

[dubbo-go-samples] branch master updated (2b4f2ac -> 4b3fb3b)

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

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


    from 2b4f2ac  Merge pull request #45 from LaurenceLiZhixin/fix/consul-readme
     new c5b09e7  ftr:config api
     new a3d14e6  fix: add zh readme
     new 4b3fb3b  Merge pull request #44 from LaurenceLiZhixin/ftr/config-api

The 230 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:
 async/go-client/pkg/user.go                        |  2 +-
 config-api/README.md                               | 63 ++++++++++++++++++++
 config-api/README_zh.md                            | 68 ++++++++++++++++++++++
 {metric => config-api}/go-client/cmd/client.go     | 27 ++++++---
 .../go-client/conf/client.yml                      |  0
 .../go-client/conf/log.yml                         |  0
 .../condition => config-api}/go-client/pkg/user.go |  0
 .../nacos => config-api}/go-server/cmd/server.go   | 30 ++++++++--
 .../go-server/conf/client.yml                      |  0
 .../go-server/conf/log.yml                         |  0
 .../go-server/conf/server.yml                      |  0
 .../go-server/docker/docker-compose.yml            |  0
 .../condition => config-api}/go-server/pkg/user.go |  0
 .../go-server/tests/integration/main_test.go       |  0
 .../tests/integration/userprovider_test.go         |  0
 general/dubbo/go-client/cmd/client.go              |  6 +-
 general/dubbo/go-client/pkg/user.go                |  2 -
 general/grpc/go-client/pkg/hello.go                |  3 +-
 general/grpc/go-server/cmd/server.go               |  2 +-
 general/grpc/go-server/pkg/greeter.go              |  2 +-
 metric/go-server/cmd/server.go                     |  2 +-
 multi-zone/go-server-sh/cmd/server.go              |  2 +-
 router/condition/go-server/app/user.go             |  2 +-
 seata/client/app/svc/svc.go                        |  2 +-
 24 files changed, 187 insertions(+), 26 deletions(-)
 create mode 100644 config-api/README.md
 create mode 100644 config-api/README_zh.md
 copy {metric => config-api}/go-client/cmd/client.go (72%)
 copy {router/condition => config-api}/go-client/conf/client.yml (100%)
 copy {router/condition => config-api}/go-client/conf/log.yml (100%)
 copy {router/condition => config-api}/go-client/pkg/user.go (100%)
 copy {configcenter/nacos => config-api}/go-server/cmd/server.go (72%)
 copy {router/condition => config-api}/go-server/conf/client.yml (100%)
 copy {router/condition => config-api}/go-server/conf/log.yml (100%)
 copy {router/condition => config-api}/go-server/conf/server.yml (100%)
 copy {router/condition => config-api}/go-server/docker/docker-compose.yml (100%)
 copy {router/condition => config-api}/go-server/pkg/user.go (100%)
 copy {metric => config-api}/go-server/tests/integration/main_test.go (100%)
 copy {registry/servicediscovery/zookeeper => config-api}/go-server/tests/integration/userprovider_test.go (100%)