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

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

commit 827853f64beb25822b5ba965c5795e237a4b90df
Merge: 73a81bf6 43c0dbbe
Author: Ken Liu <[email protected]>
AuthorDate: Sun Mar 24 11:31:07 2024 +0800

    Merge pull request #718 from iku50/feat/ecosystem-seata
    
    feat(filter): add seata samples.

 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 ++++----
 compatibility/seata-go/tcc/client/conf/dubbogo.yml |  32 -----
 .../seata-go/tcc/client/service/user_provider.go   |  37 -----
 compatibility/seata-go/tcc/server/cmd/server.go    |  62 +++-----
 compatibility/seata-go/tcc/server/conf/dubbogo.yml |  36 -----
 .../tcc/{server => }/service/user_provider.go      |   3 -
 go.sum                                             |   2 -
 12 files changed, 222 insertions(+), 211 deletions(-)

Reply via email to