MCPcopy Index your code
hub / github.com/coder/coder / TunnelMessage

Struct TunnelMessage

vpn/vpn.pb.go:447–461  ·  view source on GitHub ↗

TunnelMessage is a message from the tunnel (to the manager).

Source from the content-addressed store, hash-verified

445
446// TunnelMessage is a message from the tunnel (to the manager).
447type 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
463func (x *TunnelMessage) Reset() {
464 *x = TunnelMessage{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected