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