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

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


    from e43af85  refactor metadata service (#1298)
     new e97d5e2  move internal to helloworld
     new a1aade2  fix type
     new bbda4b5  add grpc stream test
     new 7a4c587  fix spell
     new 1ee0a85  fix spell
     new 21e9f4e  Merge pull request #1291 from dubbo-x/grpc-refine

The 7922 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:
 protocol/grpc/client_test.go                       |  59 +-
 protocol/grpc/grpc_invoker_test.go                 |  95 ++-
 protocol/grpc/grpc_protocol_test.go                |  10 +-
 protocol/grpc/internal/README.md                   |   5 +
 protocol/grpc/internal/{ => helloworld}/Makefile   |   0
 protocol/grpc/internal/{ => helloworld}/client.go  |   2 +-
 .../internal/{ => helloworld}/helloworld.pb.go     |  40 +-
 .../internal/{ => helloworld}/helloworld.proto     |   3 +-
 protocol/grpc/internal/{ => helloworld}/server.go  |   2 +-
 .../examples => grpc/internal/routeguide}/Makefile |   6 +-
 protocol/grpc/internal/routeguide/client.go        | 110 +++
 protocol/grpc/internal/routeguide/routeguide.pb.go | 836 +++++++++++++++++++++
 protocol/grpc/internal/routeguide/routeguide.proto | 114 +++
 protocol/grpc/internal/routeguide/server.go        | 827 ++++++++++++++++++++
 14 files changed, 2053 insertions(+), 56 deletions(-)
 rename protocol/grpc/internal/{ => helloworld}/Makefile (100%)
 rename protocol/grpc/internal/{ => helloworld}/client.go (98%)
 rename protocol/grpc/internal/{ => helloworld}/helloworld.pb.go (86%)
 rename protocol/grpc/internal/{ => helloworld}/helloworld.proto (95%)
 rename protocol/grpc/internal/{ => helloworld}/server.go (99%)
 copy protocol/{dubbo3/protoc-gen-dubbo3/examples => 
grpc/internal/routeguide}/Makefile (85%)
 create mode 100644 protocol/grpc/internal/routeguide/client.go
 create mode 100644 protocol/grpc/internal/routeguide/routeguide.pb.go
 create mode 100644 protocol/grpc/internal/routeguide/routeguide.proto
 create mode 100644 protocol/grpc/internal/routeguide/server.go

Reply via email to