mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-16 00:44:42 +08:00
新增对rpc参数数据类型自动识别(同时支持json与protobuf方式序列化与反序列化)
This commit is contained in:
@@ -8,6 +8,7 @@ type IRpcProcessor interface {
|
||||
|
||||
ReleaseRpcRequest(rpcRequestData IRpcRequestData)
|
||||
ReleaseRpcRespose(rpcRequestData IRpcResponseData)
|
||||
IsParse(param interface{}) bool //是否可解析
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user