mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-03 22:45:13 +08:00
新增对rpc参数数据类型自动识别(同时支持json与protobuf方式序列化与反序列化)
This commit is contained in:
@@ -15,6 +15,7 @@ type RpcRequest struct {
|
||||
localRawParam []byte
|
||||
requestHandle RequestHandler
|
||||
callback *reflect.Value
|
||||
rpcProcessor IRpcProcessor
|
||||
}
|
||||
|
||||
type RpcResponse struct {
|
||||
|
||||
Reference in New Issue
Block a user