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

Method SetTunnelDestination

tailnet/coordinator.go:92–92  ·  view source on GitHub ↗

SetTunnelDestination indicates to tailnet that the peer id is a destination.

(id uuid.UUID)

Source from the content-addressed store, hash-verified

90 // SetTunnelDestination indicates to tailnet that the peer id is a
91 // destination.
92 SetTunnelDestination(id uuid.UUID)
93}
94
95const LoggerName = "coord"

Callers 2

AddDestinationMethod · 0.65
SyncDestinationsMethod · 0.65

Implementers 5

fakeCoordinateetailnet/controllers_test.go
fakeTailnetConntailnet/controllers_test.go
Conntailnet/conn.go
MockCoordinateetailnet/tailnettest/coordinateemock.go
MockCoordinateeMockRecordertailnet/tailnettest/coordinateemock.go

Calls

no outgoing calls

Tested by

no test coverage detected