mirror of
https://github.com/duanhf2012/origin.git
synced 2026-02-04 06:54:45 +08:00
对Module新增Rpc功能
This commit is contained in:
@@ -80,6 +80,7 @@ type IRpcHandler interface {
|
||||
CallNode(nodeId int,serviceMethod string,args interface{},reply interface{}) error
|
||||
GoNode(nodeId int,serviceMethod string,args interface{}) error
|
||||
RawGoNode(rpcProcessorType RpcProcessorType,nodeId int,serviceMethod string,args IRawInputArgs) error
|
||||
CastGo(serviceMethod string,args interface{})
|
||||
IsSingleCoroutine() bool
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user