| 588 | } |
| 589 | |
| 590 | type authorizationCredentialsRoundTripper struct { |
| 591 | authType string |
| 592 | authCredentials Secret |
| 593 | rt http.RoundTripper |
| 594 | } |
| 595 | |
| 596 | // NewAuthorizationCredentialsRoundTripper adds the provided credentials to a |
| 597 | // request unless the authorization header has already been set. |
nothing calls this directly
no outgoing calls
no test coverage detected