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 827853f6 Merge pull request #718 from iku50/feat/ecosystem-seata
     add 64a7ab37 Revert "feat(filter): add seata samples."
     new 186f41fd Merge pull request #731 from 
apache/revert-718-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:
 compatibility/seata-go/README.md                   |  12 +-
 compatibility/seata-go/README_zh.md                |  12 +-
 compatibility/seata-go/conf/seatago.yml            | 158 ---------------------
 .../{dockercompose => }/docker-compose.yml         |  10 +-
 compatibility/seata-go/tcc/README.md               |  12 ++
 compatibility/seata-go/tcc/client/cmd/client.go    |  57 ++++----
 .../client/conf/dubbogo.yml}                       |  25 ++--
 .../seata-go/tcc/client/service/user_provider.go   |  29 ++--
 compatibility/seata-go/tcc/server/cmd/server.go    |  62 +++++---
 .../server/conf/dubbogo.yml}                       |  29 ++--
 .../tcc/{ => server}/service/user_provider.go      |   3 +
 go.sum                                             |   2 +
 12 files changed, 148 insertions(+), 263 deletions(-)
 delete mode 100644 compatibility/seata-go/conf/seatago.yml
 copy compatibility/seata-go/{dockercompose => }/docker-compose.yml (86%)
 create mode 100644 compatibility/seata-go/tcc/README.md
 copy compatibility/seata-go/{dockercompose/docker-compose.yml => 
tcc/client/conf/dubbogo.yml} (70%)
 copy 
integrate_test/compatibility/rpc/triple/msgpack/tests/integration/main_test.go 
=> compatibility/seata-go/tcc/client/service/user_provider.go (59%)
 rename compatibility/seata-go/{dockercompose/docker-compose.yml => 
tcc/server/conf/dubbogo.yml} (67%)
 rename compatibility/seata-go/tcc/{ => server}/service/user_provider.go (99%)

Reply via email to