tree: 288329c9bd8c94b845f339b2e0e648eb7bd98a43 [path history] [tgz]
  1. client/
  2. proto/
  3. server/
  4. service/
  5. README.md
  6. README_zh.md
transcation/seata-go/triple/README.md

Seata-go tcc example

How to run?

  1. Start the seata-server with the docker file.

    cd ../dockercompose
    docker-compose -f docker-compose.yml up -d seata-server
    
  2. Just execute the main function under triple/client/cmd and triple/server/cmd directory.