Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default redfish HTTP client.
Functions ¶
This section is empty.
Types ¶
type Redfish ¶
type Redfish struct {
RedfishV1 *redfish_v1.Client
Transport runtime.ClientTransport
}
Redfish is a client for redfish
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Redfish
New creates a new redfish client
func NewHTTPClient ¶
NewHTTPClient creates a new redfish HTTP client.
func (*Redfish) SetTransport ¶
func (c *Redfish) 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.