MCPcopy Index your code
hub / github.com/apache/devlake / refreshApiClient

Struct refreshApiClient

backend/plugins/github/token/refresh_api_client.go:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected