TunnelMessage is a message from the tunnel (to the manager).
| 445 | |
| 446 | // TunnelMessage is a message from the tunnel (to the manager). |
| 447 | type TunnelMessage struct { |
| 448 | state protoimpl.MessageState |
| 449 | sizeCache protoimpl.SizeCache |
| 450 | unknownFields protoimpl.UnknownFields |
| 451 | |
| 452 | Rpc *RPC `protobuf:"bytes,1,opt,name=rpc,proto3" json:"rpc,omitempty"` |
| 453 | // Types that are assignable to Msg: |
| 454 | // |
| 455 | // *TunnelMessage_Log |
| 456 | // *TunnelMessage_PeerUpdate |
| 457 | // *TunnelMessage_NetworkSettings |
| 458 | // *TunnelMessage_Start |
| 459 | // *TunnelMessage_Stop |
| 460 | Msg isTunnelMessage_Msg `protobuf_oneof:"msg"` |
| 461 | } |
| 462 | |
| 463 | func (x *TunnelMessage) Reset() { |
| 464 | *x = TunnelMessage{} |
nothing calls this directly
no outgoing calls
no test coverage detected