r_d_s

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 31, 2018 License: AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMixin5OK added in v1.16.0

type AddMixin5OK struct {
	Payload models.APIRDSAddResponse
}

AddMixin5OK handles this case with default header values.

(empty)

func NewAddMixin5OK added in v1.16.0

func NewAddMixin5OK() *AddMixin5OK

NewAddMixin5OK creates a AddMixin5OK with default headers values

func (*AddMixin5OK) Error added in v1.16.0

func (o *AddMixin5OK) Error() string

type AddMixin5Params added in v1.16.0

type AddMixin5Params struct {

	/*Body*/
	Body *models.APIRDSAddRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

AddMixin5Params contains all the parameters to send to the API endpoint for the add mixin5 operation typically these are written to a http.Request

func NewAddMixin5Params added in v1.16.0

func NewAddMixin5Params() *AddMixin5Params

NewAddMixin5Params creates a new AddMixin5Params object with the default values initialized.

func NewAddMixin5ParamsWithContext added in v1.16.0

func NewAddMixin5ParamsWithContext(ctx context.Context) *AddMixin5Params

NewAddMixin5ParamsWithContext creates a new AddMixin5Params object with the default values initialized, and the ability to set a context for a request

func NewAddMixin5ParamsWithHTTPClient added in v1.16.0

func NewAddMixin5ParamsWithHTTPClient(client *http.Client) *AddMixin5Params

NewAddMixin5ParamsWithHTTPClient creates a new AddMixin5Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAddMixin5ParamsWithTimeout added in v1.16.0

func NewAddMixin5ParamsWithTimeout(timeout time.Duration) *AddMixin5Params

NewAddMixin5ParamsWithTimeout creates a new AddMixin5Params object with the default values initialized, and the ability to set a timeout on a request

func (*AddMixin5Params) SetBody added in v1.16.0

func (o *AddMixin5Params) SetBody(body *models.APIRDSAddRequest)

SetBody adds the body to the add mixin5 params

func (*AddMixin5Params) SetContext added in v1.16.0

func (o *AddMixin5Params) SetContext(ctx context.Context)

SetContext adds the context to the add mixin5 params

func (*AddMixin5Params) SetHTTPClient added in v1.16.0

func (o *AddMixin5Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the add mixin5 params

func (*AddMixin5Params) SetTimeout added in v1.16.0

func (o *AddMixin5Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the add mixin5 params

func (*AddMixin5Params) WithBody added in v1.16.0

WithBody adds the body to the add mixin5 params

func (*AddMixin5Params) WithContext added in v1.16.0

func (o *AddMixin5Params) WithContext(ctx context.Context) *AddMixin5Params

WithContext adds the context to the add mixin5 params

func (*AddMixin5Params) WithHTTPClient added in v1.16.0

func (o *AddMixin5Params) WithHTTPClient(client *http.Client) *AddMixin5Params

WithHTTPClient adds the HTTPClient to the add mixin5 params

func (*AddMixin5Params) WithTimeout added in v1.16.0

func (o *AddMixin5Params) WithTimeout(timeout time.Duration) *AddMixin5Params

WithTimeout adds the timeout to the add mixin5 params

func (*AddMixin5Params) WriteToRequest added in v1.16.0

func (o *AddMixin5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type AddMixin5Reader added in v1.16.0

type AddMixin5Reader struct {
	// contains filtered or unexported fields
}

AddMixin5Reader is a Reader for the AddMixin5 structure.

func (*AddMixin5Reader) ReadResponse added in v1.16.0

func (o *AddMixin5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for r d s API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new r d s API client.

func (*Client) AddMixin5 added in v1.16.0

func (a *Client) AddMixin5(params *AddMixin5Params) (*AddMixin5OK, error)

AddMixin5 add mixin5 API

func (*Client) Discover

func (a *Client) Discover(params *DiscoverParams) (*DiscoverOK, error)

Discover discover API

func (*Client) ListMixin5 added in v1.16.0

func (a *Client) ListMixin5(params *ListMixin5Params) (*ListMixin5OK, error)

ListMixin5 list mixin5 API

func (*Client) RemoveMixin5 added in v1.16.0

func (a *Client) RemoveMixin5(params *RemoveMixin5Params) (*RemoveMixin5OK, error)

RemoveMixin5 remove mixin5 API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type DiscoverOK

type DiscoverOK struct {
	Payload *models.APIRDSDiscoverResponse
}

DiscoverOK handles this case with default header values.

(empty)

func NewDiscoverOK

func NewDiscoverOK() *DiscoverOK

NewDiscoverOK creates a DiscoverOK with default headers values

func (*DiscoverOK) Error

func (o *DiscoverOK) Error() string

type DiscoverParams

type DiscoverParams struct {

	/*Body*/
	Body *models.APIRDSDiscoverRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DiscoverParams contains all the parameters to send to the API endpoint for the discover operation typically these are written to a http.Request

func NewDiscoverParams

func NewDiscoverParams() *DiscoverParams

NewDiscoverParams creates a new DiscoverParams object with the default values initialized.

func NewDiscoverParamsWithContext

func NewDiscoverParamsWithContext(ctx context.Context) *DiscoverParams

NewDiscoverParamsWithContext creates a new DiscoverParams object with the default values initialized, and the ability to set a context for a request

func NewDiscoverParamsWithHTTPClient

func NewDiscoverParamsWithHTTPClient(client *http.Client) *DiscoverParams

NewDiscoverParamsWithHTTPClient creates a new DiscoverParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDiscoverParamsWithTimeout

func NewDiscoverParamsWithTimeout(timeout time.Duration) *DiscoverParams

NewDiscoverParamsWithTimeout creates a new DiscoverParams object with the default values initialized, and the ability to set a timeout on a request

func (*DiscoverParams) SetBody

func (o *DiscoverParams) SetBody(body *models.APIRDSDiscoverRequest)

SetBody adds the body to the discover params

func (*DiscoverParams) SetContext

func (o *DiscoverParams) SetContext(ctx context.Context)

SetContext adds the context to the discover params

func (*DiscoverParams) SetHTTPClient

func (o *DiscoverParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the discover params

func (*DiscoverParams) SetTimeout

func (o *DiscoverParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the discover params

func (*DiscoverParams) WithBody

WithBody adds the body to the discover params

func (*DiscoverParams) WithContext

func (o *DiscoverParams) WithContext(ctx context.Context) *DiscoverParams

WithContext adds the context to the discover params

func (*DiscoverParams) WithHTTPClient

func (o *DiscoverParams) WithHTTPClient(client *http.Client) *DiscoverParams

WithHTTPClient adds the HTTPClient to the discover params

func (*DiscoverParams) WithTimeout

func (o *DiscoverParams) WithTimeout(timeout time.Duration) *DiscoverParams

WithTimeout adds the timeout to the discover params

func (*DiscoverParams) WriteToRequest

func (o *DiscoverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DiscoverReader

type DiscoverReader struct {
	// contains filtered or unexported fields
}

DiscoverReader is a Reader for the Discover structure.

func (*DiscoverReader) ReadResponse

func (o *DiscoverReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type ListMixin5OK added in v1.16.0

type ListMixin5OK struct {
	Payload *models.APIRDSListResponse
}

ListMixin5OK handles this case with default header values.

(empty)

func NewListMixin5OK added in v1.16.0

func NewListMixin5OK() *ListMixin5OK

NewListMixin5OK creates a ListMixin5OK with default headers values

func (*ListMixin5OK) Error added in v1.16.0

func (o *ListMixin5OK) Error() string

type ListMixin5Params added in v1.16.0

type ListMixin5Params struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListMixin5Params contains all the parameters to send to the API endpoint for the list mixin5 operation typically these are written to a http.Request

func NewListMixin5Params added in v1.16.0

func NewListMixin5Params() *ListMixin5Params

NewListMixin5Params creates a new ListMixin5Params object with the default values initialized.

func NewListMixin5ParamsWithContext added in v1.16.0

func NewListMixin5ParamsWithContext(ctx context.Context) *ListMixin5Params

NewListMixin5ParamsWithContext creates a new ListMixin5Params object with the default values initialized, and the ability to set a context for a request

func NewListMixin5ParamsWithHTTPClient added in v1.16.0

func NewListMixin5ParamsWithHTTPClient(client *http.Client) *ListMixin5Params

NewListMixin5ParamsWithHTTPClient creates a new ListMixin5Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListMixin5ParamsWithTimeout added in v1.16.0

func NewListMixin5ParamsWithTimeout(timeout time.Duration) *ListMixin5Params

NewListMixin5ParamsWithTimeout creates a new ListMixin5Params object with the default values initialized, and the ability to set a timeout on a request

func (*ListMixin5Params) SetContext added in v1.16.0

func (o *ListMixin5Params) SetContext(ctx context.Context)

SetContext adds the context to the list mixin5 params

func (*ListMixin5Params) SetHTTPClient added in v1.16.0

func (o *ListMixin5Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the list mixin5 params

func (*ListMixin5Params) SetTimeout added in v1.16.0

func (o *ListMixin5Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the list mixin5 params

func (*ListMixin5Params) WithContext added in v1.16.0

func (o *ListMixin5Params) WithContext(ctx context.Context) *ListMixin5Params

WithContext adds the context to the list mixin5 params

func (*ListMixin5Params) WithHTTPClient added in v1.16.0

func (o *ListMixin5Params) WithHTTPClient(client *http.Client) *ListMixin5Params

WithHTTPClient adds the HTTPClient to the list mixin5 params

func (*ListMixin5Params) WithTimeout added in v1.16.0

func (o *ListMixin5Params) WithTimeout(timeout time.Duration) *ListMixin5Params

WithTimeout adds the timeout to the list mixin5 params

func (*ListMixin5Params) WriteToRequest added in v1.16.0

func (o *ListMixin5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListMixin5Reader added in v1.16.0

type ListMixin5Reader struct {
	// contains filtered or unexported fields
}

ListMixin5Reader is a Reader for the ListMixin5 structure.

func (*ListMixin5Reader) ReadResponse added in v1.16.0

func (o *ListMixin5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type RemoveMixin5OK added in v1.16.0

type RemoveMixin5OK struct {
	Payload models.APIRDSRemoveResponse
}

RemoveMixin5OK handles this case with default header values.

(empty)

func NewRemoveMixin5OK added in v1.16.0

func NewRemoveMixin5OK() *RemoveMixin5OK

NewRemoveMixin5OK creates a RemoveMixin5OK with default headers values

func (*RemoveMixin5OK) Error added in v1.16.0

func (o *RemoveMixin5OK) Error() string

type RemoveMixin5Params added in v1.16.0

type RemoveMixin5Params struct {

	/*Body*/
	Body *models.APIRDSRemoveRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

RemoveMixin5Params contains all the parameters to send to the API endpoint for the remove mixin5 operation typically these are written to a http.Request

func NewRemoveMixin5Params added in v1.16.0

func NewRemoveMixin5Params() *RemoveMixin5Params

NewRemoveMixin5Params creates a new RemoveMixin5Params object with the default values initialized.

func NewRemoveMixin5ParamsWithContext added in v1.16.0

func NewRemoveMixin5ParamsWithContext(ctx context.Context) *RemoveMixin5Params

NewRemoveMixin5ParamsWithContext creates a new RemoveMixin5Params object with the default values initialized, and the ability to set a context for a request

func NewRemoveMixin5ParamsWithHTTPClient added in v1.16.0

func NewRemoveMixin5ParamsWithHTTPClient(client *http.Client) *RemoveMixin5Params

NewRemoveMixin5ParamsWithHTTPClient creates a new RemoveMixin5Params object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewRemoveMixin5ParamsWithTimeout added in v1.16.0

func NewRemoveMixin5ParamsWithTimeout(timeout time.Duration) *RemoveMixin5Params

NewRemoveMixin5ParamsWithTimeout creates a new RemoveMixin5Params object with the default values initialized, and the ability to set a timeout on a request

func (*RemoveMixin5Params) SetBody added in v1.16.0

func (o *RemoveMixin5Params) SetBody(body *models.APIRDSRemoveRequest)

SetBody adds the body to the remove mixin5 params

func (*RemoveMixin5Params) SetContext added in v1.16.0

func (o *RemoveMixin5Params) SetContext(ctx context.Context)

SetContext adds the context to the remove mixin5 params

func (*RemoveMixin5Params) SetHTTPClient added in v1.16.0

func (o *RemoveMixin5Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the remove mixin5 params

func (*RemoveMixin5Params) SetTimeout added in v1.16.0

func (o *RemoveMixin5Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the remove mixin5 params

func (*RemoveMixin5Params) WithBody added in v1.16.0

WithBody adds the body to the remove mixin5 params

func (*RemoveMixin5Params) WithContext added in v1.16.0

WithContext adds the context to the remove mixin5 params

func (*RemoveMixin5Params) WithHTTPClient added in v1.16.0

func (o *RemoveMixin5Params) WithHTTPClient(client *http.Client) *RemoveMixin5Params

WithHTTPClient adds the HTTPClient to the remove mixin5 params

func (*RemoveMixin5Params) WithTimeout added in v1.16.0

func (o *RemoveMixin5Params) WithTimeout(timeout time.Duration) *RemoveMixin5Params

WithTimeout adds the timeout to the remove mixin5 params

func (*RemoveMixin5Params) WriteToRequest added in v1.16.0

func (o *RemoveMixin5Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type RemoveMixin5Reader added in v1.16.0

type RemoveMixin5Reader struct {
	// contains filtered or unexported fields
}

RemoveMixin5Reader is a Reader for the RemoveMixin5 structure.

func (*RemoveMixin5Reader) ReadResponse added in v1.16.0

func (o *RemoveMixin5Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL