MCPcopy
hub / github.com/cli/cli / telemetryAPIProtobufClient

Struct telemetryAPIProtobufClient

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

============================ TelemetryAPI Protobuf Client ============================

Source from the content-addressed store, hash-verified

43// ============================
44
45type telemetryAPIProtobufClient struct {
46 client HTTPClient
47 urls [1]string
48 interceptor twirp.Interceptor
49 opts twirp.ClientOptions
50}
51
52// NewTelemetryAPIProtobufClient creates a Protobuf client that implements the TelemetryAPI interface.
53// It communicates using Protobuf and can be configured with a custom HTTPClient.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected