MCPcopy 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.
77type DERPClient interface {
78 Close() error
79 Recv() (*tailcfg.DERPMap, error)
80}
81

Callers 15

TempFileFunction · 0.65
CreateTempFunction · 0.65
RoundTripMethod · 0.65
RandomPortFunction · 0.65
TestStdbufFunction · 0.65
NewAttachedToInvocationFunction · 0.65
NewPipedFunction · 0.65
logCloseMethod · 0.65
doMatchWithDeadlineMethod · 0.65
CloseMethod · 0.65

Implementers 8

pollingDERPClientcoderd/tailnet.go
mockUploadStreamcoderd/provisionerdserver/upload_file_
fakeStreamcoderd/provisionerdserver/provisionerd
DERPFromDRPCWrappertailnet/convert.go
fakeDERPClienttailnet/controllers_test.go
fakeCoordinatorClienttailnet/controllers_test.go
fakeWorkspaceUpdateClienttailnet/controllers_test.go
inMemoryCoordClienttailnet/controllers.go

Calls

no outgoing calls