ManagerMessage is a message from the manager (to the tunnel).
| 327 | |
| 328 | // ManagerMessage is a message from the manager (to the tunnel). |
| 329 | type ManagerMessage struct { |
| 330 | state protoimpl.MessageState |
| 331 | sizeCache protoimpl.SizeCache |
| 332 | unknownFields protoimpl.UnknownFields |
| 333 | |
| 334 | Rpc *RPC `protobuf:"bytes,1,opt,name=rpc,proto3" json:"rpc,omitempty"` |
| 335 | // Types that are assignable to Msg: |
| 336 | // |
| 337 | // *ManagerMessage_GetPeerUpdate |
| 338 | // *ManagerMessage_NetworkSettings |
| 339 | // *ManagerMessage_Start |
| 340 | // *ManagerMessage_Stop |
| 341 | Msg isManagerMessage_Msg `protobuf_oneof:"msg"` |
| 342 | } |
| 343 | |
| 344 | func (x *ManagerMessage) Reset() { |
| 345 | *x = ManagerMessage{} |
nothing calls this directly
no outgoing calls
no test coverage detected