This is an automated email from the ASF dual-hosted git repository. wuxinfan pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
commit 27a55e960bf6c2c94da5e95bc2fe028cbce99336 Merge: a6338569 93e9db1e Author: xinfan.wu <[email protected]> AuthorDate: Mon Mar 17 18:06:59 2025 +0800 Merge pull request #809 from marsevilspirit/add-triple-samples Add triple samples .../rpc/triple/pb/dubbogo-grpc/grpc-server/main.go | 2 +- .../tests/integration/instanceprovider_test.go} | 9 +- .../tests/integration/main_test.go | 5 +- .../tests/integration/main_test.go | 4 +- .../tests/integration/oldtripleprovider_test.go} | 9 +- .../triple/pb-json/tests/integration/main_test.go | 11 +- .../tests/integration/pb-jsonprovider_test.go | 5 + .../rpc/triple/pb/tests/integration/main_test.go | 3 + .../triple/pb/tests/integration/pbprovider_test.go | 5 + .../rpc/triple/pb2/tests/integration/main_test.go | 3 + .../pb2/tests/integration/pb2provider_test.go | 5 + .../tests/integration/main_test.go | 17 +- .../tests/integration/reflectionprovider_test.go | 84 ++++ .../tests/integration/main_test.go | 11 +- .../tests/integration/registryprovider_test.go} | 9 +- .../{pb2 => stream}/tests/integration/main_test.go | 5 +- .../tests/integration/streamprovider_test.go | 95 ++++ metrics/go-server/cmd/main.go | 5 +- .../{pb-json => instance}/go-client/cmd/main.go | 19 +- rpc/triple/{pb => instance}/go-server/cmd/main.go | 28 +- rpc/triple/instance/proto/greet.pb.go | 198 ++++++++ .../triple/instance/proto/greet.proto | 29 +- rpc/triple/instance/proto/greet.triple.go | 122 +++++ .../triple/old_triple/go-client/cmd/main.go | 23 +- .../triple/old_triple/go-server/cmd/main.go | 35 +- rpc/triple/old_triple/go-server/conf/dubbogo.yml | 13 + rpc/triple/old_triple/proto/greet.pb.go | 198 ++++++++ .../triple/old_triple/proto/greet.proto | 28 +- rpc/triple/old_triple/proto/greet_triple.pb.go | 164 +++++++ rpc/triple/pb-json/go-client/cmd/main.go | 5 + rpc/triple/pb-json/go-server/cmd/main.go | 5 + rpc/triple/pb/go-client/cmd/main.go | 4 + rpc/triple/pb/go-server/cmd/main.go | 2 + rpc/triple/pb2/go-client/cmd/main.go | 4 + rpc/triple/pb2/go-server/cmd/main.go | 2 + rpc/triple/reflection/go-client/cmd/main.go | 123 +++++ .../{pb => reflection}/go-server/cmd/main.go | 11 +- rpc/triple/reflection/proto/greet.pb.go | 198 ++++++++ .../triple/reflection/proto/greet.proto | 28 +- rpc/triple/reflection/proto/greet.triple.go | 122 +++++ rpc/triple/{pb => registry}/go-client/cmd/main.go | 25 +- rpc/triple/{pb => registry}/go-server/cmd/main.go | 22 +- rpc/triple/registry/proto/greet.pb.go | 198 ++++++++ .../triple/registry/proto/greet.proto | 28 +- rpc/triple/registry/proto/greet.triple.go | 122 +++++ rpc/triple/stream/go-client/cmd/main.go | 131 ++++++ rpc/triple/stream/go-server/cmd/main.go | 160 +++++++ rpc/triple/stream/proto/greet.pb.go | 509 +++++++++++++++++++++ rpc/triple/stream/proto/greet.proto | 61 +++ rpc/triple/stream/proto/greet.triple.go | 375 +++++++++++++++ 50 files changed, 3102 insertions(+), 177 deletions(-)
