Documentation
¶
Index ¶
- type CheckClientVersionOfSdxOK
- type CheckClientVersionOfSdxParams
- func NewCheckClientVersionOfSdxParams() *CheckClientVersionOfSdxParams
- func NewCheckClientVersionOfSdxParamsWithContext(ctx context.Context) *CheckClientVersionOfSdxParams
- func NewCheckClientVersionOfSdxParamsWithHTTPClient(client *http.Client) *CheckClientVersionOfSdxParams
- func NewCheckClientVersionOfSdxParamsWithTimeout(timeout time.Duration) *CheckClientVersionOfSdxParams
- func (o *CheckClientVersionOfSdxParams) SetContext(ctx context.Context)
- func (o *CheckClientVersionOfSdxParams) SetHTTPClient(client *http.Client)
- func (o *CheckClientVersionOfSdxParams) SetTimeout(timeout time.Duration)
- func (o *CheckClientVersionOfSdxParams) SetVersion(version *string)
- func (o *CheckClientVersionOfSdxParams) WithContext(ctx context.Context) *CheckClientVersionOfSdxParams
- func (o *CheckClientVersionOfSdxParams) WithHTTPClient(client *http.Client) *CheckClientVersionOfSdxParams
- func (o *CheckClientVersionOfSdxParams) WithTimeout(timeout time.Duration) *CheckClientVersionOfSdxParams
- func (o *CheckClientVersionOfSdxParams) WithVersion(version *string) *CheckClientVersionOfSdxParams
- func (o *CheckClientVersionOfSdxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CheckClientVersionOfSdxReader
- type Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckClientVersionOfSdxOK ¶
type CheckClientVersionOfSdxOK struct {
Payload *model.VersionCheckResult
}
CheckClientVersionOfSdxOK handles this case with default header values.
successful operation
func NewCheckClientVersionOfSdxOK ¶
func NewCheckClientVersionOfSdxOK() *CheckClientVersionOfSdxOK
NewCheckClientVersionOfSdxOK creates a CheckClientVersionOfSdxOK with default headers values
func (*CheckClientVersionOfSdxOK) Error ¶
func (o *CheckClientVersionOfSdxOK) Error() string
type CheckClientVersionOfSdxParams ¶
type CheckClientVersionOfSdxParams struct { /*Version*/ Version *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CheckClientVersionOfSdxParams contains all the parameters to send to the API endpoint for the check client version of sdx operation typically these are written to a http.Request
func NewCheckClientVersionOfSdxParams ¶
func NewCheckClientVersionOfSdxParams() *CheckClientVersionOfSdxParams
NewCheckClientVersionOfSdxParams creates a new CheckClientVersionOfSdxParams object with the default values initialized.
func NewCheckClientVersionOfSdxParamsWithContext ¶
func NewCheckClientVersionOfSdxParamsWithContext(ctx context.Context) *CheckClientVersionOfSdxParams
NewCheckClientVersionOfSdxParamsWithContext creates a new CheckClientVersionOfSdxParams object with the default values initialized, and the ability to set a context for a request
func NewCheckClientVersionOfSdxParamsWithHTTPClient ¶
func NewCheckClientVersionOfSdxParamsWithHTTPClient(client *http.Client) *CheckClientVersionOfSdxParams
NewCheckClientVersionOfSdxParamsWithHTTPClient creates a new CheckClientVersionOfSdxParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCheckClientVersionOfSdxParamsWithTimeout ¶
func NewCheckClientVersionOfSdxParamsWithTimeout(timeout time.Duration) *CheckClientVersionOfSdxParams
NewCheckClientVersionOfSdxParamsWithTimeout creates a new CheckClientVersionOfSdxParams object with the default values initialized, and the ability to set a timeout on a request
func (*CheckClientVersionOfSdxParams) SetContext ¶
func (o *CheckClientVersionOfSdxParams) SetContext(ctx context.Context)
SetContext adds the context to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) SetHTTPClient ¶
func (o *CheckClientVersionOfSdxParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) SetTimeout ¶
func (o *CheckClientVersionOfSdxParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) SetVersion ¶
func (o *CheckClientVersionOfSdxParams) SetVersion(version *string)
SetVersion adds the version to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) WithContext ¶
func (o *CheckClientVersionOfSdxParams) WithContext(ctx context.Context) *CheckClientVersionOfSdxParams
WithContext adds the context to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) WithHTTPClient ¶
func (o *CheckClientVersionOfSdxParams) WithHTTPClient(client *http.Client) *CheckClientVersionOfSdxParams
WithHTTPClient adds the HTTPClient to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) WithTimeout ¶
func (o *CheckClientVersionOfSdxParams) WithTimeout(timeout time.Duration) *CheckClientVersionOfSdxParams
WithTimeout adds the timeout to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) WithVersion ¶
func (o *CheckClientVersionOfSdxParams) WithVersion(version *string) *CheckClientVersionOfSdxParams
WithVersion adds the version to the check client version of sdx params
func (*CheckClientVersionOfSdxParams) WriteToRequest ¶
func (o *CheckClientVersionOfSdxParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CheckClientVersionOfSdxReader ¶
type CheckClientVersionOfSdxReader struct {
// contains filtered or unexported fields
}
CheckClientVersionOfSdxReader is a Reader for the CheckClientVersionOfSdx structure.
func (*CheckClientVersionOfSdxReader) ReadResponse ¶
func (o *CheckClientVersionOfSdxReader) 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 sdxutils API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new sdxutils API client.
func (*Client) CheckClientVersionOfSdx ¶
func (a *Client) CheckClientVersionOfSdx(params *CheckClientVersionOfSdxParams) (*CheckClientVersionOfSdxOK, error)
CheckClientVersionOfSdx checks the client version
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client