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