MCPcopy Index your code
hub / github.com/cli/cli / telemetryAPIJSONClient

Struct telemetryAPIJSONClient

internal/barista/observability/telemetry.twirp.go:137–142  ·  view source on GitHub ↗

======================== TelemetryAPI JSON Client ========================

Source from the content-addressed store, hash-verified

135// ========================
136
137type telemetryAPIJSONClient struct {
138 client HTTPClient
139 urls [1]string
140 interceptor twirp.Interceptor
141 opts twirp.ClientOptions
142}
143
144// NewTelemetryAPIJSONClient creates a JSON client that implements the TelemetryAPI interface.
145// It communicates using JSON and can be configured with a custom HTTPClient.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected