Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default copr h d HTTP client.
Functions ¶
This section is empty.
Types ¶
type CoprHD ¶
type CoprHD struct {
Authentication *authentication.Client
Block *block.Client
Compute *compute.Client
Vdc *vdc.Client
Transport runtime.ClientTransport
}
CoprHD is a client for copr h d
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *CoprHD
New creates a new copr h d client
func NewHTTPClient ¶
NewHTTPClient creates a new copr h d HTTP client.
func (*CoprHD) SetTransport ¶
func (c *CoprHD) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client and all its subresources
Click to show internal directories.
Click to hide internal directories.