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

Method GetAddTunnel

tailnet/proto/tailnet.pb.go:676–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

674}
675
676func (x *CoordinateRequest) GetAddTunnel() *CoordinateRequest_Tunnel {
677 if x != nil {
678 return x.AddTunnel
679 }
680 return nil
681}
682
683func (x *CoordinateRequest) GetRemoveTunnel() *CoordinateRequest_Tunnel {
684 if x != nil {

Calls

no outgoing calls