Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2016 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) GetNodesIdentifierCatalogs(params *GetNodesIdentifierCatalogsParams, ...) (*GetNodesIdentifierCatalogsOK, error) + func (a *Client) GetNodesIdentifierCatalogsSource(params *GetNodesIdentifierCatalogsSourceParams, ...) (*GetNodesIdentifierCatalogsSourceOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type GetNodesIdentifierCatalogsDefault struct + Payload *models.Error + func NewGetNodesIdentifierCatalogsDefault(code int) *GetNodesIdentifierCatalogsDefault + func (o *GetNodesIdentifierCatalogsDefault) Code() int + func (o *GetNodesIdentifierCatalogsDefault) Error() string + type GetNodesIdentifierCatalogsNotFound struct + Payload *models.Error + func NewGetNodesIdentifierCatalogsNotFound() *GetNodesIdentifierCatalogsNotFound + func (o *GetNodesIdentifierCatalogsNotFound) Error() string + type GetNodesIdentifierCatalogsOK struct + Payload []interface{} + func NewGetNodesIdentifierCatalogsOK() *GetNodesIdentifierCatalogsOK + func (o *GetNodesIdentifierCatalogsOK) Error() string + type GetNodesIdentifierCatalogsParams struct + Identifier string + func NewGetNodesIdentifierCatalogsParams() *GetNodesIdentifierCatalogsParams + func (o *GetNodesIdentifierCatalogsParams) WithIdentifier(Identifier string) *GetNodesIdentifierCatalogsParams + func (o *GetNodesIdentifierCatalogsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetNodesIdentifierCatalogsReader struct + func (o *GetNodesIdentifierCatalogsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetNodesIdentifierCatalogsSourceDefault struct + Payload *models.Error + func NewGetNodesIdentifierCatalogsSourceDefault(code int) *GetNodesIdentifierCatalogsSourceDefault + func (o *GetNodesIdentifierCatalogsSourceDefault) Code() int + func (o *GetNodesIdentifierCatalogsSourceDefault) Error() string + type GetNodesIdentifierCatalogsSourceNotFound struct + Payload *models.Error + func NewGetNodesIdentifierCatalogsSourceNotFound() *GetNodesIdentifierCatalogsSourceNotFound + func (o *GetNodesIdentifierCatalogsSourceNotFound) Error() string + type GetNodesIdentifierCatalogsSourceOK struct + Payload GetNodesIdentifierCatalogsSourceOKBodyBody + func NewGetNodesIdentifierCatalogsSourceOK() *GetNodesIdentifierCatalogsSourceOK + func (o *GetNodesIdentifierCatalogsSourceOK) Error() string + type GetNodesIdentifierCatalogsSourceOKBodyBody interface + type GetNodesIdentifierCatalogsSourceParams struct + Identifier string + Source string + func NewGetNodesIdentifierCatalogsSourceParams() *GetNodesIdentifierCatalogsSourceParams + func (o *GetNodesIdentifierCatalogsSourceParams) WithIdentifier(Identifier string) *GetNodesIdentifierCatalogsSourceParams + func (o *GetNodesIdentifierCatalogsSourceParams) WithSource(Source string) *GetNodesIdentifierCatalogsSourceParams + func (o *GetNodesIdentifierCatalogsSourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetNodesIdentifierCatalogsSourceReader struct + func (o *GetNodesIdentifierCatalogsSourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)