Documentation ¶
Index ¶
- type AddOK
- type AddParams
- func (o *AddParams) SetBody(body *models.APIRDSAddRequest)
- func (o *AddParams) SetContext(ctx context.Context)
- func (o *AddParams) SetHTTPClient(client *http.Client)
- func (o *AddParams) SetTimeout(timeout time.Duration)
- func (o *AddParams) WithBody(body *models.APIRDSAddRequest) *AddParams
- func (o *AddParams) WithContext(ctx context.Context) *AddParams
- func (o *AddParams) WithHTTPClient(client *http.Client) *AddParams
- func (o *AddParams) WithTimeout(timeout time.Duration) *AddParams
- func (o *AddParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AddReader
- type Client
- func (a *Client) Add(params *AddParams) (*AddOK, error)
- func (a *Client) Discover(params *DiscoverParams) (*DiscoverOK, error)
- func (a *Client) ListMixin2(params *ListMixin2Params) (*ListMixin2OK, error)
- func (a *Client) Remove(params *RemoveParams) (*RemoveOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type DiscoverOK
- type DiscoverParams
- func (o *DiscoverParams) SetBody(body *models.APIRDSDiscoverRequest)
- func (o *DiscoverParams) SetContext(ctx context.Context)
- func (o *DiscoverParams) SetHTTPClient(client *http.Client)
- func (o *DiscoverParams) SetTimeout(timeout time.Duration)
- func (o *DiscoverParams) WithBody(body *models.APIRDSDiscoverRequest) *DiscoverParams
- func (o *DiscoverParams) WithContext(ctx context.Context) *DiscoverParams
- func (o *DiscoverParams) WithHTTPClient(client *http.Client) *DiscoverParams
- func (o *DiscoverParams) WithTimeout(timeout time.Duration) *DiscoverParams
- func (o *DiscoverParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DiscoverReader
- type ListMixin2OK
- type ListMixin2Params
- func (o *ListMixin2Params) SetContext(ctx context.Context)
- func (o *ListMixin2Params) SetHTTPClient(client *http.Client)
- func (o *ListMixin2Params) SetTimeout(timeout time.Duration)
- func (o *ListMixin2Params) WithContext(ctx context.Context) *ListMixin2Params
- func (o *ListMixin2Params) WithHTTPClient(client *http.Client) *ListMixin2Params
- func (o *ListMixin2Params) WithTimeout(timeout time.Duration) *ListMixin2Params
- func (o *ListMixin2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListMixin2Reader
- type RemoveOK
- type RemoveParams
- func (o *RemoveParams) SetBody(body *models.APIRDSRemoveRequest)
- func (o *RemoveParams) SetContext(ctx context.Context)
- func (o *RemoveParams) SetHTTPClient(client *http.Client)
- func (o *RemoveParams) SetTimeout(timeout time.Duration)
- func (o *RemoveParams) WithBody(body *models.APIRDSRemoveRequest) *RemoveParams
- func (o *RemoveParams) WithContext(ctx context.Context) *RemoveParams
- func (o *RemoveParams) WithHTTPClient(client *http.Client) *RemoveParams
- func (o *RemoveParams) WithTimeout(timeout time.Duration) *RemoveParams
- func (o *RemoveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type RemoveReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddOK ¶
type AddOK struct {
Payload models.APIRDSAddResponse
}
AddOK handles this case with default header values.
(empty)
type AddParams ¶
type AddParams struct { /*Body*/ Body *models.APIRDSAddRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
AddParams contains all the parameters to send to the API endpoint for the add operation typically these are written to a http.Request
func NewAddParams ¶
func NewAddParams() *AddParams
NewAddParams creates a new AddParams object with the default values initialized.
func NewAddParamsWithContext ¶
NewAddParamsWithContext creates a new AddParams object with the default values initialized, and the ability to set a context for a request
func NewAddParamsWithHTTPClient ¶
NewAddParamsWithHTTPClient creates a new AddParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAddParamsWithTimeout ¶
NewAddParamsWithTimeout creates a new AddParams object with the default values initialized, and the ability to set a timeout on a request
func (*AddParams) SetBody ¶
func (o *AddParams) SetBody(body *models.APIRDSAddRequest)
SetBody adds the body to the add params
func (*AddParams) SetContext ¶
SetContext adds the context to the add params
func (*AddParams) SetHTTPClient ¶
SetHTTPClient adds the HTTPClient to the add params
func (*AddParams) SetTimeout ¶
SetTimeout adds the timeout to the add params
func (*AddParams) WithBody ¶
func (o *AddParams) WithBody(body *models.APIRDSAddRequest) *AddParams
WithBody adds the body to the add params
func (*AddParams) WithContext ¶
WithContext adds the context to the add params
func (*AddParams) WithHTTPClient ¶
WithHTTPClient adds the HTTPClient to the add params
func (*AddParams) WithTimeout ¶
WithTimeout adds the timeout to the add params
func (*AddParams) WriteToRequest ¶
WriteToRequest writes these params to a swagger request
type AddReader ¶
type AddReader struct {
// contains filtered or unexported fields
}
AddReader is a Reader for the Add structure.
func (*AddReader) ReadResponse ¶
func (o *AddReader) 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) Discover ¶
func (a *Client) Discover(params *DiscoverParams) (*DiscoverOK, error)
Discover discover API
func (*Client) ListMixin2 ¶
func (a *Client) ListMixin2(params *ListMixin2Params) (*ListMixin2OK, error)
ListMixin2 list mixin2 API
func (*Client) Remove ¶
func (a *Client) Remove(params *RemoveParams) (*RemoveOK, error)
Remove remove 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 ¶
func (o *DiscoverParams) WithBody(body *models.APIRDSDiscoverRequest) *DiscoverParams
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 ListMixin2OK ¶
type ListMixin2OK struct {
Payload *models.APIRDSListResponse
}
ListMixin2OK handles this case with default header values.
(empty)
func NewListMixin2OK ¶
func NewListMixin2OK() *ListMixin2OK
NewListMixin2OK creates a ListMixin2OK with default headers values
func (*ListMixin2OK) Error ¶
func (o *ListMixin2OK) Error() string
type ListMixin2Params ¶
type ListMixin2Params struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListMixin2Params contains all the parameters to send to the API endpoint for the list mixin2 operation typically these are written to a http.Request
func NewListMixin2Params ¶
func NewListMixin2Params() *ListMixin2Params
NewListMixin2Params creates a new ListMixin2Params object with the default values initialized.
func NewListMixin2ParamsWithContext ¶
func NewListMixin2ParamsWithContext(ctx context.Context) *ListMixin2Params
NewListMixin2ParamsWithContext creates a new ListMixin2Params object with the default values initialized, and the ability to set a context for a request
func NewListMixin2ParamsWithHTTPClient ¶
func NewListMixin2ParamsWithHTTPClient(client *http.Client) *ListMixin2Params
NewListMixin2ParamsWithHTTPClient creates a new ListMixin2Params object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewListMixin2ParamsWithTimeout ¶
func NewListMixin2ParamsWithTimeout(timeout time.Duration) *ListMixin2Params
NewListMixin2ParamsWithTimeout creates a new ListMixin2Params object with the default values initialized, and the ability to set a timeout on a request
func (*ListMixin2Params) SetContext ¶
func (o *ListMixin2Params) SetContext(ctx context.Context)
SetContext adds the context to the list mixin2 params
func (*ListMixin2Params) SetHTTPClient ¶
func (o *ListMixin2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list mixin2 params
func (*ListMixin2Params) SetTimeout ¶
func (o *ListMixin2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list mixin2 params
func (*ListMixin2Params) WithContext ¶
func (o *ListMixin2Params) WithContext(ctx context.Context) *ListMixin2Params
WithContext adds the context to the list mixin2 params
func (*ListMixin2Params) WithHTTPClient ¶
func (o *ListMixin2Params) WithHTTPClient(client *http.Client) *ListMixin2Params
WithHTTPClient adds the HTTPClient to the list mixin2 params
func (*ListMixin2Params) WithTimeout ¶
func (o *ListMixin2Params) WithTimeout(timeout time.Duration) *ListMixin2Params
WithTimeout adds the timeout to the list mixin2 params
func (*ListMixin2Params) WriteToRequest ¶
func (o *ListMixin2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListMixin2Reader ¶
type ListMixin2Reader struct {
// contains filtered or unexported fields
}
ListMixin2Reader is a Reader for the ListMixin2 structure.
func (*ListMixin2Reader) ReadResponse ¶
func (o *ListMixin2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type RemoveOK ¶
type RemoveOK struct {
Payload models.APIRDSRemoveResponse
}
RemoveOK handles this case with default header values.
(empty)
func NewRemoveOK ¶
func NewRemoveOK() *RemoveOK
NewRemoveOK creates a RemoveOK with default headers values
type RemoveParams ¶
type RemoveParams struct { /*Body*/ Body *models.APIRDSRemoveRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
RemoveParams contains all the parameters to send to the API endpoint for the remove operation typically these are written to a http.Request
func NewRemoveParams ¶
func NewRemoveParams() *RemoveParams
NewRemoveParams creates a new RemoveParams object with the default values initialized.
func NewRemoveParamsWithContext ¶
func NewRemoveParamsWithContext(ctx context.Context) *RemoveParams
NewRemoveParamsWithContext creates a new RemoveParams object with the default values initialized, and the ability to set a context for a request
func NewRemoveParamsWithHTTPClient ¶
func NewRemoveParamsWithHTTPClient(client *http.Client) *RemoveParams
NewRemoveParamsWithHTTPClient creates a new RemoveParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewRemoveParamsWithTimeout ¶
func NewRemoveParamsWithTimeout(timeout time.Duration) *RemoveParams
NewRemoveParamsWithTimeout creates a new RemoveParams object with the default values initialized, and the ability to set a timeout on a request
func (*RemoveParams) SetBody ¶
func (o *RemoveParams) SetBody(body *models.APIRDSRemoveRequest)
SetBody adds the body to the remove params
func (*RemoveParams) SetContext ¶
func (o *RemoveParams) SetContext(ctx context.Context)
SetContext adds the context to the remove params
func (*RemoveParams) SetHTTPClient ¶
func (o *RemoveParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the remove params
func (*RemoveParams) SetTimeout ¶
func (o *RemoveParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the remove params
func (*RemoveParams) WithBody ¶
func (o *RemoveParams) WithBody(body *models.APIRDSRemoveRequest) *RemoveParams
WithBody adds the body to the remove params
func (*RemoveParams) WithContext ¶
func (o *RemoveParams) WithContext(ctx context.Context) *RemoveParams
WithContext adds the context to the remove params
func (*RemoveParams) WithHTTPClient ¶
func (o *RemoveParams) WithHTTPClient(client *http.Client) *RemoveParams
WithHTTPClient adds the HTTPClient to the remove params
func (*RemoveParams) WithTimeout ¶
func (o *RemoveParams) WithTimeout(timeout time.Duration) *RemoveParams
WithTimeout adds the timeout to the remove params
func (*RemoveParams) WriteToRequest ¶
func (o *RemoveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type RemoveReader ¶
type RemoveReader struct {
// contains filtered or unexported fields
}
RemoveReader is a Reader for the Remove structure.
func (*RemoveReader) ReadResponse ¶
func (o *RemoveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.