Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(options RegistryClientOptions) (*registryClient, error)
Types ¶
type AllImages ¶
type AllImages struct {
Images []ImageData
}
AllImages is used to get all the images
type BasicTransport ¶
type BasicTransport struct { Transport http.RoundTripper URL string Username string Password string }
type ErrorTransport ¶
type ErrorTransport struct {
Transport http.RoundTripper
}
type HTTPStatusError ¶
type HTTPStatusError struct { Response *http.Response // Copied from `Response.Body` to avoid problems with unclosed bodies later. // Nobody calls `err.Response.Body.Close()`, ever. Body []byte }
func (*HTTPStatusError) Error ¶
func (err *HTTPStatusError) Error() string
type RegistryClientOptions ¶
type RegistryClientOptions struct {
Hostname string
}
Click to show internal directories.
Click to hide internal directories.