Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Recv
Method
Recv
tailnet/controllers.go:79–79 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
type
DERPClient
interface
{
78
Close() error
79
Recv() (*tailcfg.DERPMap, error)
80
}
81
82
// A DERPController accepts connections to the control plane, and handles the DERPMap updates
Callers
15
TestOwnedWorkspacesCoordinate
Function · 0.65
waitForUpdates
Function · 0.65
recvData
Method · 0.65
AcquireJobWithCancel
Method · 0.65
TestWebsocketDialer_WorkspaceUpdates
Function · 0.65
Recv
Method · 0.65
TestClientService_ServeClient_V2
Function · 0.65
TestWorkspaceUpdates
Function · 0.65
loopReq
Method · 0.65
respLoop
Method · 0.65
recvLoop
Method · 0.65
recvLoop
Method · 0.65
Implementers
8
pollingDERPClient
coderd/tailnet.go
mockUploadStream
coderd/provisionerdserver/upload_file_
fakeStream
coderd/provisionerdserver/provisionerd
DERPFromDRPCWrapper
tailnet/convert.go
fakeDERPClient
tailnet/controllers_test.go
fakeCoordinatorClient
tailnet/controllers_test.go
fakeWorkspaceUpdateClient
tailnet/controllers_test.go
inMemoryCoordClient
tailnet/controllers.go
Calls
no outgoing calls
Tested by
8
TestOwnedWorkspacesCoordinate
Function · 0.52
waitForUpdates
Function · 0.52
TestWebsocketDialer_WorkspaceUpdates
Function · 0.52
TestClientService_ServeClient_V2
Function · 0.52
TestWorkspaceUpdates
Function · 0.52
createDERPClient
Function · 0.52
TestRemoteConnector_Mainline
Function · 0.52
recvData
Function · 0.52