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 387c8ddf Merge pull request #739 from chickenlj/main-go-1.20
     add 25e535ad modify
     add b246fd6d [feat]: add new sample multirpc
     add bcfd3ff6 modify
     add 41c79301 Merge remote-tracking branch 'origin/main' into main
     add c6de30d2 [feat]: add new sample multirpc
     add 6cbfbd68 [feat]: add new sample multirpc
     add 077baaa4 [feat]: add new sample multirpc
     add 0a24f676 [feat]: add new sample multirpc
     add 2c8ca7f7 [feat]: add new sample multirpc
     add 307bf447 [feat]: add new sample multirpc
     add 88d38c3f fix issues mentioned before&remove redundant comments&add 
integrate test
     add 58bfd5e1 fix issues mentioned before&remove redundant comments&add 
integrate test
     add 7c5109b7 fix integrate test
     add 19f44f7e add a note about 'multirpc' in README
     new af1879cb Merge pull request #725 from Yan0613/main

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:
 README.md                                          |  1 +
 helloworld/README.md                               |  2 +-
 .../tests/integration/main_test.go                 | 43 ++++++++++++----
 .../tests/integration/multirpc_test.go}            | 23 ++++++++-
 {helloworld => multirpc}/README.md                 |  4 +-
 {rpc/triple/pb2 => multirpc}/go-client/cmd/main.go | 57 ++++++++++++++++-----
 {filter/token => multirpc}/go-server/cmd/main.go   | 59 ++++++++++++++++------
 .../nacos => multirpc}/proto/greet.pb.go           |  0
 {rpc/grpc => multirpc}/proto/greet.proto           |  2 +-
 .../nacos => multirpc}/proto/greet.triple.go       |  0
 start_integrate_test.sh                            |  3 ++
 11 files changed, 152 insertions(+), 42 deletions(-)
 copy integrate_test/{rpc/triple/pb-json => 
multirpc}/tests/integration/main_test.go (60%)
 copy integrate_test/{helloworld/tests/integration/helloworld_test.go => 
multirpc/tests/integration/multirpc_test.go} (59%)
 copy {helloworld => multirpc}/README.md (94%)
 copy {rpc/triple/pb2 => multirpc}/go-client/cmd/main.go (51%)
 copy {filter/token => multirpc}/go-server/cmd/main.go (52%)
 copy {config_center/nacos => multirpc}/proto/greet.pb.go (100%)
 copy {rpc/grpc => multirpc}/proto/greet.proto (94%)
 copy {config_center/nacos => multirpc}/proto/greet.triple.go (100%)

Reply via email to