mirror of
https://github.com/duanhf2012/origin.git
synced 2026-04-08 00:27:30 +08:00
修复RPC同时兼容json与pb的一些bug
This commit is contained in:
@@ -9,6 +9,7 @@ type IRpcProcessor interface {
|
||||
ReleaseRpcRequest(rpcRequestData IRpcRequestData)
|
||||
ReleaseRpcRespose(rpcRequestData IRpcResponseData)
|
||||
IsParse(param interface{}) bool //是否可解析
|
||||
GetProcessorType() RpcProcessorType
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user