mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(api): introduce gitlab proxy package
This commit is contained in:
parent
19d4db13be
commit
914b46f813
6 changed files with 62 additions and 42 deletions
|
@ -33,7 +33,7 @@ func NewTransport(credentials *portainer.AzureCredentials) *Transport {
|
|||
}
|
||||
}
|
||||
|
||||
// RoundTrip is the implementation of the Transport interface.
|
||||
// RoundTrip is the implementation of the the http.RoundTripper interface
|
||||
func (transport *Transport) RoundTrip(request *http.Request) (*http.Response, error) {
|
||||
err := transport.retrieveAuthenticationToken()
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue