Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthorizationChallenge ¶
AuthorizationChallenge carries information from a WWW-Authenticate response header.
type BasicAuthTransport ¶
type BasicAuthTransport struct { Transport http.RoundTripper URL *url.URL Username string Password string }
BasicAuthTransport represents the information needed to make a request providing basic username and password authentication
type DockerTokenTransport ¶
type DockerTokenTransport struct { Transport http.RoundTripper Username string Password string }
DockerTokenTransport represents the information needed to make a request providing basic username and password authentication
Click to show internal directories.
Click to hide internal directories.