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:27:13 UTC

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

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 4b3fb3b  Merge pull request #44 from LaurenceLiZhixin/ftr/config-api
     new f96fe82  ftr: add docker
     new 6632817  fix: add cn readme
     new bb7a0d6  Merge pull request #43 from LaurenceLiZhixin/ftr/docker

The 233 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:
 docker/Dockerfile                                  |  5 +++
 docker/README.md                                   | 49 ++++++++++++++++++++
 docker/README_zh.md                                | 52 ++++++++++++++++++++++
 docker/docker_run.sh                               |  5 +++
 .../go-client/cmd/client.go                        |  2 +-
 .../condition => docker}/go-client/conf/client.yml |  0
 .../condition => docker}/go-client/conf/log.yml    |  0
 {router/condition => docker}/go-client/pkg/user.go |  0
 {async => docker}/go-server/cmd/server.go          |  5 ++-
 .../condition => docker}/go-server/conf/client.yml |  0
 .../condition => docker}/go-server/conf/log.yml    |  0
 {helloworld => docker}/go-server/conf/server.yml   |  2 +-
 .../go-server/docker/docker-compose.yml            |  0
 {router/condition => docker}/go-server/pkg/user.go |  0
 .../go-server/tests/integration/main_test.go       |  0
 .../tests/integration/userprovider_test.go         |  0
 16 files changed, 116 insertions(+), 4 deletions(-)
 create mode 100644 docker/Dockerfile
 create mode 100644 docker/README.md
 create mode 100644 docker/README_zh.md
 create mode 100644 docker/docker_run.sh
 copy {filter/custom_filter => docker}/go-client/cmd/client.go (100%)
 copy {router/condition => docker}/go-client/conf/client.yml (100%)
 copy {router/condition => docker}/go-client/conf/log.yml (100%)
 copy {router/condition => docker}/go-client/pkg/user.go (100%)
 copy {async => docker}/go-server/cmd/server.go (99%)
 copy {router/condition => docker}/go-server/conf/client.yml (100%)
 copy {router/condition => docker}/go-server/conf/log.yml (100%)
 copy {helloworld => docker}/go-server/conf/server.yml (97%)
 copy {router/condition => docker}/go-server/docker/docker-compose.yml (100%)
 copy {router/condition => docker}/go-server/pkg/user.go (100%)
 copy {metric => docker}/go-server/tests/integration/main_test.go (100%)
 copy {registry/servicediscovery/zookeeper => docker}/go-server/tests/integration/userprovider_test.go (100%)