rpc call logic layer
(disConn *proto.DisConnectRequest)
| 24 | |
| 25 | //rpc call logic layer |
| 26 | func (o *DefaultOperator) DisConnect(disConn *proto.DisConnectRequest) (err error) { |
| 27 | rpcConnect := new(RpcConnect) |
| 28 | err = rpcConnect.DisConnect(disConn) |
| 29 | return |
| 30 | } |
nothing calls this directly
no test coverage detected