新增私有服务功能(结点中服务配置加前缀_)

This commit is contained in:
boyce
2020-11-04 10:56:11 +08:00
parent c7d900ace4
commit 2fc1217b18
5 changed files with 63 additions and 32 deletions

View File

@@ -88,6 +88,9 @@ func (slf *RpcRequest) Clear() *RpcRequest{
slf.localParam = nil
slf.requestHandle = nil
slf.callback = nil
slf.bLocalRequest = false
slf.inputArgs = nil
slf.rpcProcessor = nil
return slf
}
@@ -101,6 +104,7 @@ func (call *Call) Clear() *Call{
call.ServiceMethod = ""
call.Reply = nil
call.Response = nil
call.done = nil
call.Err = nil
call.connId = 0
call.callback = nil