Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ fakeTelemetryClient
Struct
fakeTelemetryClient
tailnet/controllers_test.go:774–776 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
}
773
774
type
fakeTelemetryClient
struct
{
775
calls
chan
*fakeTelemetryCall
776
}
777
778
var
_ tailnet.TelemetryClient = &fakeTelemetryClient{}
779
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected