This is an automated email from the ASF dual-hosted git repository. liujun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
from 186f41fd Merge pull request #731 from apache/revert-718-feat/ecosystem-seata add 2f0eef1e change dir add d33a03fe Merge branch 'feat/ecosystem-seata' of github.com:iku50/dubbo-go-samples into feat/ecosystem-seata add 0bd2a805 complete dir change add a6c42f49 update go.sum new 9a7f835d Merge pull request #732 from iku50/feat/ecosystem-seata 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: go.sum | 2 - transcation/seata-go/README.md | 12 ++ transcation/seata-go/README_zh.md | 12 ++ transcation/seata-go/conf/seatago.yml | 158 +++++++++++++++++++++ .../seata-go/dockercompose}/docker-compose.yml | 10 +- .../seata-go/tcc/client/cmd/client.go | 57 ++++---- .../seata-go/tcc/server/cmd/server.go | 39 +++-- .../seata-go/tcc}/service/user_provider.go | 3 - 8 files changed, 229 insertions(+), 64 deletions(-) create mode 100644 transcation/seata-go/README.md create mode 100644 transcation/seata-go/README_zh.md create mode 100644 transcation/seata-go/conf/seatago.yml copy {compatibility/seata-go => transcation/seata-go/dockercompose}/docker-compose.yml (86%) copy {compatibility => transcation}/seata-go/tcc/client/cmd/client.go (63%) copy rpc/triple/pb2/go-server/cmd/main.go => transcation/seata-go/tcc/server/cmd/server.go (65%) copy {compatibility/seata-go/tcc/server => transcation/seata-go/tcc}/service/user_provider.go (99%)