This is an automated email from the ASF dual-hosted git repository.
xinminghe pushed a change to branch feature/grpc
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from 78818e8 Merge pull request #312 from flycash/grpc
new d9d334a Mod: modidfy Refer params and add licence
new 2d6f7f3 Fmt: package
new 1c0e422 Merge pull request #317 from fangyincheng/feature/grpc
The 1258 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:
config/reference_config.go | 10 +++++++---
config/reference_config_test.go | 2 +-
protocol/dubbo/dubbo_protocol.go | 2 +-
protocol/dubbo/dubbo_protocol_test.go | 2 +-
protocol/grpc/client.go | 6 +++++-
protocol/grpc/client_test.go | 3 +--
protocol/grpc/grpc_invoker_test.go | 3 +--
protocol/grpc/grpc_protocol.go | 4 ++--
protocol/grpc/grpc_protocol_test.go | 3 +--
protocol/grpc/internal/client.go | 8 ++++++++
protocol/grpc/internal/helloworld.pb.go | 17 +++++++++++++++++
protocol/grpc/protoc-gen-dubbo/examples/Makefile | 15 +++++++++++++++
.../grpc/protoc-gen-dubbo/examples/helloworld.pb.go | 17 +++++++++++++++++
protocol/jsonrpc/jsonrpc_protocol.go | 2 +-
protocol/jsonrpc/jsonrpc_protocol_test.go | 2 +-
protocol/protocol.go | 4 ++--
protocol/protocolwrapper/mock_protocol_filter.go | 2 +-
protocol/protocolwrapper/protocol_filter_wrapper.go | 4 ++--
.../protocolwrapper/protocol_filter_wrapper_test.go | 2 +-
registry/directory/directory.go | 8 +++-----
registry/directory/directory_test.go | 6 +++---
registry/protocol/protocol.go | 4 ++--
registry/protocol/protocol_test.go | 6 +++---
remoting/zookeeper/listener.go | 2 --
24 files changed, 96 insertions(+), 38 deletions(-)