mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
RPC传输原始数据优化
This commit is contained in:
@@ -53,7 +53,8 @@ type IRpcResponseData interface {
|
||||
|
||||
type IRawInputArgs interface {
|
||||
GetRawData() []byte //获取原始数据
|
||||
DoGc() //处理完成,回收内存
|
||||
DoFree() //处理完成,回收内存
|
||||
DoEscape() //逃逸,GC自动回收
|
||||
}
|
||||
|
||||
type RpcHandleFinder interface {
|
||||
|
||||
Reference in New Issue
Block a user