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

[dubbo-go-samples] 03/12: Merge branch 'master' of https://github.com/apache/dubbo-go-samples

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

zhaoyunxing pushed a commit to branch compress
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git

commit e5ff594d1f464ec5a39316d3c5900ee4b28e1cfc
Merge: b16311f d3073eb
Author: AlexStocks <al...@foxmail.com>
AuthorDate: Sun May 16 22:37:22 2021 +0800

    Merge branch 'master' of https://github.com/apache/dubbo-go-samples

 .run/seata/seata_client_app.run.xml                |  16 ++
 .run/seata/seata_order-svc_app.run.xml             |  16 ++
 .run/seata/seata_product-svc_app.run.xml           |  16 ++
 .run/version/version-go-client.run.xml             |  15 ++
 .run/version/version-go-server-v1.run.xml          |  15 ++
 .run/version/version-go-server-v2.run.xml          |  15 ++
 context/README_zh.md                               |   6 +-
 game/README.md                                     | 294 +++++++++++++++++++-
 game/README_zh.md                                  | 298 ++++++++++++++++++++-
 game/go-server-game/cmd/server.go                  |  12 +-
 game/go-server-game/conf/client.yml                |   8 -
 game/go-server-game/conf/server.yml                |  14 -
 game/go-server-game/pkg/consumer.go                |   4 +-
 game/go-server-game/pkg/main.go                    |  17 --
 game/go-server-game/pkg/provider.go                | 112 +++++---
 .../tests/integration/gameprovider_test.go         |  14 +-
 game/go-server-gate/cmd/server.go                  |  72 ++++-
 game/go-server-gate/conf/client.yml                |  13 -
 game/go-server-gate/conf/server.yml                |  11 -
 game/go-server-gate/pkg/consumer.go                |  17 +-
 game/go-server-gate/pkg/main.go                    |  17 --
 game/go-server-gate/pkg/provider.go                |  11 -
 game/pkg/consumer/game/basketball.go               |   6 +-
 game/pkg/consumer/game/jump.go                     |  16 --
 game/pkg/consumer/gate/jump.go                     |  14 -
 game/pkg/pojo/info.go                              |  10 +
 game/website/.DS_Store                             | Bin 0 -> 6148 bytes
 game/website/css/style.css                         |  54 ++++
 game/website/img/bac.png                           | Bin 0 -> 313830 bytes
 game/website/index.html                            |  56 ++++
 game/website/js/api.js                             |  64 +++++
 game/website/js/index.js                           | 130 +++++++++
 multi-registry/go-server/conf/client.yml           |   2 +-
 seata/client/app/svc/svc.go                        |  18 +-
 seata/order-svc/app/order_svc.go                   |   9 +-
 seata/product-svc/app/product_svc.go               |   9 +-
 start_integrate_test.sh                            |   9 +-
 version/README.md                                  | 139 ++++++++++
 version/README_zh.md                               | 130 +++++++++
 .../app/order_svc.go => version/go-api/pkg/user.go |  41 ++-
 version/go-client/cmd/client.go                    |  74 +++++
 version/go-client/conf/client.yml                  |  37 +++
 version/go-client/conf/log.yml                     |  28 ++
 version/go-server-v1/cmd/server.go                 |  87 ++++++
 .../go-server-v1}/conf/client.yml                  |  13 +-
 version/go-server-v1/conf/log.yml                  |  28 ++
 .../go-server-v1}/conf/server.yml                  |  27 +-
 version/go-server-v1/docker/docker-compose.yml     |   9 +
 .../go-server-v1/pkg/user.go                       |  36 ++-
 .../go-server-v1/tests/integration/main_test.go    |  71 +++++
 .../tests/integration/userprovider_test.go         |  43 ++-
 version/go-server-v2/cmd/server.go                 |  85 ++++++
 .../go-server-v2}/conf/client.yml                  |  13 +-
 version/go-server-v2/conf/log.yml                  |  28 ++
 .../go-server-v2}/conf/server.yml                  |  27 +-
 version/go-server-v2/docker/docker-compose.yml     |   9 +
 .../go-server-v2/pkg/user.go                       |  39 ++-
 .../go-server-v2/tests/integration/main_test.go    |  71 +++++
 .../tests/integration/userprovider_test.go         |  43 ++-
 59 files changed, 2100 insertions(+), 388 deletions(-)