Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = NewHTTPClient(nil)
Default catalog service manager HTTP client.
Functions ¶
This section is empty.
Types ¶
type CatalogServiceManager ¶
type CatalogServiceManager struct { Connection *connection.Client Status *status.Client Workspace *workspace.Client Transport runtime.ClientTransport }
CatalogServiceManager is a client for catalog service manager
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *CatalogServiceManager
New creates a new catalog service manager client
func NewHTTPClient ¶
func NewHTTPClient(formats strfmt.Registry) *CatalogServiceManager
NewHTTPClient creates a new catalog service manager HTTP client.
func (*CatalogServiceManager) SetTransport ¶
func (c *CatalogServiceManager) 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.