MCPcopy 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
774type fakeTelemetryClient struct {
775 calls chan *fakeTelemetryCall
776}
777
778var _ tailnet.TelemetryClient = &fakeTelemetryClient{}
779

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected