======================== TelemetryAPI JSON Client ========================
| 135 | // ======================== |
| 136 | |
| 137 | type 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. |
nothing calls this directly
no outgoing calls
no test coverage detected