This is an automated email from the ASF dual-hosted git repository.
fangyc pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.
from b9f71f7 Merge pull request #582 from relaxedCat/feat-grpc-json
new 078f44a add comment in all files of protocol directory
new ca81e2f add comment for protocol
new ef3febf add comment for jsonrpc
new b5f8646 fix review comment
new 57f75ee Merge branch 'develop' into feature/addProtocolComment
new 93a655f Merge pull request #602 from zouyx/feature/addProtocolComment
The 2190 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/dubbo/client.go | 2 +-
protocol/dubbo/codec.go | 1 +
protocol/dubbo/config.go | 12 ++---
protocol/dubbo/dubbo_protocol.go | 2 +-
protocol/dubbo/listener.go | 37 +++++++-------
protocol/grpc/client.go | 4 +-
protocol/grpc/grpc_exporter.go | 4 +-
protocol/grpc/grpc_invoker.go | 5 +-
protocol/grpc/grpc_protocol.go | 12 ++---
protocol/grpc/internal/server.go | 4 +-
protocol/grpc/server.go | 13 +++--
protocol/invocation.go | 13 ++++-
protocol/invocation/rpcinvocation.go | 57 ++++++++++------------
protocol/invoker.go | 15 +++---
protocol/jsonrpc/http.go | 10 ++--
protocol/jsonrpc/json.go | 17 ++++---
protocol/jsonrpc/jsonrpc_exporter.go | 6 +--
protocol/jsonrpc/jsonrpc_invoker.go | 6 +--
protocol/jsonrpc/jsonrpc_protocol.go | 12 ++---
protocol/jsonrpc/server.go | 8 +--
protocol/protocol.go | 29 ++++++-----
protocol/protocolwrapper/mock_protocol_filter.go | 5 +-
.../protocolwrapper/protocol_filter_wrapper.go | 8 +--
protocol/result.go | 27 ++++++----
protocol/rpc_status.go | 32 ++++++------
25 files changed, 185 insertions(+), 156 deletions(-)