mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
新增原始RPC接口
This commit is contained in:
@@ -76,6 +76,8 @@ type IRpcHandler interface {
|
|||||||
AsyncCallNode(nodeId int,serviceMethod string,args interface{},callback interface{}) error
|
AsyncCallNode(nodeId int,serviceMethod string,args interface{},callback interface{}) error
|
||||||
CallNode(nodeId int,serviceMethod string,args interface{},reply interface{}) error
|
CallNode(nodeId int,serviceMethod string,args interface{},reply interface{}) error
|
||||||
GoNode(nodeId int,serviceMethod string,args interface{}) error
|
GoNode(nodeId int,serviceMethod string,args interface{}) error
|
||||||
|
RawGoNode(nodeId int,serviceMethod string,args []byte,additionParam interface{}) error
|
||||||
|
RawCastGo(serviceMethod string,args []byte,additionParam interface{})
|
||||||
}
|
}
|
||||||
|
|
||||||
var rawAdditionParamValueNull reflect.Value
|
var rawAdditionParamValueNull reflect.Value
|
||||||
|
|||||||
Reference in New Issue
Block a user