MCPcopy Create free account
hub / github.com/docker/docker-language-server / TelemetryClientImpl

Struct TelemetryClientImpl

internal/telemetry/client.go:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type TelemetryClientImpl struct {
24 mutex sync.Mutex
25 telemetry configuration.TelemetrySetting
26 records []Record
27}
28
29func NewClient() TelemetryClient {
30 return &TelemetryClientImpl{telemetry: configuration.TelemetrySettingAll}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected