()
| 319 | } |
| 320 | |
| 321 | func (x *RPC) GetResponseTo() uint64 { |
| 322 | if x != nil { |
| 323 | return x.ResponseTo |
| 324 | } |
| 325 | return 0 |
| 326 | } |
| 327 | |
| 328 | // ManagerMessage is a message from the manager (to the tunnel). |
| 329 | type ManagerMessage struct { |
no outgoing calls
no test coverage detected