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 73a81bf6 fix(docs): error docs (#728)
     add d8aa545c Adjust config for local pass
     add 3ef6e3b0 Adjust config for local pass
     add beb092b1 change something
     add 0f79446d Merge branch 'apache:main' into feat/ecosystem-seata
     add a01d7cc7 using new api
     add fc2186ad update import
     add b7c2db1f update import
     add 3789f225 using new seata-go version api and complete rest of the work
     add 43c0dbbe ok, version wrong, rollback to old api of seata-go
     new 827853f6 Merge pull request #718 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:
 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(-)
 create mode 100644 compatibility/seata-go/conf/seatago.yml
 rename compatibility/seata-go/{ => dockercompose}/docker-compose.yml (86%)
 delete mode 100644 compatibility/seata-go/tcc/README.md
 delete mode 100644 compatibility/seata-go/tcc/client/conf/dubbogo.yml
 delete mode 100644 compatibility/seata-go/tcc/client/service/user_provider.go
 delete mode 100644 compatibility/seata-go/tcc/server/conf/dubbogo.yml
 rename compatibility/seata-go/tcc/{server => }/service/user_provider.go (99%)

Reply via email to