============================ TelemetryAPI Protobuf Client ============================
| 43 | // ============================ |
| 44 | |
| 45 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected