mirror of
https://github.com/duanhf2012/origin.git
synced 2026-04-14 13:07:30 +08:00
gc优化
This commit is contained in:
@@ -55,7 +55,7 @@ type RpcHandleFinder interface {
|
||||
FindRpcHandler(serviceMethod string) IRpcHandler
|
||||
}
|
||||
|
||||
type RequestHandler func(Returns interface{},Err *RpcError)
|
||||
type RequestHandler func(Returns interface{},Err RpcError)
|
||||
type RawAdditionParamNull struct {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user