| 858 | } |
| 859 | |
| 860 | type authorizationCredentialsRoundTripper struct { |
| 861 | authType string |
| 862 | authCredentials SecretReader |
| 863 | rt http.RoundTripper |
| 864 | } |
| 865 | |
| 866 | // NewAuthorizationCredentialsRoundTripper adds the authorization credentials |
| 867 | // read from the provided SecretReader to a request unless the authorization header |
nothing calls this directly
no outgoing calls
no test coverage detected