| 614 | } |
| 615 | |
| 616 | type authorizationCredentialsFileRoundTripper struct { |
| 617 | authType string |
| 618 | authCredentialsFile string |
| 619 | rt http.RoundTripper |
| 620 | } |
| 621 | |
| 622 | // NewAuthorizationCredentialsFileRoundTripper adds the authorization |
| 623 | // credentials read from the provided file to a request unless the authorization |
nothing calls this directly
no outgoing calls
no test coverage detected