You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by la...@apache.org on 2021/11/07 10:18:02 UTC

[dubbo-go-samples] branch master updated (8a52be7 -> e8c379d)

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

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


    from 8a52be7  Update dubbo-go version and metrics samples (#287)
     add e8c379d  Triple grpc (#290)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/github-actions.yml               |   2 +-
 api/samples_api.pb.go                              |   9 +-
 api/samples_api_triple.pb.go                       |  53 ++++----
 config-api/subModule/registry/main.go              |   2 +-
 generic/default/go-client/cmd/client.go            |   2 +
 go.mod                                             |   8 +-
 go.sum                                             | 142 ++++++++-------------
 .../default/tests/integration/userprovider_test.go |   1 +
 .../codec-extension/tests/integration/codec.go     |   9 +-
 rpc/triple/codec-extension/codec/codec.go          |   9 +-
 .../codec-extension/go-client/conf/dubbogo.yml     |   1 +
 .../hessian2/go-client/cmd/complex_service.go      |   2 +-
 rpc/triple/pb/dubbogo-grpc/grpc-client/main.go     |   3 +-
 rpc/triple/pb/dubbogo-grpc/grpc-server/main.go     |   3 +-
 start_integrate_test.sh                            |   2 +-
 15 files changed, 110 insertions(+), 138 deletions(-)