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

Method SetAllPeersLost

tailnet/coordinator.go:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86type Coordinatee interface {
87 UpdatePeers([]*proto.CoordinateResponse_PeerUpdate) error
88 SetAllPeersLost()
89 SetNodeCallback(func(*Node))
90 // SetTunnelDestination indicates to tailnet that the peer id is a
91 // destination.

Callers 1

respLoopMethod · 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