You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2024/01/26 02:07:43 UTC

(dubbo-go-samples) 01/01: Merge pull request #685 from FinalT/feat-grpc

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 4656c96e5168cb4adb1850abbee96c8eda21e0a8
Merge: 45e8c730 70e91f48
Author: Ken Liu <ke...@gmail.com>
AuthorDate: Fri Jan 26 10:07:37 2024 +0800

    Merge pull request #685 from FinalT/feat-grpc
    
    feat:add grpc sample

 .../grpc/tests/integration/grpcprovider_test.go    |  39 ++++
 .../rpc/grpc/tests/integration/main_test.go        |  43 ++++
 rpc/grpc/README.md                                 | 219 +++++++++++++++++++
 rpc/grpc/README_zh.md                              | 237 +++++++++++++++++++++
 rpc/grpc/go-client/cmd/main.go                     |  65 ++++++
 rpc/grpc/go-server/cmd/main.go                     |  56 +++++
 rpc/grpc/grpc-client/cmd/main.go                   |  61 ++++++
 rpc/grpc/grpc-server/cmd/main.go                   |  49 +++++
 rpc/grpc/proto/greet.pb.go                         | 230 ++++++++++++++++++++
 rpc/grpc/proto/greet.proto                         |  34 +++
 rpc/grpc/proto/greet.triple.go                     | 139 ++++++++++++
 rpc/grpc/proto/greet_grpc.pb.go                    | 122 +++++++++++
 start_integrate_test.sh                            |   2 +
 13 files changed, 1296 insertions(+)