mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +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