Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
tailnet/controllers.go:78–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
76
// DERPClient is an abstraction of the stream of DERPMap updates from the control plane.
77
type
DERPClient
interface
{
78
Close() error
79
Recv() (*tailcfg.DERPMap, error)
80
}
81
Callers
15
RequireEventuallyResponseOK
Function · 0.65
TempFile
Function · 0.65
CreateTemp
Function · 0.65
RoundTrip
Method · 0.65
RandomPort
Function · 0.65
TestStdbuf
Function · 0.65
NewAttachedToInvocation
Function · 0.65
NewPiped
Function · 0.65
logClose
Method · 0.65
doMatchWithDeadline
Method · 0.65
Close
Method · 0.65
TestClientService_ServeClient_V2
Function · 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
15
TestStdbuf
Function · 0.52
TestClientService_ServeClient_V2
Function · 0.52
TestClientService_ServeClient_V1
Function · 0.52
TestNetworkTelemetryBatcher
Function · 0.52
TestClientUserCoordinateeAuth
Function · 0.52
TestWorkspaceUpdates
Function · 0.52
createUpdateService
Function · 0.52
TestTailnet
Function · 0.52
TestInMemoryCoordination
Function · 0.52
TestTunnelSrcCoordController_Mainline
Function · 0.52
TestAgentCoordinationController_SendsReadyForHandshake
Function · 0.52
coordinationTest
Function · 0.52