You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by ju...@apache.org on 2021/11/22 05:50:49 UTC

[dubbo-go-samples] branch master updated (8e9a5cb -> 5c8a9a1)

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

justxuewei pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git.


    from 8e9a5cb  fix triplePbGrpc, make golang and java communication (#301)
     new 8bab3ac  ftr: triple reflection
     new 701971f  fix conflict of pb
     new 5100d90  fix grpc to api
     new 7e95999  fix add helloworld streaming samples
     new 5c8a9a1  Merge pull request #300 from LaurenceLiZhixin/ftr/triple-reflect

The 464 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:
 api/generate.sh                                    |  2 +-
 api/samples_api.pb.go                              | 51 +++++++++-------
 api/samples_api.proto                              |  2 +-
 api/samples_api_triple.pb.go                       | 12 +++-
 go.mod                                             |  8 +--
 go.sum                                             | 63 ++++++++++++++++----
 helloworld/go-server/cmd/server.go                 | 37 ++++++++++++
 .../tests/integration/helloworld_test.go           | 34 +++++++++++
 .../pb/dubbogo-grpc/tests/integration/main_test.go | 16 -----
 .../tests/integration/userprovider_test.go         | 50 +---------------
 .../pb/dubbogo-grpc/go-client/conf/dubbogo.yml     |  3 +-
 .../pb/dubbogo-grpc/go-server/conf/dubbogo.yml     |  4 +-
 rpc/triple/pb/dubbogo-grpc/grpc-client/main.go     |  2 +-
 rpc/triple/pb/dubbogo-grpc/grpc-server/main.go     |  2 +-
 .../protobuf/{grpc => api}/helloworld.pb.go        | 68 ++++++++++++----------
 .../protobuf/{grpc => api}/helloworld.proto        | 11 ++--
 .../protobuf/{grpc => api}/helloworld_grpc.pb.go   | 12 ++--
 17 files changed, 227 insertions(+), 150 deletions(-)
 rename rpc/triple/pb/dubbogo-grpc/protobuf/{grpc => api}/helloworld.pb.go (69%)
 rename rpc/triple/pb/dubbogo-grpc/protobuf/{grpc => api}/helloworld.proto (85%)
 rename rpc/triple/pb/dubbogo-grpc/protobuf/{grpc => api}/helloworld_grpc.pb.go (94%)