Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/docker/docker-language-server
/ Publish
Method
Publish
internal/telemetry/client.go:19–19 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
17
type
TelemetryClient
interface
{
18
Enqueue(event string, properties
map
[string]any)
19
Publish(ctx context.Context) (int, error)
20
UpdateTelemetrySetting(value string)
21
}
22
Callers
2
shutdown
Method · 0.65
publishTelemetry
Method · 0.65
Implementers
1
TelemetryClientImpl
internal/telemetry/client.go
Calls
no outgoing calls
Tested by
no test coverage detected