| 31 | ) |
| 32 | |
| 33 | type refreshApiClient struct { |
| 34 | endpoint string |
| 35 | client *http.Client |
| 36 | timeout time.Duration |
| 37 | } |
| 38 | |
| 39 | // newRefreshApiClientWithTransport creates a refreshApiClient using a specific |
| 40 | // http.RoundTripper instead of an existing *http.Client. This is critical for |
nothing calls this directly
no outgoing calls
no test coverage detected