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

Struct ManagerMessage

vpn/vpn.pb.go:329–342  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

327
328// ManagerMessage is a message from the manager (to the tunnel).
329type 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
344func (x *ManagerMessage) Reset() {
345 *x = ManagerMessage{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected