operations

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type APICategoryMaskSamCategoryMaskPostInternalServerError ¶ added in v0.2.3

type APICategoryMaskSamCategoryMaskPostInternalServerError struct {
	Payload *models.HTTPException
}

APICategoryMaskSamCategoryMaskPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPICategoryMaskSamCategoryMaskPostInternalServerError ¶ added in v0.2.3

func NewAPICategoryMaskSamCategoryMaskPostInternalServerError() *APICategoryMaskSamCategoryMaskPostInternalServerError

NewAPICategoryMaskSamCategoryMaskPostInternalServerError creates a APICategoryMaskSamCategoryMaskPostInternalServerError with default headers values

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api category mask sam category mask post internal server error response

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) Error ¶ added in v0.2.3

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api category mask sam category mask post internal server error response has a 4xx status code

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api category mask sam category mask post internal server error response a status code equal to that given

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api category mask sam category mask post internal server error response has a 3xx status code

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api category mask sam category mask post internal server error response has a 5xx status code

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api category mask sam category mask post internal server error response has a 2xx status code

func (*APICategoryMaskSamCategoryMaskPostInternalServerError) String ¶ added in v0.2.3

type APICategoryMaskSamCategoryMaskPostOK ¶

type APICategoryMaskSamCategoryMaskPostOK struct {
	Payload interface{}
}

APICategoryMaskSamCategoryMaskPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPICategoryMaskSamCategoryMaskPostOK ¶

func NewAPICategoryMaskSamCategoryMaskPostOK() *APICategoryMaskSamCategoryMaskPostOK

NewAPICategoryMaskSamCategoryMaskPostOK creates a APICategoryMaskSamCategoryMaskPostOK with default headers values

func (*APICategoryMaskSamCategoryMaskPostOK) Code ¶

Code gets the status code for the api category mask sam category mask post o k response

func (*APICategoryMaskSamCategoryMaskPostOK) Error ¶

func (*APICategoryMaskSamCategoryMaskPostOK) GetPayload ¶

func (o *APICategoryMaskSamCategoryMaskPostOK) GetPayload() interface{}

func (*APICategoryMaskSamCategoryMaskPostOK) IsClientError ¶

func (o *APICategoryMaskSamCategoryMaskPostOK) IsClientError() bool

IsClientError returns true when this api category mask sam category mask post o k response has a 4xx status code

func (*APICategoryMaskSamCategoryMaskPostOK) IsCode ¶

IsCode returns true when this api category mask sam category mask post o k response a status code equal to that given

func (*APICategoryMaskSamCategoryMaskPostOK) IsRedirect ¶

IsRedirect returns true when this api category mask sam category mask post o k response has a 3xx status code

func (*APICategoryMaskSamCategoryMaskPostOK) IsServerError ¶

func (o *APICategoryMaskSamCategoryMaskPostOK) IsServerError() bool

IsServerError returns true when this api category mask sam category mask post o k response has a 5xx status code

func (*APICategoryMaskSamCategoryMaskPostOK) IsSuccess ¶

IsSuccess returns true when this api category mask sam category mask post o k response has a 2xx status code

func (*APICategoryMaskSamCategoryMaskPostOK) String ¶

type APICategoryMaskSamCategoryMaskPostParams ¶

type APICategoryMaskSamCategoryMaskPostParams struct {

	// Body.
	Body *models.BodyAPICategoryMaskSamCategoryMaskPost

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

APICategoryMaskSamCategoryMaskPostParams contains all the parameters to send to the API endpoint

for the api category mask sam category mask post operation.

Typically these are written to a http.Request.

func NewAPICategoryMaskSamCategoryMaskPostParams ¶

func NewAPICategoryMaskSamCategoryMaskPostParams() *APICategoryMaskSamCategoryMaskPostParams

NewAPICategoryMaskSamCategoryMaskPostParams creates a new APICategoryMaskSamCategoryMaskPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPICategoryMaskSamCategoryMaskPostParamsWithContext ¶

func NewAPICategoryMaskSamCategoryMaskPostParamsWithContext(ctx context.Context) *APICategoryMaskSamCategoryMaskPostParams

NewAPICategoryMaskSamCategoryMaskPostParamsWithContext creates a new APICategoryMaskSamCategoryMaskPostParams object with the ability to set a context for a request.

func NewAPICategoryMaskSamCategoryMaskPostParamsWithHTTPClient ¶

func NewAPICategoryMaskSamCategoryMaskPostParamsWithHTTPClient(client *http.Client) *APICategoryMaskSamCategoryMaskPostParams

NewAPICategoryMaskSamCategoryMaskPostParamsWithHTTPClient creates a new APICategoryMaskSamCategoryMaskPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPICategoryMaskSamCategoryMaskPostParamsWithTimeout ¶

func NewAPICategoryMaskSamCategoryMaskPostParamsWithTimeout(timeout time.Duration) *APICategoryMaskSamCategoryMaskPostParams

NewAPICategoryMaskSamCategoryMaskPostParamsWithTimeout creates a new APICategoryMaskSamCategoryMaskPostParams object with the ability to set a timeout on a request.

func (*APICategoryMaskSamCategoryMaskPostParams) SetBody ¶

SetBody adds the body to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) SetContext ¶

SetContext adds the context to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) SetDefaults ¶

SetDefaults hydrates default values in the api category mask sam category mask post params (not the query body).

All values with no default are reset to their zero value.

func (*APICategoryMaskSamCategoryMaskPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) SetTimeout ¶

SetTimeout adds the timeout to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) WithBody ¶

WithBody adds the body to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) WithContext ¶

WithContext adds the context to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api category mask sam category mask post params (not the query body).

All values with no default are reset to their zero value.

func (*APICategoryMaskSamCategoryMaskPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api category mask sam category mask post params

func (*APICategoryMaskSamCategoryMaskPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APICategoryMaskSamCategoryMaskPostReader ¶

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

APICategoryMaskSamCategoryMaskPostReader is a Reader for the APICategoryMaskSamCategoryMaskPost structure.

func (*APICategoryMaskSamCategoryMaskPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APICategoryMaskSamCategoryMaskPostUnprocessableEntity ¶

type APICategoryMaskSamCategoryMaskPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APICategoryMaskSamCategoryMaskPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPICategoryMaskSamCategoryMaskPostUnprocessableEntity ¶

func NewAPICategoryMaskSamCategoryMaskPostUnprocessableEntity() *APICategoryMaskSamCategoryMaskPostUnprocessableEntity

NewAPICategoryMaskSamCategoryMaskPostUnprocessableEntity creates a APICategoryMaskSamCategoryMaskPostUnprocessableEntity with default headers values

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) Code ¶

Code gets the status code for the api category mask sam category mask post unprocessable entity response

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) Error ¶

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) GetPayload ¶

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api category mask sam category mask post unprocessable entity response has a 4xx status code

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api category mask sam category mask post unprocessable entity response a status code equal to that given

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api category mask sam category mask post unprocessable entity response has a 3xx status code

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api category mask sam category mask post unprocessable entity response has a 5xx status code

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api category mask sam category mask post unprocessable entity response has a 2xx status code

func (*APICategoryMaskSamCategoryMaskPostUnprocessableEntity) String ¶

type APIControlnetSegSamControlnetSegPostInternalServerError ¶ added in v0.2.3

type APIControlnetSegSamControlnetSegPostInternalServerError struct {
	Payload *models.HTTPException
}

APIControlnetSegSamControlnetSegPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPIControlnetSegSamControlnetSegPostInternalServerError ¶ added in v0.2.3

func NewAPIControlnetSegSamControlnetSegPostInternalServerError() *APIControlnetSegSamControlnetSegPostInternalServerError

NewAPIControlnetSegSamControlnetSegPostInternalServerError creates a APIControlnetSegSamControlnetSegPostInternalServerError with default headers values

func (*APIControlnetSegSamControlnetSegPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api controlnet seg sam controlnet seg post internal server error response

func (*APIControlnetSegSamControlnetSegPostInternalServerError) Error ¶ added in v0.2.3

func (*APIControlnetSegSamControlnetSegPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APIControlnetSegSamControlnetSegPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api controlnet seg sam controlnet seg post internal server error response has a 4xx status code

func (*APIControlnetSegSamControlnetSegPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api controlnet seg sam controlnet seg post internal server error response a status code equal to that given

func (*APIControlnetSegSamControlnetSegPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api controlnet seg sam controlnet seg post internal server error response has a 3xx status code

func (*APIControlnetSegSamControlnetSegPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api controlnet seg sam controlnet seg post internal server error response has a 5xx status code

func (*APIControlnetSegSamControlnetSegPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api controlnet seg sam controlnet seg post internal server error response has a 2xx status code

func (*APIControlnetSegSamControlnetSegPostInternalServerError) String ¶ added in v0.2.3

type APIControlnetSegSamControlnetSegPostOK ¶

type APIControlnetSegSamControlnetSegPostOK struct {
	Payload interface{}
}

APIControlnetSegSamControlnetSegPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPIControlnetSegSamControlnetSegPostOK ¶

func NewAPIControlnetSegSamControlnetSegPostOK() *APIControlnetSegSamControlnetSegPostOK

NewAPIControlnetSegSamControlnetSegPostOK creates a APIControlnetSegSamControlnetSegPostOK with default headers values

func (*APIControlnetSegSamControlnetSegPostOK) Code ¶

Code gets the status code for the api controlnet seg sam controlnet seg post o k response

func (*APIControlnetSegSamControlnetSegPostOK) Error ¶

func (*APIControlnetSegSamControlnetSegPostOK) GetPayload ¶

func (o *APIControlnetSegSamControlnetSegPostOK) GetPayload() interface{}

func (*APIControlnetSegSamControlnetSegPostOK) IsClientError ¶

func (o *APIControlnetSegSamControlnetSegPostOK) IsClientError() bool

IsClientError returns true when this api controlnet seg sam controlnet seg post o k response has a 4xx status code

func (*APIControlnetSegSamControlnetSegPostOK) IsCode ¶

IsCode returns true when this api controlnet seg sam controlnet seg post o k response a status code equal to that given

func (*APIControlnetSegSamControlnetSegPostOK) IsRedirect ¶

IsRedirect returns true when this api controlnet seg sam controlnet seg post o k response has a 3xx status code

func (*APIControlnetSegSamControlnetSegPostOK) IsServerError ¶

func (o *APIControlnetSegSamControlnetSegPostOK) IsServerError() bool

IsServerError returns true when this api controlnet seg sam controlnet seg post o k response has a 5xx status code

func (*APIControlnetSegSamControlnetSegPostOK) IsSuccess ¶

IsSuccess returns true when this api controlnet seg sam controlnet seg post o k response has a 2xx status code

func (*APIControlnetSegSamControlnetSegPostOK) String ¶

type APIControlnetSegSamControlnetSegPostParams ¶

type APIControlnetSegSamControlnetSegPostParams struct {

	// Body.
	Body *models.BodyAPIControlnetSegSamControlnetSegPost

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

APIControlnetSegSamControlnetSegPostParams contains all the parameters to send to the API endpoint

for the api controlnet seg sam controlnet seg post operation.

Typically these are written to a http.Request.

func NewAPIControlnetSegSamControlnetSegPostParams ¶

func NewAPIControlnetSegSamControlnetSegPostParams() *APIControlnetSegSamControlnetSegPostParams

NewAPIControlnetSegSamControlnetSegPostParams creates a new APIControlnetSegSamControlnetSegPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPIControlnetSegSamControlnetSegPostParamsWithContext ¶

func NewAPIControlnetSegSamControlnetSegPostParamsWithContext(ctx context.Context) *APIControlnetSegSamControlnetSegPostParams

NewAPIControlnetSegSamControlnetSegPostParamsWithContext creates a new APIControlnetSegSamControlnetSegPostParams object with the ability to set a context for a request.

func NewAPIControlnetSegSamControlnetSegPostParamsWithHTTPClient ¶

func NewAPIControlnetSegSamControlnetSegPostParamsWithHTTPClient(client *http.Client) *APIControlnetSegSamControlnetSegPostParams

NewAPIControlnetSegSamControlnetSegPostParamsWithHTTPClient creates a new APIControlnetSegSamControlnetSegPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPIControlnetSegSamControlnetSegPostParamsWithTimeout ¶

func NewAPIControlnetSegSamControlnetSegPostParamsWithTimeout(timeout time.Duration) *APIControlnetSegSamControlnetSegPostParams

NewAPIControlnetSegSamControlnetSegPostParamsWithTimeout creates a new APIControlnetSegSamControlnetSegPostParams object with the ability to set a timeout on a request.

func (*APIControlnetSegSamControlnetSegPostParams) SetBody ¶

SetBody adds the body to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) SetContext ¶

SetContext adds the context to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) SetDefaults ¶

SetDefaults hydrates default values in the api controlnet seg sam controlnet seg post params (not the query body).

All values with no default are reset to their zero value.

func (*APIControlnetSegSamControlnetSegPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) SetTimeout ¶

SetTimeout adds the timeout to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) WithBody ¶

WithBody adds the body to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) WithContext ¶

WithContext adds the context to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api controlnet seg sam controlnet seg post params (not the query body).

All values with no default are reset to their zero value.

func (*APIControlnetSegSamControlnetSegPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api controlnet seg sam controlnet seg post params

func (*APIControlnetSegSamControlnetSegPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APIControlnetSegSamControlnetSegPostReader ¶

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

APIControlnetSegSamControlnetSegPostReader is a Reader for the APIControlnetSegSamControlnetSegPost structure.

func (*APIControlnetSegSamControlnetSegPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APIControlnetSegSamControlnetSegPostUnprocessableEntity ¶

type APIControlnetSegSamControlnetSegPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APIControlnetSegSamControlnetSegPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPIControlnetSegSamControlnetSegPostUnprocessableEntity ¶

func NewAPIControlnetSegSamControlnetSegPostUnprocessableEntity() *APIControlnetSegSamControlnetSegPostUnprocessableEntity

NewAPIControlnetSegSamControlnetSegPostUnprocessableEntity creates a APIControlnetSegSamControlnetSegPostUnprocessableEntity with default headers values

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) Code ¶

Code gets the status code for the api controlnet seg sam controlnet seg post unprocessable entity response

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) Error ¶

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) GetPayload ¶

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api controlnet seg sam controlnet seg post unprocessable entity response has a 4xx status code

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api controlnet seg sam controlnet seg post unprocessable entity response a status code equal to that given

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api controlnet seg sam controlnet seg post unprocessable entity response has a 3xx status code

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api controlnet seg sam controlnet seg post unprocessable entity response has a 5xx status code

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api controlnet seg sam controlnet seg post unprocessable entity response has a 2xx status code

func (*APIControlnetSegSamControlnetSegPostUnprocessableEntity) String ¶

type APIDilateMaskSamDilateMaskPostInternalServerError ¶ added in v0.2.3

type APIDilateMaskSamDilateMaskPostInternalServerError struct {
	Payload *models.HTTPException
}

APIDilateMaskSamDilateMaskPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPIDilateMaskSamDilateMaskPostInternalServerError ¶ added in v0.2.3

func NewAPIDilateMaskSamDilateMaskPostInternalServerError() *APIDilateMaskSamDilateMaskPostInternalServerError

NewAPIDilateMaskSamDilateMaskPostInternalServerError creates a APIDilateMaskSamDilateMaskPostInternalServerError with default headers values

func (*APIDilateMaskSamDilateMaskPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api dilate mask sam dilate mask post internal server error response

func (*APIDilateMaskSamDilateMaskPostInternalServerError) Error ¶ added in v0.2.3

func (*APIDilateMaskSamDilateMaskPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APIDilateMaskSamDilateMaskPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api dilate mask sam dilate mask post internal server error response has a 4xx status code

func (*APIDilateMaskSamDilateMaskPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api dilate mask sam dilate mask post internal server error response a status code equal to that given

func (*APIDilateMaskSamDilateMaskPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api dilate mask sam dilate mask post internal server error response has a 3xx status code

func (*APIDilateMaskSamDilateMaskPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api dilate mask sam dilate mask post internal server error response has a 5xx status code

func (*APIDilateMaskSamDilateMaskPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api dilate mask sam dilate mask post internal server error response has a 2xx status code

func (*APIDilateMaskSamDilateMaskPostInternalServerError) String ¶ added in v0.2.3

type APIDilateMaskSamDilateMaskPostOK ¶

type APIDilateMaskSamDilateMaskPostOK struct {
	Payload interface{}
}

APIDilateMaskSamDilateMaskPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPIDilateMaskSamDilateMaskPostOK ¶

func NewAPIDilateMaskSamDilateMaskPostOK() *APIDilateMaskSamDilateMaskPostOK

NewAPIDilateMaskSamDilateMaskPostOK creates a APIDilateMaskSamDilateMaskPostOK with default headers values

func (*APIDilateMaskSamDilateMaskPostOK) Code ¶

Code gets the status code for the api dilate mask sam dilate mask post o k response

func (*APIDilateMaskSamDilateMaskPostOK) Error ¶

func (*APIDilateMaskSamDilateMaskPostOK) GetPayload ¶

func (o *APIDilateMaskSamDilateMaskPostOK) GetPayload() interface{}

func (*APIDilateMaskSamDilateMaskPostOK) IsClientError ¶

func (o *APIDilateMaskSamDilateMaskPostOK) IsClientError() bool

IsClientError returns true when this api dilate mask sam dilate mask post o k response has a 4xx status code

func (*APIDilateMaskSamDilateMaskPostOK) IsCode ¶

func (o *APIDilateMaskSamDilateMaskPostOK) IsCode(code int) bool

IsCode returns true when this api dilate mask sam dilate mask post o k response a status code equal to that given

func (*APIDilateMaskSamDilateMaskPostOK) IsRedirect ¶

func (o *APIDilateMaskSamDilateMaskPostOK) IsRedirect() bool

IsRedirect returns true when this api dilate mask sam dilate mask post o k response has a 3xx status code

func (*APIDilateMaskSamDilateMaskPostOK) IsServerError ¶

func (o *APIDilateMaskSamDilateMaskPostOK) IsServerError() bool

IsServerError returns true when this api dilate mask sam dilate mask post o k response has a 5xx status code

func (*APIDilateMaskSamDilateMaskPostOK) IsSuccess ¶

func (o *APIDilateMaskSamDilateMaskPostOK) IsSuccess() bool

IsSuccess returns true when this api dilate mask sam dilate mask post o k response has a 2xx status code

func (*APIDilateMaskSamDilateMaskPostOK) String ¶

type APIDilateMaskSamDilateMaskPostParams ¶

type APIDilateMaskSamDilateMaskPostParams struct {

	// Body.
	Body *models.DilateMaskRequest

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

APIDilateMaskSamDilateMaskPostParams contains all the parameters to send to the API endpoint

for the api dilate mask sam dilate mask post operation.

Typically these are written to a http.Request.

func NewAPIDilateMaskSamDilateMaskPostParams ¶

func NewAPIDilateMaskSamDilateMaskPostParams() *APIDilateMaskSamDilateMaskPostParams

NewAPIDilateMaskSamDilateMaskPostParams creates a new APIDilateMaskSamDilateMaskPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPIDilateMaskSamDilateMaskPostParamsWithContext ¶

func NewAPIDilateMaskSamDilateMaskPostParamsWithContext(ctx context.Context) *APIDilateMaskSamDilateMaskPostParams

NewAPIDilateMaskSamDilateMaskPostParamsWithContext creates a new APIDilateMaskSamDilateMaskPostParams object with the ability to set a context for a request.

func NewAPIDilateMaskSamDilateMaskPostParamsWithHTTPClient ¶

func NewAPIDilateMaskSamDilateMaskPostParamsWithHTTPClient(client *http.Client) *APIDilateMaskSamDilateMaskPostParams

NewAPIDilateMaskSamDilateMaskPostParamsWithHTTPClient creates a new APIDilateMaskSamDilateMaskPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPIDilateMaskSamDilateMaskPostParamsWithTimeout ¶

func NewAPIDilateMaskSamDilateMaskPostParamsWithTimeout(timeout time.Duration) *APIDilateMaskSamDilateMaskPostParams

NewAPIDilateMaskSamDilateMaskPostParamsWithTimeout creates a new APIDilateMaskSamDilateMaskPostParams object with the ability to set a timeout on a request.

func (*APIDilateMaskSamDilateMaskPostParams) SetBody ¶

SetBody adds the body to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) SetContext ¶

SetContext adds the context to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) SetDefaults ¶

func (o *APIDilateMaskSamDilateMaskPostParams) SetDefaults()

SetDefaults hydrates default values in the api dilate mask sam dilate mask post params (not the query body).

All values with no default are reset to their zero value.

func (*APIDilateMaskSamDilateMaskPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) WithBody ¶

WithBody adds the body to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) WithContext ¶

WithContext adds the context to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api dilate mask sam dilate mask post params (not the query body).

All values with no default are reset to their zero value.

func (*APIDilateMaskSamDilateMaskPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api dilate mask sam dilate mask post params

func (*APIDilateMaskSamDilateMaskPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APIDilateMaskSamDilateMaskPostReader ¶

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

APIDilateMaskSamDilateMaskPostReader is a Reader for the APIDilateMaskSamDilateMaskPost structure.

func (*APIDilateMaskSamDilateMaskPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APIDilateMaskSamDilateMaskPostUnprocessableEntity ¶

type APIDilateMaskSamDilateMaskPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APIDilateMaskSamDilateMaskPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPIDilateMaskSamDilateMaskPostUnprocessableEntity ¶

func NewAPIDilateMaskSamDilateMaskPostUnprocessableEntity() *APIDilateMaskSamDilateMaskPostUnprocessableEntity

NewAPIDilateMaskSamDilateMaskPostUnprocessableEntity creates a APIDilateMaskSamDilateMaskPostUnprocessableEntity with default headers values

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) Code ¶

Code gets the status code for the api dilate mask sam dilate mask post unprocessable entity response

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) Error ¶

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) GetPayload ¶

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api dilate mask sam dilate mask post unprocessable entity response has a 4xx status code

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api dilate mask sam dilate mask post unprocessable entity response a status code equal to that given

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api dilate mask sam dilate mask post unprocessable entity response has a 3xx status code

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api dilate mask sam dilate mask post unprocessable entity response has a 5xx status code

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api dilate mask sam dilate mask post unprocessable entity response has a 2xx status code

func (*APIDilateMaskSamDilateMaskPostUnprocessableEntity) String ¶

type APIDinoPredictSamDinoPredictPostInternalServerError ¶ added in v0.2.3

type APIDinoPredictSamDinoPredictPostInternalServerError struct {
	Payload *models.HTTPException
}

APIDinoPredictSamDinoPredictPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPIDinoPredictSamDinoPredictPostInternalServerError ¶ added in v0.2.3

func NewAPIDinoPredictSamDinoPredictPostInternalServerError() *APIDinoPredictSamDinoPredictPostInternalServerError

NewAPIDinoPredictSamDinoPredictPostInternalServerError creates a APIDinoPredictSamDinoPredictPostInternalServerError with default headers values

func (*APIDinoPredictSamDinoPredictPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api dino predict sam dino predict post internal server error response

func (*APIDinoPredictSamDinoPredictPostInternalServerError) Error ¶ added in v0.2.3

func (*APIDinoPredictSamDinoPredictPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APIDinoPredictSamDinoPredictPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api dino predict sam dino predict post internal server error response has a 4xx status code

func (*APIDinoPredictSamDinoPredictPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api dino predict sam dino predict post internal server error response a status code equal to that given

func (*APIDinoPredictSamDinoPredictPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api dino predict sam dino predict post internal server error response has a 3xx status code

func (*APIDinoPredictSamDinoPredictPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api dino predict sam dino predict post internal server error response has a 5xx status code

func (*APIDinoPredictSamDinoPredictPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api dino predict sam dino predict post internal server error response has a 2xx status code

func (*APIDinoPredictSamDinoPredictPostInternalServerError) String ¶ added in v0.2.3

type APIDinoPredictSamDinoPredictPostOK ¶

type APIDinoPredictSamDinoPredictPostOK struct {
	Payload interface{}
}

APIDinoPredictSamDinoPredictPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPIDinoPredictSamDinoPredictPostOK ¶

func NewAPIDinoPredictSamDinoPredictPostOK() *APIDinoPredictSamDinoPredictPostOK

NewAPIDinoPredictSamDinoPredictPostOK creates a APIDinoPredictSamDinoPredictPostOK with default headers values

func (*APIDinoPredictSamDinoPredictPostOK) Code ¶

Code gets the status code for the api dino predict sam dino predict post o k response

func (*APIDinoPredictSamDinoPredictPostOK) Error ¶

func (*APIDinoPredictSamDinoPredictPostOK) GetPayload ¶

func (o *APIDinoPredictSamDinoPredictPostOK) GetPayload() interface{}

func (*APIDinoPredictSamDinoPredictPostOK) IsClientError ¶

func (o *APIDinoPredictSamDinoPredictPostOK) IsClientError() bool

IsClientError returns true when this api dino predict sam dino predict post o k response has a 4xx status code

func (*APIDinoPredictSamDinoPredictPostOK) IsCode ¶

IsCode returns true when this api dino predict sam dino predict post o k response a status code equal to that given

func (*APIDinoPredictSamDinoPredictPostOK) IsRedirect ¶

func (o *APIDinoPredictSamDinoPredictPostOK) IsRedirect() bool

IsRedirect returns true when this api dino predict sam dino predict post o k response has a 3xx status code

func (*APIDinoPredictSamDinoPredictPostOK) IsServerError ¶

func (o *APIDinoPredictSamDinoPredictPostOK) IsServerError() bool

IsServerError returns true when this api dino predict sam dino predict post o k response has a 5xx status code

func (*APIDinoPredictSamDinoPredictPostOK) IsSuccess ¶

IsSuccess returns true when this api dino predict sam dino predict post o k response has a 2xx status code

func (*APIDinoPredictSamDinoPredictPostOK) String ¶

type APIDinoPredictSamDinoPredictPostParams ¶

type APIDinoPredictSamDinoPredictPostParams struct {

	// Body.
	Body *models.DINOPredictRequest

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

APIDinoPredictSamDinoPredictPostParams contains all the parameters to send to the API endpoint

for the api dino predict sam dino predict post operation.

Typically these are written to a http.Request.

func NewAPIDinoPredictSamDinoPredictPostParams ¶

func NewAPIDinoPredictSamDinoPredictPostParams() *APIDinoPredictSamDinoPredictPostParams

NewAPIDinoPredictSamDinoPredictPostParams creates a new APIDinoPredictSamDinoPredictPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPIDinoPredictSamDinoPredictPostParamsWithContext ¶

func NewAPIDinoPredictSamDinoPredictPostParamsWithContext(ctx context.Context) *APIDinoPredictSamDinoPredictPostParams

NewAPIDinoPredictSamDinoPredictPostParamsWithContext creates a new APIDinoPredictSamDinoPredictPostParams object with the ability to set a context for a request.

func NewAPIDinoPredictSamDinoPredictPostParamsWithHTTPClient ¶

func NewAPIDinoPredictSamDinoPredictPostParamsWithHTTPClient(client *http.Client) *APIDinoPredictSamDinoPredictPostParams

NewAPIDinoPredictSamDinoPredictPostParamsWithHTTPClient creates a new APIDinoPredictSamDinoPredictPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPIDinoPredictSamDinoPredictPostParamsWithTimeout ¶

func NewAPIDinoPredictSamDinoPredictPostParamsWithTimeout(timeout time.Duration) *APIDinoPredictSamDinoPredictPostParams

NewAPIDinoPredictSamDinoPredictPostParamsWithTimeout creates a new APIDinoPredictSamDinoPredictPostParams object with the ability to set a timeout on a request.

func (*APIDinoPredictSamDinoPredictPostParams) SetBody ¶

SetBody adds the body to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) SetContext ¶

SetContext adds the context to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) SetDefaults ¶

func (o *APIDinoPredictSamDinoPredictPostParams) SetDefaults()

SetDefaults hydrates default values in the api dino predict sam dino predict post params (not the query body).

All values with no default are reset to their zero value.

func (*APIDinoPredictSamDinoPredictPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) WithBody ¶

WithBody adds the body to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) WithContext ¶

WithContext adds the context to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api dino predict sam dino predict post params (not the query body).

All values with no default are reset to their zero value.

func (*APIDinoPredictSamDinoPredictPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api dino predict sam dino predict post params

func (*APIDinoPredictSamDinoPredictPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APIDinoPredictSamDinoPredictPostReader ¶

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

APIDinoPredictSamDinoPredictPostReader is a Reader for the APIDinoPredictSamDinoPredictPost structure.

func (*APIDinoPredictSamDinoPredictPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APIDinoPredictSamDinoPredictPostUnprocessableEntity ¶

type APIDinoPredictSamDinoPredictPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APIDinoPredictSamDinoPredictPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPIDinoPredictSamDinoPredictPostUnprocessableEntity ¶

func NewAPIDinoPredictSamDinoPredictPostUnprocessableEntity() *APIDinoPredictSamDinoPredictPostUnprocessableEntity

NewAPIDinoPredictSamDinoPredictPostUnprocessableEntity creates a APIDinoPredictSamDinoPredictPostUnprocessableEntity with default headers values

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) Code ¶

Code gets the status code for the api dino predict sam dino predict post unprocessable entity response

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) Error ¶

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) GetPayload ¶

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api dino predict sam dino predict post unprocessable entity response has a 4xx status code

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api dino predict sam dino predict post unprocessable entity response a status code equal to that given

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api dino predict sam dino predict post unprocessable entity response has a 3xx status code

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api dino predict sam dino predict post unprocessable entity response has a 5xx status code

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api dino predict sam dino predict post unprocessable entity response has a 2xx status code

func (*APIDinoPredictSamDinoPredictPostUnprocessableEntity) String ¶

type APIInfoInfoGetOK ¶

type APIInfoInfoGetOK struct {
	Payload interface{}
}

APIInfoInfoGetOK describes a response with status code 200, with default header values.

Successful Response

func NewAPIInfoInfoGetOK ¶

func NewAPIInfoInfoGetOK() *APIInfoInfoGetOK

NewAPIInfoInfoGetOK creates a APIInfoInfoGetOK with default headers values

func (*APIInfoInfoGetOK) Code ¶

func (o *APIInfoInfoGetOK) Code() int

Code gets the status code for the api info info get o k response

func (*APIInfoInfoGetOK) Error ¶

func (o *APIInfoInfoGetOK) Error() string

func (*APIInfoInfoGetOK) GetPayload ¶

func (o *APIInfoInfoGetOK) GetPayload() interface{}

func (*APIInfoInfoGetOK) IsClientError ¶

func (o *APIInfoInfoGetOK) IsClientError() bool

IsClientError returns true when this api info info get o k response has a 4xx status code

func (*APIInfoInfoGetOK) IsCode ¶

func (o *APIInfoInfoGetOK) IsCode(code int) bool

IsCode returns true when this api info info get o k response a status code equal to that given

func (*APIInfoInfoGetOK) IsRedirect ¶

func (o *APIInfoInfoGetOK) IsRedirect() bool

IsRedirect returns true when this api info info get o k response has a 3xx status code

func (*APIInfoInfoGetOK) IsServerError ¶

func (o *APIInfoInfoGetOK) IsServerError() bool

IsServerError returns true when this api info info get o k response has a 5xx status code

func (*APIInfoInfoGetOK) IsSuccess ¶

func (o *APIInfoInfoGetOK) IsSuccess() bool

IsSuccess returns true when this api info info get o k response has a 2xx status code

func (*APIInfoInfoGetOK) String ¶

func (o *APIInfoInfoGetOK) String() string

type APIInfoInfoGetParams ¶

type APIInfoInfoGetParams struct {

	// Serialize.
	//
	// Default: true
	Serialize *bool

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

APIInfoInfoGetParams contains all the parameters to send to the API endpoint

for the api info info get operation.

Typically these are written to a http.Request.

func NewAPIInfoInfoGetParams ¶

func NewAPIInfoInfoGetParams() *APIInfoInfoGetParams

NewAPIInfoInfoGetParams creates a new APIInfoInfoGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPIInfoInfoGetParamsWithContext ¶

func NewAPIInfoInfoGetParamsWithContext(ctx context.Context) *APIInfoInfoGetParams

NewAPIInfoInfoGetParamsWithContext creates a new APIInfoInfoGetParams object with the ability to set a context for a request.

func NewAPIInfoInfoGetParamsWithHTTPClient ¶

func NewAPIInfoInfoGetParamsWithHTTPClient(client *http.Client) *APIInfoInfoGetParams

NewAPIInfoInfoGetParamsWithHTTPClient creates a new APIInfoInfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewAPIInfoInfoGetParamsWithTimeout ¶

func NewAPIInfoInfoGetParamsWithTimeout(timeout time.Duration) *APIInfoInfoGetParams

NewAPIInfoInfoGetParamsWithTimeout creates a new APIInfoInfoGetParams object with the ability to set a timeout on a request.

func (*APIInfoInfoGetParams) SetContext ¶

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

SetContext adds the context to the api info info get params

func (*APIInfoInfoGetParams) SetDefaults ¶

func (o *APIInfoInfoGetParams) SetDefaults()

SetDefaults hydrates default values in the api info info get params (not the query body).

All values with no default are reset to their zero value.

func (*APIInfoInfoGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api info info get params

func (*APIInfoInfoGetParams) SetSerialize ¶

func (o *APIInfoInfoGetParams) SetSerialize(serialize *bool)

SetSerialize adds the serialize to the api info info get params

func (*APIInfoInfoGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the api info info get params

func (*APIInfoInfoGetParams) WithContext ¶

WithContext adds the context to the api info info get params

func (*APIInfoInfoGetParams) WithDefaults ¶

func (o *APIInfoInfoGetParams) WithDefaults() *APIInfoInfoGetParams

WithDefaults hydrates default values in the api info info get params (not the query body).

All values with no default are reset to their zero value.

func (*APIInfoInfoGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the api info info get params

func (*APIInfoInfoGetParams) WithSerialize ¶

func (o *APIInfoInfoGetParams) WithSerialize(serialize *bool) *APIInfoInfoGetParams

WithSerialize adds the serialize to the api info info get params

func (*APIInfoInfoGetParams) WithTimeout ¶

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

WithTimeout adds the timeout to the api info info get params

func (*APIInfoInfoGetParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type APIInfoInfoGetReader ¶

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

APIInfoInfoGetReader is a Reader for the APIInfoInfoGet structure.

func (*APIInfoInfoGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APIInfoInfoGetUnprocessableEntity ¶

type APIInfoInfoGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APIInfoInfoGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPIInfoInfoGetUnprocessableEntity ¶

func NewAPIInfoInfoGetUnprocessableEntity() *APIInfoInfoGetUnprocessableEntity

NewAPIInfoInfoGetUnprocessableEntity creates a APIInfoInfoGetUnprocessableEntity with default headers values

func (*APIInfoInfoGetUnprocessableEntity) Code ¶

Code gets the status code for the api info info get unprocessable entity response

func (*APIInfoInfoGetUnprocessableEntity) Error ¶

func (*APIInfoInfoGetUnprocessableEntity) GetPayload ¶

func (*APIInfoInfoGetUnprocessableEntity) IsClientError ¶

func (o *APIInfoInfoGetUnprocessableEntity) IsClientError() bool

IsClientError returns true when this api info info get unprocessable entity response has a 4xx status code

func (*APIInfoInfoGetUnprocessableEntity) IsCode ¶

func (o *APIInfoInfoGetUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this api info info get unprocessable entity response a status code equal to that given

func (*APIInfoInfoGetUnprocessableEntity) IsRedirect ¶

func (o *APIInfoInfoGetUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this api info info get unprocessable entity response has a 3xx status code

func (*APIInfoInfoGetUnprocessableEntity) IsServerError ¶

func (o *APIInfoInfoGetUnprocessableEntity) IsServerError() bool

IsServerError returns true when this api info info get unprocessable entity response has a 5xx status code

func (*APIInfoInfoGetUnprocessableEntity) IsSuccess ¶

func (o *APIInfoInfoGetUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this api info info get unprocessable entity response has a 2xx status code

func (*APIInfoInfoGetUnprocessableEntity) String ¶

type APISamModelSamSamModelGetOK ¶

type APISamModelSamSamModelGetOK struct {
	Payload []string
}

APISamModelSamSamModelGetOK describes a response with status code 200, with default header values.

Successful Response

func NewAPISamModelSamSamModelGetOK ¶

func NewAPISamModelSamSamModelGetOK() *APISamModelSamSamModelGetOK

NewAPISamModelSamSamModelGetOK creates a APISamModelSamSamModelGetOK with default headers values

func (*APISamModelSamSamModelGetOK) Code ¶

func (o *APISamModelSamSamModelGetOK) Code() int

Code gets the status code for the api sam model sam sam model get o k response

func (*APISamModelSamSamModelGetOK) Error ¶

func (*APISamModelSamSamModelGetOK) GetPayload ¶

func (o *APISamModelSamSamModelGetOK) GetPayload() []string

func (*APISamModelSamSamModelGetOK) IsClientError ¶

func (o *APISamModelSamSamModelGetOK) IsClientError() bool

IsClientError returns true when this api sam model sam sam model get o k response has a 4xx status code

func (*APISamModelSamSamModelGetOK) IsCode ¶

func (o *APISamModelSamSamModelGetOK) IsCode(code int) bool

IsCode returns true when this api sam model sam sam model get o k response a status code equal to that given

func (*APISamModelSamSamModelGetOK) IsRedirect ¶

func (o *APISamModelSamSamModelGetOK) IsRedirect() bool

IsRedirect returns true when this api sam model sam sam model get o k response has a 3xx status code

func (*APISamModelSamSamModelGetOK) IsServerError ¶

func (o *APISamModelSamSamModelGetOK) IsServerError() bool

IsServerError returns true when this api sam model sam sam model get o k response has a 5xx status code

func (*APISamModelSamSamModelGetOK) IsSuccess ¶

func (o *APISamModelSamSamModelGetOK) IsSuccess() bool

IsSuccess returns true when this api sam model sam sam model get o k response has a 2xx status code

func (*APISamModelSamSamModelGetOK) String ¶

func (o *APISamModelSamSamModelGetOK) String() string

type APISamModelSamSamModelGetParams ¶

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

APISamModelSamSamModelGetParams contains all the parameters to send to the API endpoint

for the api sam model sam sam model get operation.

Typically these are written to a http.Request.

func NewAPISamModelSamSamModelGetParams ¶

func NewAPISamModelSamSamModelGetParams() *APISamModelSamSamModelGetParams

NewAPISamModelSamSamModelGetParams creates a new APISamModelSamSamModelGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPISamModelSamSamModelGetParamsWithContext ¶

func NewAPISamModelSamSamModelGetParamsWithContext(ctx context.Context) *APISamModelSamSamModelGetParams

NewAPISamModelSamSamModelGetParamsWithContext creates a new APISamModelSamSamModelGetParams object with the ability to set a context for a request.

func NewAPISamModelSamSamModelGetParamsWithHTTPClient ¶

func NewAPISamModelSamSamModelGetParamsWithHTTPClient(client *http.Client) *APISamModelSamSamModelGetParams

NewAPISamModelSamSamModelGetParamsWithHTTPClient creates a new APISamModelSamSamModelGetParams object with the ability to set a custom HTTPClient for a request.

func NewAPISamModelSamSamModelGetParamsWithTimeout ¶

func NewAPISamModelSamSamModelGetParamsWithTimeout(timeout time.Duration) *APISamModelSamSamModelGetParams

NewAPISamModelSamSamModelGetParamsWithTimeout creates a new APISamModelSamSamModelGetParams object with the ability to set a timeout on a request.

func (*APISamModelSamSamModelGetParams) SetContext ¶

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

SetContext adds the context to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) SetDefaults ¶

func (o *APISamModelSamSamModelGetParams) SetDefaults()

SetDefaults hydrates default values in the api sam model sam sam model get params (not the query body).

All values with no default are reset to their zero value.

func (*APISamModelSamSamModelGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) WithContext ¶

WithContext adds the context to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) WithDefaults ¶

WithDefaults hydrates default values in the api sam model sam sam model get params (not the query body).

All values with no default are reset to their zero value.

func (*APISamModelSamSamModelGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) WithTimeout ¶

WithTimeout adds the timeout to the api sam model sam sam model get params

func (*APISamModelSamSamModelGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APISamModelSamSamModelGetReader ¶

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

APISamModelSamSamModelGetReader is a Reader for the APISamModelSamSamModelGet structure.

func (*APISamModelSamSamModelGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APISamPredictSamSamPredictPostInternalServerError ¶ added in v0.2.3

type APISamPredictSamSamPredictPostInternalServerError struct {
	Payload *models.HTTPException
}

APISamPredictSamSamPredictPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPISamPredictSamSamPredictPostInternalServerError ¶ added in v0.2.3

func NewAPISamPredictSamSamPredictPostInternalServerError() *APISamPredictSamSamPredictPostInternalServerError

NewAPISamPredictSamSamPredictPostInternalServerError creates a APISamPredictSamSamPredictPostInternalServerError with default headers values

func (*APISamPredictSamSamPredictPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api sam predict sam sam predict post internal server error response

func (*APISamPredictSamSamPredictPostInternalServerError) Error ¶ added in v0.2.3

func (*APISamPredictSamSamPredictPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APISamPredictSamSamPredictPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api sam predict sam sam predict post internal server error response has a 4xx status code

func (*APISamPredictSamSamPredictPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api sam predict sam sam predict post internal server error response a status code equal to that given

func (*APISamPredictSamSamPredictPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api sam predict sam sam predict post internal server error response has a 3xx status code

func (*APISamPredictSamSamPredictPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api sam predict sam sam predict post internal server error response has a 5xx status code

func (*APISamPredictSamSamPredictPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api sam predict sam sam predict post internal server error response has a 2xx status code

func (*APISamPredictSamSamPredictPostInternalServerError) String ¶ added in v0.2.3

type APISamPredictSamSamPredictPostOK ¶

type APISamPredictSamSamPredictPostOK struct {
	Payload interface{}
}

APISamPredictSamSamPredictPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPISamPredictSamSamPredictPostOK ¶

func NewAPISamPredictSamSamPredictPostOK() *APISamPredictSamSamPredictPostOK

NewAPISamPredictSamSamPredictPostOK creates a APISamPredictSamSamPredictPostOK with default headers values

func (*APISamPredictSamSamPredictPostOK) Code ¶

Code gets the status code for the api sam predict sam sam predict post o k response

func (*APISamPredictSamSamPredictPostOK) Error ¶

func (*APISamPredictSamSamPredictPostOK) GetPayload ¶

func (o *APISamPredictSamSamPredictPostOK) GetPayload() interface{}

func (*APISamPredictSamSamPredictPostOK) IsClientError ¶

func (o *APISamPredictSamSamPredictPostOK) IsClientError() bool

IsClientError returns true when this api sam predict sam sam predict post o k response has a 4xx status code

func (*APISamPredictSamSamPredictPostOK) IsCode ¶

func (o *APISamPredictSamSamPredictPostOK) IsCode(code int) bool

IsCode returns true when this api sam predict sam sam predict post o k response a status code equal to that given

func (*APISamPredictSamSamPredictPostOK) IsRedirect ¶

func (o *APISamPredictSamSamPredictPostOK) IsRedirect() bool

IsRedirect returns true when this api sam predict sam sam predict post o k response has a 3xx status code

func (*APISamPredictSamSamPredictPostOK) IsServerError ¶

func (o *APISamPredictSamSamPredictPostOK) IsServerError() bool

IsServerError returns true when this api sam predict sam sam predict post o k response has a 5xx status code

func (*APISamPredictSamSamPredictPostOK) IsSuccess ¶

func (o *APISamPredictSamSamPredictPostOK) IsSuccess() bool

IsSuccess returns true when this api sam predict sam sam predict post o k response has a 2xx status code

func (*APISamPredictSamSamPredictPostOK) String ¶

type APISamPredictSamSamPredictPostParams ¶

type APISamPredictSamSamPredictPostParams struct {

	// Body.
	Body *models.SamPredictRequest

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

APISamPredictSamSamPredictPostParams contains all the parameters to send to the API endpoint

for the api sam predict sam sam predict post operation.

Typically these are written to a http.Request.

func NewAPISamPredictSamSamPredictPostParams ¶

func NewAPISamPredictSamSamPredictPostParams() *APISamPredictSamSamPredictPostParams

NewAPISamPredictSamSamPredictPostParams creates a new APISamPredictSamSamPredictPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPISamPredictSamSamPredictPostParamsWithContext ¶

func NewAPISamPredictSamSamPredictPostParamsWithContext(ctx context.Context) *APISamPredictSamSamPredictPostParams

NewAPISamPredictSamSamPredictPostParamsWithContext creates a new APISamPredictSamSamPredictPostParams object with the ability to set a context for a request.

func NewAPISamPredictSamSamPredictPostParamsWithHTTPClient ¶

func NewAPISamPredictSamSamPredictPostParamsWithHTTPClient(client *http.Client) *APISamPredictSamSamPredictPostParams

NewAPISamPredictSamSamPredictPostParamsWithHTTPClient creates a new APISamPredictSamSamPredictPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPISamPredictSamSamPredictPostParamsWithTimeout ¶

func NewAPISamPredictSamSamPredictPostParamsWithTimeout(timeout time.Duration) *APISamPredictSamSamPredictPostParams

NewAPISamPredictSamSamPredictPostParamsWithTimeout creates a new APISamPredictSamSamPredictPostParams object with the ability to set a timeout on a request.

func (*APISamPredictSamSamPredictPostParams) SetBody ¶

SetBody adds the body to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) SetContext ¶

SetContext adds the context to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) SetDefaults ¶

func (o *APISamPredictSamSamPredictPostParams) SetDefaults()

SetDefaults hydrates default values in the api sam predict sam sam predict post params (not the query body).

All values with no default are reset to their zero value.

func (*APISamPredictSamSamPredictPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) WithBody ¶

WithBody adds the body to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) WithContext ¶

WithContext adds the context to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api sam predict sam sam predict post params (not the query body).

All values with no default are reset to their zero value.

func (*APISamPredictSamSamPredictPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api sam predict sam sam predict post params

func (*APISamPredictSamSamPredictPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APISamPredictSamSamPredictPostReader ¶

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

APISamPredictSamSamPredictPostReader is a Reader for the APISamPredictSamSamPredictPost structure.

func (*APISamPredictSamSamPredictPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type APISamPredictSamSamPredictPostUnprocessableEntity ¶

type APISamPredictSamSamPredictPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APISamPredictSamSamPredictPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPISamPredictSamSamPredictPostUnprocessableEntity ¶

func NewAPISamPredictSamSamPredictPostUnprocessableEntity() *APISamPredictSamSamPredictPostUnprocessableEntity

NewAPISamPredictSamSamPredictPostUnprocessableEntity creates a APISamPredictSamSamPredictPostUnprocessableEntity with default headers values

func (*APISamPredictSamSamPredictPostUnprocessableEntity) Code ¶

Code gets the status code for the api sam predict sam sam predict post unprocessable entity response

func (*APISamPredictSamSamPredictPostUnprocessableEntity) Error ¶

func (*APISamPredictSamSamPredictPostUnprocessableEntity) GetPayload ¶

func (*APISamPredictSamSamPredictPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api sam predict sam sam predict post unprocessable entity response has a 4xx status code

func (*APISamPredictSamSamPredictPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api sam predict sam sam predict post unprocessable entity response a status code equal to that given

func (*APISamPredictSamSamPredictPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api sam predict sam sam predict post unprocessable entity response has a 3xx status code

func (*APISamPredictSamSamPredictPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api sam predict sam sam predict post unprocessable entity response has a 5xx status code

func (*APISamPredictSamSamPredictPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api sam predict sam sam predict post unprocessable entity response has a 2xx status code

func (*APISamPredictSamSamPredictPostUnprocessableEntity) String ¶

type APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK ¶

type APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK struct {
	Payload interface{}
}

APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK describes a response with status code 200, with default header values.

Successful Response

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK ¶

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK() *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK

NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK creates a APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK with default headers values

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) Code ¶

Code gets the status code for the api set send img path infinite image browsing gen info completed get o k response

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) Error ¶

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) GetPayload ¶

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) IsClientError ¶

IsClientError returns true when this api set send img path infinite image browsing gen info completed get o k response has a 4xx status code

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) IsCode ¶

IsCode returns true when this api set send img path infinite image browsing gen info completed get o k response a status code equal to that given

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) IsRedirect ¶

IsRedirect returns true when this api set send img path infinite image browsing gen info completed get o k response has a 3xx status code

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) IsServerError ¶

IsServerError returns true when this api set send img path infinite image browsing gen info completed get o k response has a 5xx status code

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) IsSuccess ¶

IsSuccess returns true when this api set send img path infinite image browsing gen info completed get o k response has a 2xx status code

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK) String ¶

type APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams ¶

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

APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams contains all the parameters to send to the API endpoint

for the api set send img path infinite image browsing gen info completed get operation.

Typically these are written to a http.Request.

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams ¶

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams() *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams

NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams creates a new APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithContext ¶

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithContext(ctx context.Context) *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams

NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithContext creates a new APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams object with the ability to set a context for a request.

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithHTTPClient ¶

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithHTTPClient(client *http.Client) *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams

NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithHTTPClient creates a new APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams object with the ability to set a custom HTTPClient for a request.

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithTimeout ¶

func NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithTimeout(timeout time.Duration) *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams

NewAPISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParamsWithTimeout creates a new APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams object with the ability to set a timeout on a request.

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) SetContext ¶

SetContext adds the context to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) SetDefaults ¶

SetDefaults hydrates default values in the api set send img path infinite image browsing gen info completed get params (not the query body).

All values with no default are reset to their zero value.

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) SetTimeout ¶

SetTimeout adds the timeout to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) WithContext ¶

WithContext adds the context to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) WithDefaults ¶

WithDefaults hydrates default values in the api set send img path infinite image browsing gen info completed get params (not the query body).

All values with no default are reset to their zero value.

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) WithTimeout ¶

WithTimeout adds the timeout to the api set send img path infinite image browsing gen info completed get params

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetReader ¶

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

APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetReader is a Reader for the APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGet structure.

func (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError ¶ added in v0.2.3

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError struct {
	Payload *models.HTTPException
}

APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError ¶ added in v0.2.3

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError() *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError creates a APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError with default headers values

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the api set send img path infinite image browsing send img path post internal server error response

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) Error ¶ added in v0.2.3

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this api set send img path infinite image browsing send img path post internal server error response has a 4xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this api set send img path infinite image browsing send img path post internal server error response a status code equal to that given

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this api set send img path infinite image browsing send img path post internal server error response has a 3xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this api set send img path infinite image browsing send img path post internal server error response has a 5xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this api set send img path infinite image browsing send img path post internal server error response has a 2xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostInternalServerError) String ¶ added in v0.2.3

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK ¶

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK struct {
	Payload interface{}
}

APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK() *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK creates a APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK with default headers values

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) Code ¶

Code gets the status code for the api set send img path infinite image browsing send img path post o k response

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) Error ¶

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) GetPayload ¶

func (o *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) GetPayload() interface{}

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) IsClientError ¶

IsClientError returns true when this api set send img path infinite image browsing send img path post o k response has a 4xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) IsCode ¶

IsCode returns true when this api set send img path infinite image browsing send img path post o k response a status code equal to that given

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) IsRedirect ¶

IsRedirect returns true when this api set send img path infinite image browsing send img path post o k response has a 3xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) IsServerError ¶

IsServerError returns true when this api set send img path infinite image browsing send img path post o k response has a 5xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) IsSuccess ¶

IsSuccess returns true when this api set send img path infinite image browsing send img path post o k response has a 2xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK) String ¶

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams ¶

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams struct {

	// Path.
	Path string

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

APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams contains all the parameters to send to the API endpoint

for the api set send img path infinite image browsing send img path post operation.

Typically these are written to a http.Request.

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams() *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams creates a new APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithContext ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithContext(ctx context.Context) *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithContext creates a new APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams object with the ability to set a context for a request.

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithHTTPClient ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithHTTPClient(client *http.Client) *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithHTTPClient creates a new APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams object with the ability to set a custom HTTPClient for a request.

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithTimeout ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithTimeout(timeout time.Duration) *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostParamsWithTimeout creates a new APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams object with the ability to set a timeout on a request.

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) SetContext ¶

SetContext adds the context to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) SetDefaults ¶

SetDefaults hydrates default values in the api set send img path infinite image browsing send img path post params (not the query body).

All values with no default are reset to their zero value.

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) SetPath ¶

SetPath adds the path to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) SetTimeout ¶

SetTimeout adds the timeout to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WithContext ¶

WithContext adds the context to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WithDefaults ¶

WithDefaults hydrates default values in the api set send img path infinite image browsing send img path post params (not the query body).

All values with no default are reset to their zero value.

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WithPath ¶

WithPath adds the path to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WithTimeout ¶

WithTimeout adds the timeout to the api set send img path infinite image browsing send img path post params

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostReader ¶

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

APISetSendImgPathInfiniteImageBrowsingSendImgPathPostReader is a Reader for the APISetSendImgPathInfiniteImageBrowsingSendImgPathPost structure.

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity ¶

type APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity ¶

func NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity() *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity

NewAPISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity creates a APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity with default headers values

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) Code ¶

Code gets the status code for the api set send img path infinite image browsing send img path post unprocessable entity response

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) Error ¶

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) GetPayload ¶

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this api set send img path infinite image browsing send img path post unprocessable entity response has a 4xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) IsCode ¶

IsCode returns true when this api set send img path infinite image browsing send img path post unprocessable entity response a status code equal to that given

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this api set send img path infinite image browsing send img path post unprocessable entity response has a 3xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this api set send img path infinite image browsing send img path post unprocessable entity response has a 5xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this api set send img path infinite image browsing send img path post unprocessable entity response has a 2xx status code

func (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostUnprocessableEntity) String ¶

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError ¶ added in v0.2.3

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError struct {
	Payload *models.HTTPException
}

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError ¶ added in v0.2.3

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError() *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError creates a AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError with default headers values

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the add custom tag infinite image browsing db add custom tag post internal server error response

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) Error ¶ added in v0.2.3

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this add custom tag infinite image browsing db add custom tag post internal server error response has a 4xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this add custom tag infinite image browsing db add custom tag post internal server error response a status code equal to that given

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this add custom tag infinite image browsing db add custom tag post internal server error response has a 3xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this add custom tag infinite image browsing db add custom tag post internal server error response has a 5xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this add custom tag infinite image browsing db add custom tag post internal server error response has a 2xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostInternalServerError) String ¶ added in v0.2.3

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK ¶

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK struct {
	Payload interface{}
}

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK describes a response with status code 200, with default header values.

Successful Response

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK() *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK creates a AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK with default headers values

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) Code ¶

Code gets the status code for the add custom tag infinite image browsing db add custom tag post o k response

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) Error ¶

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) GetPayload ¶

func (o *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) GetPayload() interface{}

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) IsClientError ¶

IsClientError returns true when this add custom tag infinite image browsing db add custom tag post o k response has a 4xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) IsCode ¶

IsCode returns true when this add custom tag infinite image browsing db add custom tag post o k response a status code equal to that given

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) IsRedirect ¶

IsRedirect returns true when this add custom tag infinite image browsing db add custom tag post o k response has a 3xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) IsServerError ¶

IsServerError returns true when this add custom tag infinite image browsing db add custom tag post o k response has a 5xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) IsSuccess ¶

IsSuccess returns true when this add custom tag infinite image browsing db add custom tag post o k response has a 2xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK) String ¶

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams ¶

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams struct {

	// Body.
	Body *models.AddCustomTagReq

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

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams contains all the parameters to send to the API endpoint

for the add custom tag infinite image browsing db add custom tag post operation.

Typically these are written to a http.Request.

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams() *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams creates a new AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithContext ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithContext(ctx context.Context) *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithContext creates a new AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams object with the ability to set a context for a request.

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithHTTPClient ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithHTTPClient(client *http.Client) *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithHTTPClient creates a new AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams object with the ability to set a custom HTTPClient for a request.

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithTimeout ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithTimeout(timeout time.Duration) *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParamsWithTimeout creates a new AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams object with the ability to set a timeout on a request.

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) SetBody ¶

SetBody adds the body to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) SetContext ¶

SetContext adds the context to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) SetDefaults ¶

SetDefaults hydrates default values in the add custom tag infinite image browsing db add custom tag post params (not the query body).

All values with no default are reset to their zero value.

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) SetTimeout ¶

SetTimeout adds the timeout to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WithBody ¶

WithBody adds the body to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WithContext ¶

WithContext adds the context to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WithDefaults ¶

WithDefaults hydrates default values in the add custom tag infinite image browsing db add custom tag post params (not the query body).

All values with no default are reset to their zero value.

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WithTimeout ¶

WithTimeout adds the timeout to the add custom tag infinite image browsing db add custom tag post params

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostReader ¶

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

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostReader is a Reader for the AddCustomTagInfiniteImageBrowsingDbAddCustomTagPost structure.

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity ¶

type AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity ¶

func NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity() *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity

NewAddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity creates a AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity with default headers values

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) Code ¶

Code gets the status code for the add custom tag infinite image browsing db add custom tag post unprocessable entity response

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) Error ¶

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) GetPayload ¶

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this add custom tag infinite image browsing db add custom tag post unprocessable entity response has a 4xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) IsCode ¶

IsCode returns true when this add custom tag infinite image browsing db add custom tag post unprocessable entity response a status code equal to that given

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this add custom tag infinite image browsing db add custom tag post unprocessable entity response has a 3xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this add custom tag infinite image browsing db add custom tag post unprocessable entity response has a 5xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this add custom tag infinite image browsing db add custom tag post unprocessable entity response has a 2xx status code

func (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostUnprocessableEntity) String ¶

type AppIDAppIDGetOK ¶

type AppIDAppIDGetOK struct {
	Payload interface{}
}

AppIDAppIDGetOK describes a response with status code 200, with default header values.

Successful Response

func NewAppIDAppIDGetOK ¶

func NewAppIDAppIDGetOK() *AppIDAppIDGetOK

NewAppIDAppIDGetOK creates a AppIDAppIDGetOK with default headers values

func (*AppIDAppIDGetOK) Code ¶

func (o *AppIDAppIDGetOK) Code() int

Code gets the status code for the app Id app Id get o k response

func (*AppIDAppIDGetOK) Error ¶

func (o *AppIDAppIDGetOK) Error() string

func (*AppIDAppIDGetOK) GetPayload ¶

func (o *AppIDAppIDGetOK) GetPayload() interface{}

func (*AppIDAppIDGetOK) IsClientError ¶

func (o *AppIDAppIDGetOK) IsClientError() bool

IsClientError returns true when this app Id app Id get o k response has a 4xx status code

func (*AppIDAppIDGetOK) IsCode ¶

func (o *AppIDAppIDGetOK) IsCode(code int) bool

IsCode returns true when this app Id app Id get o k response a status code equal to that given

func (*AppIDAppIDGetOK) IsRedirect ¶

func (o *AppIDAppIDGetOK) IsRedirect() bool

IsRedirect returns true when this app Id app Id get o k response has a 3xx status code

func (*AppIDAppIDGetOK) IsServerError ¶

func (o *AppIDAppIDGetOK) IsServerError() bool

IsServerError returns true when this app Id app Id get o k response has a 5xx status code

func (*AppIDAppIDGetOK) IsSuccess ¶

func (o *AppIDAppIDGetOK) IsSuccess() bool

IsSuccess returns true when this app Id app Id get o k response has a 2xx status code

func (*AppIDAppIDGetOK) String ¶

func (o *AppIDAppIDGetOK) String() string

type AppIDAppIDGetParams ¶

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

AppIDAppIDGetParams contains all the parameters to send to the API endpoint

for the app id app id get operation.

Typically these are written to a http.Request.

func NewAppIDAppIDGetParams ¶

func NewAppIDAppIDGetParams() *AppIDAppIDGetParams

NewAppIDAppIDGetParams creates a new AppIDAppIDGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewAppIDAppIDGetParamsWithContext ¶

func NewAppIDAppIDGetParamsWithContext(ctx context.Context) *AppIDAppIDGetParams

NewAppIDAppIDGetParamsWithContext creates a new AppIDAppIDGetParams object with the ability to set a context for a request.

func NewAppIDAppIDGetParamsWithHTTPClient ¶

func NewAppIDAppIDGetParamsWithHTTPClient(client *http.Client) *AppIDAppIDGetParams

NewAppIDAppIDGetParamsWithHTTPClient creates a new AppIDAppIDGetParams object with the ability to set a custom HTTPClient for a request.

func NewAppIDAppIDGetParamsWithTimeout ¶

func NewAppIDAppIDGetParamsWithTimeout(timeout time.Duration) *AppIDAppIDGetParams

NewAppIDAppIDGetParamsWithTimeout creates a new AppIDAppIDGetParams object with the ability to set a timeout on a request.

func (*AppIDAppIDGetParams) SetContext ¶

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

SetContext adds the context to the app id app id get params

func (*AppIDAppIDGetParams) SetDefaults ¶

func (o *AppIDAppIDGetParams) SetDefaults()

SetDefaults hydrates default values in the app id app id get params (not the query body).

All values with no default are reset to their zero value.

func (*AppIDAppIDGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the app id app id get params

func (*AppIDAppIDGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the app id app id get params

func (*AppIDAppIDGetParams) WithContext ¶

WithContext adds the context to the app id app id get params

func (*AppIDAppIDGetParams) WithDefaults ¶

func (o *AppIDAppIDGetParams) WithDefaults() *AppIDAppIDGetParams

WithDefaults hydrates default values in the app id app id get params (not the query body).

All values with no default are reset to their zero value.

func (*AppIDAppIDGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the app id app id get params

func (*AppIDAppIDGetParams) WithTimeout ¶

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

WithTimeout adds the timeout to the app id app id get params

func (*AppIDAppIDGetParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type AppIDAppIDGetReader ¶

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

AppIDAppIDGetReader is a Reader for the AppIDAppIDGet structure.

func (*AppIDAppIDGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type BuildResourceAssetsPathGetOK ¶

type BuildResourceAssetsPathGetOK struct {
	Payload interface{}
}

BuildResourceAssetsPathGetOK describes a response with status code 200, with default header values.

Successful Response

func NewBuildResourceAssetsPathGetOK ¶

func NewBuildResourceAssetsPathGetOK() *BuildResourceAssetsPathGetOK

NewBuildResourceAssetsPathGetOK creates a BuildResourceAssetsPathGetOK with default headers values

func (*BuildResourceAssetsPathGetOK) Code ¶

Code gets the status code for the build resource assets path get o k response

func (*BuildResourceAssetsPathGetOK) Error ¶

func (*BuildResourceAssetsPathGetOK) GetPayload ¶

func (o *BuildResourceAssetsPathGetOK) GetPayload() interface{}

func (*BuildResourceAssetsPathGetOK) IsClientError ¶

func (o *BuildResourceAssetsPathGetOK) IsClientError() bool

IsClientError returns true when this build resource assets path get o k response has a 4xx status code

func (*BuildResourceAssetsPathGetOK) IsCode ¶

func (o *BuildResourceAssetsPathGetOK) IsCode(code int) bool

IsCode returns true when this build resource assets path get o k response a status code equal to that given

func (*BuildResourceAssetsPathGetOK) IsRedirect ¶

func (o *BuildResourceAssetsPathGetOK) IsRedirect() bool

IsRedirect returns true when this build resource assets path get o k response has a 3xx status code

func (*BuildResourceAssetsPathGetOK) IsServerError ¶

func (o *BuildResourceAssetsPathGetOK) IsServerError() bool

IsServerError returns true when this build resource assets path get o k response has a 5xx status code

func (*BuildResourceAssetsPathGetOK) IsSuccess ¶

func (o *BuildResourceAssetsPathGetOK) IsSuccess() bool

IsSuccess returns true when this build resource assets path get o k response has a 2xx status code

func (*BuildResourceAssetsPathGetOK) String ¶

type BuildResourceAssetsPathGetParams ¶

type BuildResourceAssetsPathGetParams struct {

	// Path.
	Path string

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

BuildResourceAssetsPathGetParams contains all the parameters to send to the API endpoint

for the build resource assets path get operation.

Typically these are written to a http.Request.

func NewBuildResourceAssetsPathGetParams ¶

func NewBuildResourceAssetsPathGetParams() *BuildResourceAssetsPathGetParams

NewBuildResourceAssetsPathGetParams creates a new BuildResourceAssetsPathGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewBuildResourceAssetsPathGetParamsWithContext ¶

func NewBuildResourceAssetsPathGetParamsWithContext(ctx context.Context) *BuildResourceAssetsPathGetParams

NewBuildResourceAssetsPathGetParamsWithContext creates a new BuildResourceAssetsPathGetParams object with the ability to set a context for a request.

func NewBuildResourceAssetsPathGetParamsWithHTTPClient ¶

func NewBuildResourceAssetsPathGetParamsWithHTTPClient(client *http.Client) *BuildResourceAssetsPathGetParams

NewBuildResourceAssetsPathGetParamsWithHTTPClient creates a new BuildResourceAssetsPathGetParams object with the ability to set a custom HTTPClient for a request.

func NewBuildResourceAssetsPathGetParamsWithTimeout ¶

func NewBuildResourceAssetsPathGetParamsWithTimeout(timeout time.Duration) *BuildResourceAssetsPathGetParams

NewBuildResourceAssetsPathGetParamsWithTimeout creates a new BuildResourceAssetsPathGetParams object with the ability to set a timeout on a request.

func (*BuildResourceAssetsPathGetParams) SetContext ¶

SetContext adds the context to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) SetDefaults ¶

func (o *BuildResourceAssetsPathGetParams) SetDefaults()

SetDefaults hydrates default values in the build resource assets path get params (not the query body).

All values with no default are reset to their zero value.

func (*BuildResourceAssetsPathGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) SetPath ¶

func (o *BuildResourceAssetsPathGetParams) SetPath(path string)

SetPath adds the path to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) WithContext ¶

WithContext adds the context to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) WithDefaults ¶

WithDefaults hydrates default values in the build resource assets path get params (not the query body).

All values with no default are reset to their zero value.

func (*BuildResourceAssetsPathGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) WithPath ¶

WithPath adds the path to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) WithTimeout ¶

WithTimeout adds the timeout to the build resource assets path get params

func (*BuildResourceAssetsPathGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type BuildResourceAssetsPathGetReader ¶

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

BuildResourceAssetsPathGetReader is a Reader for the BuildResourceAssetsPathGet structure.

func (*BuildResourceAssetsPathGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type BuildResourceAssetsPathGetUnprocessableEntity ¶

type BuildResourceAssetsPathGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

BuildResourceAssetsPathGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewBuildResourceAssetsPathGetUnprocessableEntity ¶

func NewBuildResourceAssetsPathGetUnprocessableEntity() *BuildResourceAssetsPathGetUnprocessableEntity

NewBuildResourceAssetsPathGetUnprocessableEntity creates a BuildResourceAssetsPathGetUnprocessableEntity with default headers values

func (*BuildResourceAssetsPathGetUnprocessableEntity) Code ¶

Code gets the status code for the build resource assets path get unprocessable entity response

func (*BuildResourceAssetsPathGetUnprocessableEntity) Error ¶

func (*BuildResourceAssetsPathGetUnprocessableEntity) GetPayload ¶

func (*BuildResourceAssetsPathGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this build resource assets path get unprocessable entity response has a 4xx status code

func (*BuildResourceAssetsPathGetUnprocessableEntity) IsCode ¶

IsCode returns true when this build resource assets path get unprocessable entity response a status code equal to that given

func (*BuildResourceAssetsPathGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this build resource assets path get unprocessable entity response has a 3xx status code

func (*BuildResourceAssetsPathGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this build resource assets path get unprocessable entity response has a 5xx status code

func (*BuildResourceAssetsPathGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this build resource assets path get unprocessable entity response has a 2xx status code

func (*BuildResourceAssetsPathGetUnprocessableEntity) String ¶

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError ¶ added in v0.2.3

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError struct {
	Payload *models.HTTPException
}

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError ¶ added in v0.2.3

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError() *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError creates a CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError with default headers values

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the check path exists infinite image browsing check path exists post internal server error response

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) Error ¶ added in v0.2.3

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this check path exists infinite image browsing check path exists post internal server error response has a 4xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this check path exists infinite image browsing check path exists post internal server error response a status code equal to that given

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this check path exists infinite image browsing check path exists post internal server error response has a 3xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this check path exists infinite image browsing check path exists post internal server error response has a 5xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this check path exists infinite image browsing check path exists post internal server error response has a 2xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostInternalServerError) String ¶ added in v0.2.3

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK ¶

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK struct {
	Payload interface{}
}

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK() *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK creates a CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK with default headers values

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) Code ¶

Code gets the status code for the check path exists infinite image browsing check path exists post o k response

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) Error ¶

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) GetPayload ¶

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) IsClientError ¶

IsClientError returns true when this check path exists infinite image browsing check path exists post o k response has a 4xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) IsCode ¶

IsCode returns true when this check path exists infinite image browsing check path exists post o k response a status code equal to that given

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) IsRedirect ¶

IsRedirect returns true when this check path exists infinite image browsing check path exists post o k response has a 3xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) IsServerError ¶

IsServerError returns true when this check path exists infinite image browsing check path exists post o k response has a 5xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) IsSuccess ¶

IsSuccess returns true when this check path exists infinite image browsing check path exists post o k response has a 2xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK) String ¶

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams ¶

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams struct {

	// Body.
	Body *models.CheckPathExistsReq

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

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams contains all the parameters to send to the API endpoint

for the check path exists infinite image browsing check path exists post operation.

Typically these are written to a http.Request.

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams() *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams creates a new CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithContext ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithContext(ctx context.Context) *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithContext creates a new CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams object with the ability to set a context for a request.

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithHTTPClient ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithHTTPClient(client *http.Client) *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithHTTPClient creates a new CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams object with the ability to set a custom HTTPClient for a request.

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithTimeout ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithTimeout(timeout time.Duration) *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParamsWithTimeout creates a new CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams object with the ability to set a timeout on a request.

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) SetBody ¶

SetBody adds the body to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) SetContext ¶

SetContext adds the context to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the check path exists infinite image browsing check path exists post params (not the query body).

All values with no default are reset to their zero value.

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WithBody ¶

WithBody adds the body to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WithContext ¶

WithContext adds the context to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the check path exists infinite image browsing check path exists post params (not the query body).

All values with no default are reset to their zero value.

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the check path exists infinite image browsing check path exists post params

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostReader ¶

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

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostReader is a Reader for the CheckPathExistsInfiniteImageBrowsingCheckPathExistsPost structure.

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity ¶

type CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity ¶

func NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity() *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity

NewCheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity creates a CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity with default headers values

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) Code ¶

Code gets the status code for the check path exists infinite image browsing check path exists post unprocessable entity response

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) Error ¶

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) GetPayload ¶

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this check path exists infinite image browsing check path exists post unprocessable entity response has a 4xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this check path exists infinite image browsing check path exists post unprocessable entity response a status code equal to that given

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this check path exists infinite image browsing check path exists post unprocessable entity response has a 3xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this check path exists infinite image browsing check path exists post unprocessable entity response has a 5xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this check path exists infinite image browsing check path exists post unprocessable entity response has a 2xx status code

func (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostUnprocessableEntity) String ¶

type Client ¶

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

Client for operations API

func (*Client) APICategoryMaskSamCategoryMaskPost ¶

func (a *Client) APICategoryMaskSamCategoryMaskPost(params *APICategoryMaskSamCategoryMaskPostParams, opts ...ClientOption) (*APICategoryMaskSamCategoryMaskPostOK, error)

APICategoryMaskSamCategoryMaskPost Apis category mask

func (*Client) APIControlnetSegSamControlnetSegPost ¶

func (a *Client) APIControlnetSegSamControlnetSegPost(params *APIControlnetSegSamControlnetSegPostParams, opts ...ClientOption) (*APIControlnetSegSamControlnetSegPostOK, error)

APIControlnetSegSamControlnetSegPost Apis controlnet seg

func (*Client) APIDilateMaskSamDilateMaskPost ¶

func (a *Client) APIDilateMaskSamDilateMaskPost(params *APIDilateMaskSamDilateMaskPostParams, opts ...ClientOption) (*APIDilateMaskSamDilateMaskPostOK, error)

APIDilateMaskSamDilateMaskPost Apis dilate mask

func (*Client) APIDinoPredictSamDinoPredictPost ¶

func (a *Client) APIDinoPredictSamDinoPredictPost(params *APIDinoPredictSamDinoPredictPostParams, opts ...ClientOption) (*APIDinoPredictSamDinoPredictPostOK, error)

APIDinoPredictSamDinoPredictPost Apis dino predict

func (*Client) APIInfoInfoGet ¶

func (a *Client) APIInfoInfoGet(params *APIInfoInfoGetParams, opts ...ClientOption) (*APIInfoInfoGetOK, error)

APIInfoInfoGet Apis info

func (*Client) APISamModelSamSamModelGet ¶

func (a *Client) APISamModelSamSamModelGet(params *APISamModelSamSamModelGetParams, opts ...ClientOption) (*APISamModelSamSamModelGetOK, error)

APISamModelSamSamModelGet Apis sam model

Query available SAM model

func (*Client) APISamPredictSamSamPredictPost ¶

func (a *Client) APISamPredictSamSamPredictPost(params *APISamPredictSamSamPredictPostParams, opts ...ClientOption) (*APISamPredictSamSamPredictPostOK, error)

APISamPredictSamSamPredictPost Apis sam predict

func (*Client) APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGet ¶

APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGet Apis set send img path

func (*Client) APISetSendImgPathInfiniteImageBrowsingSendImgPathPost ¶

func (a *Client) APISetSendImgPathInfiniteImageBrowsingSendImgPathPost(params *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams, opts ...ClientOption) (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK, error)

APISetSendImgPathInfiniteImageBrowsingSendImgPathPost Apis set send img path

func (*Client) AddCustomTagInfiniteImageBrowsingDbAddCustomTagPost ¶

func (a *Client) AddCustomTagInfiniteImageBrowsingDbAddCustomTagPost(params *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams, opts ...ClientOption) (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK, error)

AddCustomTagInfiniteImageBrowsingDbAddCustomTagPost adds custom tag

func (*Client) AppIDAppIDGet ¶

func (a *Client) AppIDAppIDGet(params *AppIDAppIDGetParams, opts ...ClientOption) (*AppIDAppIDGetOK, error)

AppIDAppIDGet apps Id

func (*Client) BuildResourceAssetsPathGet ¶

func (a *Client) BuildResourceAssetsPathGet(params *BuildResourceAssetsPathGetParams, opts ...ClientOption) (*BuildResourceAssetsPathGetOK, error)

BuildResourceAssetsPathGet builds resource

func (*Client) CheckPathExistsInfiniteImageBrowsingCheckPathExistsPost ¶

func (a *Client) CheckPathExistsInfiniteImageBrowsingCheckPathExistsPost(params *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams, opts ...ClientOption) (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK, error)

CheckPathExistsInfiniteImageBrowsingCheckPathExistsPost checks path exists

func (*Client) CopyFilesInfiniteImageBrowsingCopyFilesPost ¶

func (a *Client) CopyFilesInfiniteImageBrowsingCopyFilesPost(params *CopyFilesInfiniteImageBrowsingCopyFilesPostParams, opts ...ClientOption) (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK, error)

CopyFilesInfiniteImageBrowsingCopyFilesPost copies files

func (*Client) CreateEmbeddingSdapiV1CreateEmbeddingPost ¶

func (a *Client) CreateEmbeddingSdapiV1CreateEmbeddingPost(params *CreateEmbeddingSdapiV1CreateEmbeddingPostParams, opts ...ClientOption) (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK, error)

CreateEmbeddingSdapiV1CreateEmbeddingPost creates embedding

func (*Client) CreateFoldersInfiniteImageBrowsingMkdirsPost ¶

func (a *Client) CreateFoldersInfiniteImageBrowsingMkdirsPost(params *CreateFoldersInfiniteImageBrowsingMkdirsPostParams, opts ...ClientOption) (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK, error)

CreateFoldersInfiniteImageBrowsingMkdirsPost creates folders

func (*Client) CreateHypernetworkSdapiV1CreateHypernetworkPost ¶

func (a *Client) CreateHypernetworkSdapiV1CreateHypernetworkPost(params *CreateHypernetworkSdapiV1CreateHypernetworkPostParams, opts ...ClientOption) (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK, error)

CreateHypernetworkSdapiV1CreateHypernetworkPost creates hypernetwork

func (*Client) CreateScannedPathInfiniteImageBrowsingDbScannedPathsPost ¶

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPost creates scanned path

func (*Client) DeleteFilesInfiniteImageBrowsingDeleteFilesPost ¶

func (a *Client) DeleteFilesInfiniteImageBrowsingDeleteFilesPost(params *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams, opts ...ClientOption) (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK, error)

DeleteFilesInfiniteImageBrowsingDeleteFilesPost deletes files

func (*Client) DeoldifyImageDeoldifyImagePost ¶

func (a *Client) DeoldifyImageDeoldifyImagePost(params *DeoldifyImageDeoldifyImagePostParams, opts ...ClientOption) (*DeoldifyImageDeoldifyImagePostOK, error)

DeoldifyImageDeoldifyImagePost deoldifies image

func (*Client) DetectControlnetDetectPost ¶

func (a *Client) DetectControlnetDetectPost(params *DetectControlnetDetectPostParams, opts ...ClientOption) (*DetectControlnetDetectPostOK, error)

DetectControlnetDetectPost detects

func (*Client) ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPost ¶

func (a *Client) ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPost(params *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams, opts ...ClientOption) (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK, error)

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPost extras batch images Api

func (*Client) ExtrasSingleImageAPISdapiV1ExtraSingleImagePost ¶

func (a *Client) ExtrasSingleImageAPISdapiV1ExtraSingleImagePost(params *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams, opts ...ClientOption) (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK, error)

ExtrasSingleImageAPISdapiV1ExtraSingleImagePost extras single image Api

func (*Client) FaviconFaviconIcoGet ¶

func (a *Client) FaviconFaviconIcoGet(params *FaviconFaviconIcoGetParams, opts ...ClientOption) (*FaviconFaviconIcoGetOK, error)

FaviconFaviconIcoGet favicons

func (*Client) FetchFileSdExtraNetworksThumbGet ¶

func (a *Client) FetchFileSdExtraNetworksThumbGet(params *FetchFileSdExtraNetworksThumbGetParams, opts ...ClientOption) (*FetchFileSdExtraNetworksThumbGetOK, error)

FetchFileSdExtraNetworksThumbGet fetches file

func (*Client) FileDeprecatedFilePathGet ¶

func (a *Client) FileDeprecatedFilePathGet(params *FileDeprecatedFilePathGetParams, opts ...ClientOption) (*FileDeprecatedFilePathGetOK, error)

FileDeprecatedFilePathGet files deprecated

func (*Client) FileFilePathOrURLGet ¶

func (a *Client) FileFilePathOrURLGet(params *FileFilePathOrURLGetParams, opts ...ClientOption) (*FileFilePathOrURLGetOK, error)

FileFilePathOrURLGet files

func (*Client) FileFilePathOrURLHead ¶

func (a *Client) FileFilePathOrURLHead(params *FileFilePathOrURLHeadParams, opts ...ClientOption) (*FileFilePathOrURLHeadOK, error)

FileFilePathOrURLHead files

func (*Client) GetCmdFlagsSdapiV1CmdFlagsGet ¶

func (a *Client) GetCmdFlagsSdapiV1CmdFlagsGet(params *GetCmdFlagsSdapiV1CmdFlagsGetParams, opts ...ClientOption) (*GetCmdFlagsSdapiV1CmdFlagsGetOK, error)

GetCmdFlagsSdapiV1CmdFlagsGet gets cmd flags

func (*Client) GetConfigConfigGet ¶

func (a *Client) GetConfigConfigGet(params *GetConfigConfigGetParams, opts ...ClientOption) (*GetConfigConfigGetOK, error)

GetConfigConfigGet gets config

func (*Client) GetConfigSdapiV1OptionsGet ¶

func (a *Client) GetConfigSdapiV1OptionsGet(params *GetConfigSdapiV1OptionsGetParams, opts ...ClientOption) (*GetConfigSdapiV1OptionsGetOK, error)

GetConfigSdapiV1OptionsGet gets config

func (*Client) GetCurrentUserUserGet ¶

func (a *Client) GetCurrentUserUserGet(params *GetCurrentUserUserGetParams, opts ...ClientOption) (*GetCurrentUserUserGetOK, error)

GetCurrentUserUserGet gets current user

func (*Client) GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGet ¶

func (a *Client) GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGet(params *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams, opts ...ClientOption) (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK, error)

GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGet gets db basic info

func (*Client) GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGet ¶

func (a *Client) GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGet(params *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams, opts ...ClientOption) (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK, error)

GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGet gets db expired

func (*Client) GetEmbeddingsSdapiV1EmbeddingsGet ¶

func (a *Client) GetEmbeddingsSdapiV1EmbeddingsGet(params *GetEmbeddingsSdapiV1EmbeddingsGetParams, opts ...ClientOption) (*GetEmbeddingsSdapiV1EmbeddingsGetOK, error)

GetEmbeddingsSdapiV1EmbeddingsGet gets embeddings

func (*Client) GetFaceRestorersSdapiV1FaceRestorersGet ¶

func (a *Client) GetFaceRestorersSdapiV1FaceRestorersGet(params *GetFaceRestorersSdapiV1FaceRestorersGetParams, opts ...ClientOption) (*GetFaceRestorersSdapiV1FaceRestorersGetOK, error)

GetFaceRestorersSdapiV1FaceRestorersGet gets face restorers

func (*Client) GetFileInfiniteImageBrowsingFileGet ¶

func (a *Client) GetFileInfiniteImageBrowsingFileGet(params *GetFileInfiniteImageBrowsingFileGetParams, opts ...ClientOption) (*GetFileInfiniteImageBrowsingFileGetOK, error)

GetFileInfiniteImageBrowsingFileGet gets file

func (*Client) GetHypernetworksSdapiV1HypernetworksGet ¶

func (a *Client) GetHypernetworksSdapiV1HypernetworksGet(params *GetHypernetworksSdapiV1HypernetworksGetParams, opts ...ClientOption) (*GetHypernetworksSdapiV1HypernetworksGetOK, error)

GetHypernetworksSdapiV1HypernetworksGet gets hypernetworks

func (*Client) GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGet ¶

GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGet gets img selected custom tag

func (*Client) GetImgTagsInfiniteImageBrowsingDbGetImageTagsPost ¶

func (a *Client) GetImgTagsInfiniteImageBrowsingDbGetImageTagsPost(params *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams, opts ...ClientOption) (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK, error)

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPost gets img tags

func (*Client) GetLatentUpscaleModesSdapiV1LatentUpscaleModesGet ¶

func (a *Client) GetLatentUpscaleModesSdapiV1LatentUpscaleModesGet(params *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams, opts ...ClientOption) (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK, error)

GetLatentUpscaleModesSdapiV1LatentUpscaleModesGet gets latent upscale modes

func (*Client) GetLorasSdapiV1LorasGet ¶

func (a *Client) GetLorasSdapiV1LorasGet(params *GetLorasSdapiV1LorasGetParams, opts ...ClientOption) (*GetLorasSdapiV1LorasGetOK, error)

GetLorasSdapiV1LorasGet gets loras

func (*Client) GetLycosSdapiV1LycosGet ¶

func (a *Client) GetLycosSdapiV1LycosGet(params *GetLycosSdapiV1LycosGetParams, opts ...ClientOption) (*GetLycosSdapiV1LycosGetOK, error)

GetLycosSdapiV1LycosGet gets lycos

func (*Client) GetMemorySdapiV1MemoryGet ¶

func (a *Client) GetMemorySdapiV1MemoryGet(params *GetMemorySdapiV1MemoryGetParams, opts ...ClientOption) (*GetMemorySdapiV1MemoryGetOK, error)

GetMemorySdapiV1MemoryGet gets memory

func (*Client) GetMetadataSdExtraNetworksMetadataGet ¶

func (a *Client) GetMetadataSdExtraNetworksMetadataGet(params *GetMetadataSdExtraNetworksMetadataGetParams, opts ...ClientOption) (*GetMetadataSdExtraNetworksMetadataGetOK, error)

GetMetadataSdExtraNetworksMetadataGet gets metadata

func (*Client) GetPromptStylesSdapiV1PromptStylesGet ¶

func (a *Client) GetPromptStylesSdapiV1PromptStylesGet(params *GetPromptStylesSdapiV1PromptStylesGetParams, opts ...ClientOption) (*GetPromptStylesSdapiV1PromptStylesGetOK, error)

GetPromptStylesSdapiV1PromptStylesGet gets prompt styles

func (*Client) GetQueueStatusQueueStatusGet ¶

func (a *Client) GetQueueStatusQueueStatusGet(params *GetQueueStatusQueueStatusGetParams, opts ...ClientOption) (*GetQueueStatusQueueStatusGetOK, error)

GetQueueStatusQueueStatusGet gets queue status

func (*Client) GetRealesrganModelsSdapiV1RealesrganModelsGet ¶

func (a *Client) GetRealesrganModelsSdapiV1RealesrganModelsGet(params *GetRealesrganModelsSdapiV1RealesrganModelsGetParams, opts ...ClientOption) (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK, error)

GetRealesrganModelsSdapiV1RealesrganModelsGet gets realesrgan models

func (*Client) GetSamplersSdapiV1SamplersGet ¶

func (a *Client) GetSamplersSdapiV1SamplersGet(params *GetSamplersSdapiV1SamplersGetParams, opts ...ClientOption) (*GetSamplersSdapiV1SamplersGetOK, error)

GetSamplersSdapiV1SamplersGet gets samplers

func (*Client) GetScriptInfoSdapiV1ScriptInfoGet ¶

func (a *Client) GetScriptInfoSdapiV1ScriptInfoGet(params *GetScriptInfoSdapiV1ScriptInfoGetParams, opts ...ClientOption) (*GetScriptInfoSdapiV1ScriptInfoGetOK, error)

GetScriptInfoSdapiV1ScriptInfoGet gets script info

func (*Client) GetScriptsListSdapiV1ScriptsGet ¶

func (a *Client) GetScriptsListSdapiV1ScriptsGet(params *GetScriptsListSdapiV1ScriptsGetParams, opts ...ClientOption) (*GetScriptsListSdapiV1ScriptsGetOK, error)

GetScriptsListSdapiV1ScriptsGet gets scripts list

func (*Client) GetSdModelsSdapiV1SdModelsGet ¶

func (a *Client) GetSdModelsSdapiV1SdModelsGet(params *GetSdModelsSdapiV1SdModelsGetParams, opts ...ClientOption) (*GetSdModelsSdapiV1SdModelsGetOK, error)

GetSdModelsSdapiV1SdModelsGet gets sd models

func (*Client) GetSdVaesSdapiV1SdVaeGet ¶

func (a *Client) GetSdVaesSdapiV1SdVaeGet(params *GetSdVaesSdapiV1SdVaeGetParams, opts ...ClientOption) (*GetSdVaesSdapiV1SdVaeGetOK, error)

GetSdVaesSdapiV1SdVaeGet gets sd vaes

func (*Client) GetSingleCardSdExtraNetworksGetSingleCardGet ¶

func (a *Client) GetSingleCardSdExtraNetworksGetSingleCardGet(params *GetSingleCardSdExtraNetworksGetSingleCardGetParams, opts ...ClientOption) (*GetSingleCardSdExtraNetworksGetSingleCardGetOK, error)

GetSingleCardSdExtraNetworksGetSingleCardGet gets single card

func (*Client) GetTargetFloderFilesInfiniteImageBrowsingFilesGet ¶

func (a *Client) GetTargetFloderFilesInfiniteImageBrowsingFilesGet(params *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams, opts ...ClientOption) (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK, error)

GetTargetFloderFilesInfiniteImageBrowsingFilesGet gets target floder files

func (*Client) GetTokenTokenGet ¶

func (a *Client) GetTokenTokenGet(params *GetTokenTokenGetParams, opts ...ClientOption) (*GetTokenTokenGetOK, error)

GetTokenTokenGet gets token

func (*Client) GetUpscalersSdapiV1UpscalersGet ¶

func (a *Client) GetUpscalersSdapiV1UpscalersGet(params *GetUpscalersSdapiV1UpscalersGetParams, opts ...ClientOption) (*GetUpscalersSdapiV1UpscalersGetOK, error)

GetUpscalersSdapiV1UpscalersGet gets upscalers

func (*Client) GlobalSettingInfiniteImageBrowsingGlobalSettingGet ¶

func (a *Client) GlobalSettingInfiniteImageBrowsingGlobalSettingGet(params *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams, opts ...ClientOption) (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK, error)

GlobalSettingInfiniteImageBrowsingGlobalSettingGet globals setting

func (*Client) GreetingInfiniteImageBrowsingHelloGet ¶

func (a *Client) GreetingInfiniteImageBrowsingHelloGet(params *GreetingInfiniteImageBrowsingHelloGetParams, opts ...ClientOption) (*GreetingInfiniteImageBrowsingHelloGetOK, error)

GreetingInfiniteImageBrowsingHelloGet greetings

func (*Client) HeartbeatSamHeartbeatGet ¶

func (a *Client) HeartbeatSamHeartbeatGet(params *HeartbeatSamHeartbeatGetParams, opts ...ClientOption) (*HeartbeatSamHeartbeatGetOK, error)

HeartbeatSamHeartbeatGet heartbeats

func (*Client) ImageGeninfoInfiniteImageBrowsingImageGeninfoGet ¶

func (a *Client) ImageGeninfoInfiniteImageBrowsingImageGeninfoGet(params *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams, opts ...ClientOption) (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK, error)

ImageGeninfoInfiniteImageBrowsingImageGeninfoGet images geninfo

func (*Client) Img2imgapiSdapiV1Img2imgPost ¶

func (a *Client) Img2imgapiSdapiV1Img2imgPost(params *Img2imgapiSdapiV1Img2imgPostParams, opts ...ClientOption) (*Img2imgapiSdapiV1Img2imgPostOK, error)

Img2imgapiSdapiV1Img2imgPost img2s imgapi

func (*Client) IndexBdInfiniteImageBrowsingGet ¶

func (a *Client) IndexBdInfiniteImageBrowsingGet(params *IndexBdInfiniteImageBrowsingGetParams, opts ...ClientOption) (*IndexBdInfiniteImageBrowsingGetOK, error)

IndexBdInfiniteImageBrowsingGet indices bd

func (*Client) InterrogateapiSdapiV1InterrogatePost ¶

func (a *Client) InterrogateapiSdapiV1InterrogatePost(params *InterrogateapiSdapiV1InterrogatePostParams, opts ...ClientOption) (*InterrogateapiSdapiV1InterrogatePostOK, error)

InterrogateapiSdapiV1InterrogatePost interrogateapis

func (*Client) InterruptapiSdapiV1InterruptPost ¶

func (a *Client) InterruptapiSdapiV1InterruptPost(params *InterruptapiSdapiV1InterruptPostParams, opts ...ClientOption) (*InterruptapiSdapiV1InterruptPostOK, error)

InterruptapiSdapiV1InterruptPost interruptapis

func (*Client) LambdaInternalPingGet ¶

func (a *Client) LambdaInternalPingGet(params *LambdaInternalPingGetParams, opts ...ClientOption) (*LambdaInternalPingGetOK, error)

LambdaInternalPingGet lambdas

func (*Client) LambdaInternalProfileStartupGet ¶

func (a *Client) LambdaInternalProfileStartupGet(params *LambdaInternalProfileStartupGetParams, opts ...ClientOption) (*LambdaInternalProfileStartupGetOK, error)

LambdaInternalProfileStartupGet lambdas

func (*Client) LambdaInternalSysinfoDownloadGet ¶

func (a *Client) LambdaInternalSysinfoDownloadGet(params *LambdaInternalSysinfoDownloadGetParams, opts ...ClientOption) (*LambdaInternalSysinfoDownloadGetOK, error)

LambdaInternalSysinfoDownloadGet lambdas

func (*Client) LoginCheckLoginCheckGet ¶

func (a *Client) LoginCheckLoginCheckGet(params *LoginCheckLoginCheckGetParams, opts ...ClientOption) (*LoginCheckLoginCheckGetOK, error)

LoginCheckLoginCheckGet logins check

func (*Client) LoginLoginPost ¶

func (a *Client) LoginLoginPost(params *LoginLoginPostParams, opts ...ClientOption) (*LoginLoginPostOK, error)

LoginLoginPost logins

func (*Client) MainGet ¶

func (a *Client) MainGet(params *MainGetParams, opts ...ClientOption) (*MainGetOK, error)

MainGet mains

func (*Client) MainHead ¶

func (a *Client) MainHead(params *MainHeadParams, opts ...ClientOption) (*MainHeadOK, error)

MainHead mains

func (*Client) MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPost ¶

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPost matches image by tags

func (*Client) ModelListControlnetModelListGet ¶

func (a *Client) ModelListControlnetModelListGet(params *ModelListControlnetModelListGetParams, opts ...ClientOption) (*ModelListControlnetModelListGetOK, error)

ModelListControlnetModelListGet models list

func (*Client) ModuleListControlnetModuleListGet ¶

func (a *Client) ModuleListControlnetModuleListGet(params *ModuleListControlnetModuleListGetParams, opts ...ClientOption) (*ModuleListControlnetModuleListGetOK, error)

ModuleListControlnetModuleListGet modules list

func (*Client) MoveFilesInfiniteImageBrowsingMoveFilesPost ¶

func (a *Client) MoveFilesInfiniteImageBrowsingMoveFilesPost(params *MoveFilesInfiniteImageBrowsingMoveFilesPostParams, opts ...ClientOption) (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK, error)

MoveFilesInfiniteImageBrowsingMoveFilesPost moves files

func (*Client) OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPost ¶

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPost opens folder using explore

func (*Client) PnginfoapiSdapiV1PngInfoPost ¶

func (a *Client) PnginfoapiSdapiV1PngInfoPost(params *PnginfoapiSdapiV1PngInfoPostParams, opts ...ClientOption) (*PnginfoapiSdapiV1PngInfoPostOK, error)

PnginfoapiSdapiV1PngInfoPost pnginfoapis

func (*Client) PredictAPIAPINamePost ¶

func (a *Client) PredictAPIAPINamePost(params *PredictAPIAPINamePostParams, opts ...ClientOption) (*PredictAPIAPINamePostOK, error)

PredictAPIAPINamePost predicts

func (*Client) PredictRunAPINamePost ¶

func (a *Client) PredictRunAPINamePost(params *PredictRunAPINamePostParams, opts ...ClientOption) (*PredictRunAPINamePostOK, error)

PredictRunAPINamePost predicts

func (*Client) PreprocessSdapiV1PreprocessPost ¶

func (a *Client) PreprocessSdapiV1PreprocessPost(params *PreprocessSdapiV1PreprocessPostParams, opts ...ClientOption) (*PreprocessSdapiV1PreprocessPostOK, error)

PreprocessSdapiV1PreprocessPost preprocesses

func (*Client) ProgressapiInternalProgressPost ¶

func (a *Client) ProgressapiInternalProgressPost(params *ProgressapiInternalProgressPostParams, opts ...ClientOption) (*ProgressapiInternalProgressPostOK, error)

ProgressapiInternalProgressPost progressapis

func (*Client) ProgressapiSdapiV1ProgressGet ¶

func (a *Client) ProgressapiSdapiV1ProgressGet(params *ProgressapiSdapiV1ProgressGetParams, opts ...ClientOption) (*ProgressapiSdapiV1ProgressGetOK, error)

ProgressapiSdapiV1ProgressGet progressapis

func (*Client) QuicksettingsHintInternalQuicksettingsHintGet ¶

func (a *Client) QuicksettingsHintInternalQuicksettingsHintGet(params *QuicksettingsHintInternalQuicksettingsHintGetParams, opts ...ClientOption) (*QuicksettingsHintInternalQuicksettingsHintGetOK, error)

QuicksettingsHintInternalQuicksettingsHintGet quicksettings hint

func (*Client) ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGet ¶

func (a *Client) ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGet(params *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams, opts ...ClientOption) (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK, error)

ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGet reads scanned paths

func (*Client) RefreshCheckpointsSdapiV1RefreshCheckpointsPost ¶

func (a *Client) RefreshCheckpointsSdapiV1RefreshCheckpointsPost(params *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams, opts ...ClientOption) (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK, error)

RefreshCheckpointsSdapiV1RefreshCheckpointsPost refreshes checkpoints

func (*Client) RefreshLorasSdapiV1RefreshLorasPost ¶

func (a *Client) RefreshLorasSdapiV1RefreshLorasPost(params *RefreshLorasSdapiV1RefreshLorasPostParams, opts ...ClientOption) (*RefreshLorasSdapiV1RefreshLorasPostOK, error)

RefreshLorasSdapiV1RefreshLorasPost refreshes loras

func (*Client) RefreshLycosSdapiV1RefreshLycosPost ¶

func (a *Client) RefreshLycosSdapiV1RefreshLycosPost(params *RefreshLycosSdapiV1RefreshLycosPostParams, opts ...ClientOption) (*RefreshLycosSdapiV1RefreshLycosPostOK, error)

RefreshLycosSdapiV1RefreshLycosPost refreshes lycos

func (*Client) ReloadapiSdapiV1ReloadCheckpointPost ¶

func (a *Client) ReloadapiSdapiV1ReloadCheckpointPost(params *ReloadapiSdapiV1ReloadCheckpointPostParams, opts ...ClientOption) (*ReloadapiSdapiV1ReloadCheckpointPostOK, error)

ReloadapiSdapiV1ReloadCheckpointPost reloadapis

func (*Client) RembgRemoveRembgPost ¶

func (a *Client) RembgRemoveRembgPost(params *RembgRemoveRembgPostParams, opts ...ClientOption) (*RembgRemoveRembgPostOK, error)

RembgRemoveRembgPost rembgs remove

func (*Client) RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPost ¶

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPost removes custom tag from img

func (*Client) RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPost ¶

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPost removes custom tag

func (*Client) ResetIteratorResetPost ¶

func (a *Client) ResetIteratorResetPost(params *ResetIteratorResetPostParams, opts ...ClientOption) (*ResetIteratorResetPostOK, error)

ResetIteratorResetPost resets iterator

func (*Client) ReverseProxyProxyURLPathGet ¶

func (a *Client) ReverseProxyProxyURLPathGet(params *ReverseProxyProxyURLPathGetParams, opts ...ClientOption) (*ReverseProxyProxyURLPathGetOK, error)

ReverseProxyProxyURLPathGet reverses proxy

func (*Client) ReverseProxyProxyURLPathHead ¶

func (a *Client) ReverseProxyProxyURLPathHead(params *ReverseProxyProxyURLPathHeadParams, opts ...ClientOption) (*ReverseProxyProxyURLPathHeadOK, error)

ReverseProxyProxyURLPathHead reverses proxy

func (*Client) RobotsTxtRobotsTxtGet ¶

func (a *Client) RobotsTxtRobotsTxtGet(params *RobotsTxtRobotsTxtGetParams, opts ...ClientOption) (*RobotsTxtRobotsTxtGetOK, error)

RobotsTxtRobotsTxtGet robots txt

func (*Client) RoopImageRoopImagePost ¶ added in v0.3.0

func (a *Client) RoopImageRoopImagePost(params *RoopImageRoopImagePostParams, opts ...ClientOption) (*RoopImageRoopImagePostOK, error)

RoopImageRoopImagePost roops image

func (*Client) RoopModelsRoopModelsGet ¶ added in v0.3.0

func (a *Client) RoopModelsRoopModelsGet(params *RoopModelsRoopModelsGetParams, opts ...ClientOption) (*RoopModelsRoopModelsGetOK, error)

RoopModelsRoopModelsGet roops models

func (*Client) SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGet ¶

func (a *Client) SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGet(params *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams, opts ...ClientOption) (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK, error)

SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGet searches by substr

func (*Client) SetConfigSdapiV1OptionsPost ¶

func (a *Client) SetConfigSdapiV1OptionsPost(params *SetConfigSdapiV1OptionsPostParams, opts ...ClientOption) (*SetConfigSdapiV1OptionsPostOK, error)

SetConfigSdapiV1OptionsPost sets config

func (*Client) SetTransport ¶

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

SetTransport changes the transport on the client

func (*Client) SettingsControlnetSettingsGet ¶

func (a *Client) SettingsControlnetSettingsGet(params *SettingsControlnetSettingsGetParams, opts ...ClientOption) (*SettingsControlnetSettingsGetOK, error)

SettingsControlnetSettingsGet settings

func (*Client) ShutdownAppInfiniteImageBrowsingShutdownPost ¶

func (a *Client) ShutdownAppInfiniteImageBrowsingShutdownPost(params *ShutdownAppInfiniteImageBrowsingShutdownPostParams, opts ...ClientOption) (*ShutdownAppInfiniteImageBrowsingShutdownPostOK, error)

ShutdownAppInfiniteImageBrowsingShutdownPost shutdowns app

func (*Client) SkipSdapiV1SkipPost ¶

func (a *Client) SkipSdapiV1SkipPost(params *SkipSdapiV1SkipPostParams, opts ...ClientOption) (*SkipSdapiV1SkipPostOK, error)

SkipSdapiV1SkipPost skips

func (*Client) StartupEventsStartupEventsGet ¶

func (a *Client) StartupEventsStartupEventsGet(params *StartupEventsStartupEventsGetParams, opts ...ClientOption) (*StartupEventsStartupEventsGetOK, error)

StartupEventsStartupEventsGet startups events

func (*Client) StaticResourceStaticPathGet ¶

func (a *Client) StaticResourceStaticPathGet(params *StaticResourceStaticPathGetParams, opts ...ClientOption) (*StaticResourceStaticPathGetOK, error)

StaticResourceStaticPathGet statics resource

func (*Client) T2vAPIVersionT2vAPIVersionGet ¶

func (a *Client) T2vAPIVersionT2vAPIVersionGet(params *T2vAPIVersionT2vAPIVersionGetParams, opts ...ClientOption) (*T2vAPIVersionT2vAPIVersionGetOK, error)

T2vAPIVersionT2vAPIVersionGet t2s v Api version

func (*Client) T2vVersionT2vVersionGet ¶

func (a *Client) T2vVersionT2vVersionGet(params *T2vVersionT2vVersionGetParams, opts ...ClientOption) (*T2vVersionT2vVersionGetOK, error)

T2vVersionT2vVersionGet t2s v version

func (*Client) Text2imgapiSdapiV1Txt2imgPost ¶

func (a *Client) Text2imgapiSdapiV1Txt2imgPost(params *Text2imgapiSdapiV1Txt2imgPostParams, opts ...ClientOption) (*Text2imgapiSdapiV1Txt2imgPostOK, error)

Text2imgapiSdapiV1Txt2imgPost text2s imgapi

func (*Client) ThemeCSSThemeCSSGet ¶

func (a *Client) ThemeCSSThemeCSSGet(params *ThemeCSSThemeCSSGetParams, opts ...ClientOption) (*ThemeCSSThemeCSSGetOK, error)

ThemeCSSThemeCSSGet themes Css

func (*Client) ThumbnailInfiniteImageBrowsingImageThumbnailGet ¶

func (a *Client) ThumbnailInfiniteImageBrowsingImageThumbnailGet(params *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams, opts ...ClientOption) (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK, error)

ThumbnailInfiniteImageBrowsingImageThumbnailGet thumbnails

func (*Client) ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPost ¶

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPost toggles custom tag to img

func (*Client) TrainEmbeddingSdapiV1TrainEmbeddingPost ¶

func (a *Client) TrainEmbeddingSdapiV1TrainEmbeddingPost(params *TrainEmbeddingSdapiV1TrainEmbeddingPostParams, opts ...ClientOption) (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK, error)

TrainEmbeddingSdapiV1TrainEmbeddingPost trains embedding

func (*Client) TrainHypernetworkSdapiV1TrainHypernetworkPost ¶

func (a *Client) TrainHypernetworkSdapiV1TrainHypernetworkPost(params *TrainHypernetworkSdapiV1TrainHypernetworkPostParams, opts ...ClientOption) (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK, error)

TrainHypernetworkSdapiV1TrainHypernetworkPost trains hypernetwork

func (*Client) UnloadapiSdapiV1UnloadCheckpointPost ¶

func (a *Client) UnloadapiSdapiV1UnloadCheckpointPost(params *UnloadapiSdapiV1UnloadCheckpointPostParams, opts ...ClientOption) (*UnloadapiSdapiV1UnloadCheckpointPostOK, error)

UnloadapiSdapiV1UnloadCheckpointPost unloadapis

func (*Client) UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPost ¶

UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPost updates image db data

func (*Client) VersionControlnetVersionGet ¶

func (a *Client) VersionControlnetVersionGet(params *VersionControlnetVersionGetParams, opts ...ClientOption) (*VersionControlnetVersionGetOK, error)

VersionControlnetVersionGet versions

func (*Client) ZipFilesInfiniteImageBrowsingZipPost ¶

func (a *Client) ZipFilesInfiniteImageBrowsingZipPost(params *ZipFilesInfiniteImageBrowsingZipPostParams, opts ...ClientOption) (*ZipFilesInfiniteImageBrowsingZipPostOK, error)

ZipFilesInfiniteImageBrowsingZipPost zips files

type ClientOption ¶

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService ¶

type ClientService interface {
	LambdaInternalPingGet(params *LambdaInternalPingGetParams, opts ...ClientOption) (*LambdaInternalPingGetOK, error)

	LambdaInternalProfileStartupGet(params *LambdaInternalProfileStartupGetParams, opts ...ClientOption) (*LambdaInternalProfileStartupGetOK, error)

	LambdaInternalSysinfoDownloadGet(params *LambdaInternalSysinfoDownloadGetParams, opts ...ClientOption) (*LambdaInternalSysinfoDownloadGetOK, error)

	AddCustomTagInfiniteImageBrowsingDbAddCustomTagPost(params *AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostParams, opts ...ClientOption) (*AddCustomTagInfiniteImageBrowsingDbAddCustomTagPostOK, error)

	APICategoryMaskSamCategoryMaskPost(params *APICategoryMaskSamCategoryMaskPostParams, opts ...ClientOption) (*APICategoryMaskSamCategoryMaskPostOK, error)

	APIControlnetSegSamControlnetSegPost(params *APIControlnetSegSamControlnetSegPostParams, opts ...ClientOption) (*APIControlnetSegSamControlnetSegPostOK, error)

	APIDilateMaskSamDilateMaskPost(params *APIDilateMaskSamDilateMaskPostParams, opts ...ClientOption) (*APIDilateMaskSamDilateMaskPostOK, error)

	APIDinoPredictSamDinoPredictPost(params *APIDinoPredictSamDinoPredictPostParams, opts ...ClientOption) (*APIDinoPredictSamDinoPredictPostOK, error)

	APIInfoInfoGet(params *APIInfoInfoGetParams, opts ...ClientOption) (*APIInfoInfoGetOK, error)

	APISamModelSamSamModelGet(params *APISamModelSamSamModelGetParams, opts ...ClientOption) (*APISamModelSamSamModelGetOK, error)

	APISamPredictSamSamPredictPost(params *APISamPredictSamSamPredictPostParams, opts ...ClientOption) (*APISamPredictSamSamPredictPostOK, error)

	APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGet(params *APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetParams, opts ...ClientOption) (*APISetSendImgPathInfiniteImageBrowsingGenInfoCompletedGetOK, error)

	APISetSendImgPathInfiniteImageBrowsingSendImgPathPost(params *APISetSendImgPathInfiniteImageBrowsingSendImgPathPostParams, opts ...ClientOption) (*APISetSendImgPathInfiniteImageBrowsingSendImgPathPostOK, error)

	AppIDAppIDGet(params *AppIDAppIDGetParams, opts ...ClientOption) (*AppIDAppIDGetOK, error)

	BuildResourceAssetsPathGet(params *BuildResourceAssetsPathGetParams, opts ...ClientOption) (*BuildResourceAssetsPathGetOK, error)

	CheckPathExistsInfiniteImageBrowsingCheckPathExistsPost(params *CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostParams, opts ...ClientOption) (*CheckPathExistsInfiniteImageBrowsingCheckPathExistsPostOK, error)

	CopyFilesInfiniteImageBrowsingCopyFilesPost(params *CopyFilesInfiniteImageBrowsingCopyFilesPostParams, opts ...ClientOption) (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK, error)

	CreateEmbeddingSdapiV1CreateEmbeddingPost(params *CreateEmbeddingSdapiV1CreateEmbeddingPostParams, opts ...ClientOption) (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK, error)

	CreateFoldersInfiniteImageBrowsingMkdirsPost(params *CreateFoldersInfiniteImageBrowsingMkdirsPostParams, opts ...ClientOption) (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK, error)

	CreateHypernetworkSdapiV1CreateHypernetworkPost(params *CreateHypernetworkSdapiV1CreateHypernetworkPostParams, opts ...ClientOption) (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK, error)

	CreateScannedPathInfiniteImageBrowsingDbScannedPathsPost(params *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams, opts ...ClientOption) (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated, error)

	DeleteFilesInfiniteImageBrowsingDeleteFilesPost(params *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams, opts ...ClientOption) (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK, error)

	DeoldifyImageDeoldifyImagePost(params *DeoldifyImageDeoldifyImagePostParams, opts ...ClientOption) (*DeoldifyImageDeoldifyImagePostOK, error)

	DetectControlnetDetectPost(params *DetectControlnetDetectPostParams, opts ...ClientOption) (*DetectControlnetDetectPostOK, error)

	ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPost(params *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams, opts ...ClientOption) (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK, error)

	ExtrasSingleImageAPISdapiV1ExtraSingleImagePost(params *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams, opts ...ClientOption) (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK, error)

	FaviconFaviconIcoGet(params *FaviconFaviconIcoGetParams, opts ...ClientOption) (*FaviconFaviconIcoGetOK, error)

	FetchFileSdExtraNetworksThumbGet(params *FetchFileSdExtraNetworksThumbGetParams, opts ...ClientOption) (*FetchFileSdExtraNetworksThumbGetOK, error)

	FileDeprecatedFilePathGet(params *FileDeprecatedFilePathGetParams, opts ...ClientOption) (*FileDeprecatedFilePathGetOK, error)

	FileFilePathOrURLGet(params *FileFilePathOrURLGetParams, opts ...ClientOption) (*FileFilePathOrURLGetOK, error)

	FileFilePathOrURLHead(params *FileFilePathOrURLHeadParams, opts ...ClientOption) (*FileFilePathOrURLHeadOK, error)

	GetCmdFlagsSdapiV1CmdFlagsGet(params *GetCmdFlagsSdapiV1CmdFlagsGetParams, opts ...ClientOption) (*GetCmdFlagsSdapiV1CmdFlagsGetOK, error)

	GetConfigConfigGet(params *GetConfigConfigGetParams, opts ...ClientOption) (*GetConfigConfigGetOK, error)

	GetConfigSdapiV1OptionsGet(params *GetConfigSdapiV1OptionsGetParams, opts ...ClientOption) (*GetConfigSdapiV1OptionsGetOK, error)

	GetCurrentUserUserGet(params *GetCurrentUserUserGetParams, opts ...ClientOption) (*GetCurrentUserUserGetOK, error)

	GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGet(params *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams, opts ...ClientOption) (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK, error)

	GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGet(params *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams, opts ...ClientOption) (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK, error)

	GetEmbeddingsSdapiV1EmbeddingsGet(params *GetEmbeddingsSdapiV1EmbeddingsGetParams, opts ...ClientOption) (*GetEmbeddingsSdapiV1EmbeddingsGetOK, error)

	GetFaceRestorersSdapiV1FaceRestorersGet(params *GetFaceRestorersSdapiV1FaceRestorersGetParams, opts ...ClientOption) (*GetFaceRestorersSdapiV1FaceRestorersGetOK, error)

	GetFileInfiniteImageBrowsingFileGet(params *GetFileInfiniteImageBrowsingFileGetParams, opts ...ClientOption) (*GetFileInfiniteImageBrowsingFileGetOK, error)

	GetHypernetworksSdapiV1HypernetworksGet(params *GetHypernetworksSdapiV1HypernetworksGetParams, opts ...ClientOption) (*GetHypernetworksSdapiV1HypernetworksGetOK, error)

	GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGet(params *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams, opts ...ClientOption) (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK, error)

	GetImgTagsInfiniteImageBrowsingDbGetImageTagsPost(params *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams, opts ...ClientOption) (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK, error)

	GetLatentUpscaleModesSdapiV1LatentUpscaleModesGet(params *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams, opts ...ClientOption) (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK, error)

	GetLorasSdapiV1LorasGet(params *GetLorasSdapiV1LorasGetParams, opts ...ClientOption) (*GetLorasSdapiV1LorasGetOK, error)

	GetLycosSdapiV1LycosGet(params *GetLycosSdapiV1LycosGetParams, opts ...ClientOption) (*GetLycosSdapiV1LycosGetOK, error)

	GetMemorySdapiV1MemoryGet(params *GetMemorySdapiV1MemoryGetParams, opts ...ClientOption) (*GetMemorySdapiV1MemoryGetOK, error)

	GetMetadataSdExtraNetworksMetadataGet(params *GetMetadataSdExtraNetworksMetadataGetParams, opts ...ClientOption) (*GetMetadataSdExtraNetworksMetadataGetOK, error)

	GetPromptStylesSdapiV1PromptStylesGet(params *GetPromptStylesSdapiV1PromptStylesGetParams, opts ...ClientOption) (*GetPromptStylesSdapiV1PromptStylesGetOK, error)

	GetQueueStatusQueueStatusGet(params *GetQueueStatusQueueStatusGetParams, opts ...ClientOption) (*GetQueueStatusQueueStatusGetOK, error)

	GetRealesrganModelsSdapiV1RealesrganModelsGet(params *GetRealesrganModelsSdapiV1RealesrganModelsGetParams, opts ...ClientOption) (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK, error)

	GetSamplersSdapiV1SamplersGet(params *GetSamplersSdapiV1SamplersGetParams, opts ...ClientOption) (*GetSamplersSdapiV1SamplersGetOK, error)

	GetScriptInfoSdapiV1ScriptInfoGet(params *GetScriptInfoSdapiV1ScriptInfoGetParams, opts ...ClientOption) (*GetScriptInfoSdapiV1ScriptInfoGetOK, error)

	GetScriptsListSdapiV1ScriptsGet(params *GetScriptsListSdapiV1ScriptsGetParams, opts ...ClientOption) (*GetScriptsListSdapiV1ScriptsGetOK, error)

	GetSdModelsSdapiV1SdModelsGet(params *GetSdModelsSdapiV1SdModelsGetParams, opts ...ClientOption) (*GetSdModelsSdapiV1SdModelsGetOK, error)

	GetSdVaesSdapiV1SdVaeGet(params *GetSdVaesSdapiV1SdVaeGetParams, opts ...ClientOption) (*GetSdVaesSdapiV1SdVaeGetOK, error)

	GetSingleCardSdExtraNetworksGetSingleCardGet(params *GetSingleCardSdExtraNetworksGetSingleCardGetParams, opts ...ClientOption) (*GetSingleCardSdExtraNetworksGetSingleCardGetOK, error)

	GetTargetFloderFilesInfiniteImageBrowsingFilesGet(params *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams, opts ...ClientOption) (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK, error)

	GetTokenTokenGet(params *GetTokenTokenGetParams, opts ...ClientOption) (*GetTokenTokenGetOK, error)

	GetUpscalersSdapiV1UpscalersGet(params *GetUpscalersSdapiV1UpscalersGetParams, opts ...ClientOption) (*GetUpscalersSdapiV1UpscalersGetOK, error)

	GlobalSettingInfiniteImageBrowsingGlobalSettingGet(params *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams, opts ...ClientOption) (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK, error)

	GreetingInfiniteImageBrowsingHelloGet(params *GreetingInfiniteImageBrowsingHelloGetParams, opts ...ClientOption) (*GreetingInfiniteImageBrowsingHelloGetOK, error)

	HeartbeatSamHeartbeatGet(params *HeartbeatSamHeartbeatGetParams, opts ...ClientOption) (*HeartbeatSamHeartbeatGetOK, error)

	ImageGeninfoInfiniteImageBrowsingImageGeninfoGet(params *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams, opts ...ClientOption) (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK, error)

	Img2imgapiSdapiV1Img2imgPost(params *Img2imgapiSdapiV1Img2imgPostParams, opts ...ClientOption) (*Img2imgapiSdapiV1Img2imgPostOK, error)

	IndexBdInfiniteImageBrowsingGet(params *IndexBdInfiniteImageBrowsingGetParams, opts ...ClientOption) (*IndexBdInfiniteImageBrowsingGetOK, error)

	InterrogateapiSdapiV1InterrogatePost(params *InterrogateapiSdapiV1InterrogatePostParams, opts ...ClientOption) (*InterrogateapiSdapiV1InterrogatePostOK, error)

	InterruptapiSdapiV1InterruptPost(params *InterruptapiSdapiV1InterruptPostParams, opts ...ClientOption) (*InterruptapiSdapiV1InterruptPostOK, error)

	LoginCheckLoginCheckGet(params *LoginCheckLoginCheckGetParams, opts ...ClientOption) (*LoginCheckLoginCheckGetOK, error)

	LoginLoginPost(params *LoginLoginPostParams, opts ...ClientOption) (*LoginLoginPostOK, error)

	MainGet(params *MainGetParams, opts ...ClientOption) (*MainGetOK, error)

	MainHead(params *MainHeadParams, opts ...ClientOption) (*MainHeadOK, error)

	MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPost(params *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams, opts ...ClientOption) (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK, error)

	ModelListControlnetModelListGet(params *ModelListControlnetModelListGetParams, opts ...ClientOption) (*ModelListControlnetModelListGetOK, error)

	ModuleListControlnetModuleListGet(params *ModuleListControlnetModuleListGetParams, opts ...ClientOption) (*ModuleListControlnetModuleListGetOK, error)

	MoveFilesInfiniteImageBrowsingMoveFilesPost(params *MoveFilesInfiniteImageBrowsingMoveFilesPostParams, opts ...ClientOption) (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK, error)

	OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPost(params *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams, opts ...ClientOption) (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK, error)

	PnginfoapiSdapiV1PngInfoPost(params *PnginfoapiSdapiV1PngInfoPostParams, opts ...ClientOption) (*PnginfoapiSdapiV1PngInfoPostOK, error)

	PredictAPIAPINamePost(params *PredictAPIAPINamePostParams, opts ...ClientOption) (*PredictAPIAPINamePostOK, error)

	PredictRunAPINamePost(params *PredictRunAPINamePostParams, opts ...ClientOption) (*PredictRunAPINamePostOK, error)

	PreprocessSdapiV1PreprocessPost(params *PreprocessSdapiV1PreprocessPostParams, opts ...ClientOption) (*PreprocessSdapiV1PreprocessPostOK, error)

	ProgressapiInternalProgressPost(params *ProgressapiInternalProgressPostParams, opts ...ClientOption) (*ProgressapiInternalProgressPostOK, error)

	ProgressapiSdapiV1ProgressGet(params *ProgressapiSdapiV1ProgressGetParams, opts ...ClientOption) (*ProgressapiSdapiV1ProgressGetOK, error)

	QuicksettingsHintInternalQuicksettingsHintGet(params *QuicksettingsHintInternalQuicksettingsHintGetParams, opts ...ClientOption) (*QuicksettingsHintInternalQuicksettingsHintGetOK, error)

	ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGet(params *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams, opts ...ClientOption) (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK, error)

	RefreshCheckpointsSdapiV1RefreshCheckpointsPost(params *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams, opts ...ClientOption) (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK, error)

	RefreshLorasSdapiV1RefreshLorasPost(params *RefreshLorasSdapiV1RefreshLorasPostParams, opts ...ClientOption) (*RefreshLorasSdapiV1RefreshLorasPostOK, error)

	RefreshLycosSdapiV1RefreshLycosPost(params *RefreshLycosSdapiV1RefreshLycosPostParams, opts ...ClientOption) (*RefreshLycosSdapiV1RefreshLycosPostOK, error)

	ReloadapiSdapiV1ReloadCheckpointPost(params *ReloadapiSdapiV1ReloadCheckpointPostParams, opts ...ClientOption) (*ReloadapiSdapiV1ReloadCheckpointPostOK, error)

	RembgRemoveRembgPost(params *RembgRemoveRembgPostParams, opts ...ClientOption) (*RembgRemoveRembgPostOK, error)

	RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPost(params *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams, opts ...ClientOption) (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK, error)

	RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPost(params *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams, opts ...ClientOption) (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK, error)

	ResetIteratorResetPost(params *ResetIteratorResetPostParams, opts ...ClientOption) (*ResetIteratorResetPostOK, error)

	ReverseProxyProxyURLPathGet(params *ReverseProxyProxyURLPathGetParams, opts ...ClientOption) (*ReverseProxyProxyURLPathGetOK, error)

	ReverseProxyProxyURLPathHead(params *ReverseProxyProxyURLPathHeadParams, opts ...ClientOption) (*ReverseProxyProxyURLPathHeadOK, error)

	RobotsTxtRobotsTxtGet(params *RobotsTxtRobotsTxtGetParams, opts ...ClientOption) (*RobotsTxtRobotsTxtGetOK, error)

	RoopImageRoopImagePost(params *RoopImageRoopImagePostParams, opts ...ClientOption) (*RoopImageRoopImagePostOK, error)

	RoopModelsRoopModelsGet(params *RoopModelsRoopModelsGetParams, opts ...ClientOption) (*RoopModelsRoopModelsGetOK, error)

	SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGet(params *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams, opts ...ClientOption) (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK, error)

	SetConfigSdapiV1OptionsPost(params *SetConfigSdapiV1OptionsPostParams, opts ...ClientOption) (*SetConfigSdapiV1OptionsPostOK, error)

	SettingsControlnetSettingsGet(params *SettingsControlnetSettingsGetParams, opts ...ClientOption) (*SettingsControlnetSettingsGetOK, error)

	ShutdownAppInfiniteImageBrowsingShutdownPost(params *ShutdownAppInfiniteImageBrowsingShutdownPostParams, opts ...ClientOption) (*ShutdownAppInfiniteImageBrowsingShutdownPostOK, error)

	SkipSdapiV1SkipPost(params *SkipSdapiV1SkipPostParams, opts ...ClientOption) (*SkipSdapiV1SkipPostOK, error)

	StartupEventsStartupEventsGet(params *StartupEventsStartupEventsGetParams, opts ...ClientOption) (*StartupEventsStartupEventsGetOK, error)

	StaticResourceStaticPathGet(params *StaticResourceStaticPathGetParams, opts ...ClientOption) (*StaticResourceStaticPathGetOK, error)

	T2vAPIVersionT2vAPIVersionGet(params *T2vAPIVersionT2vAPIVersionGetParams, opts ...ClientOption) (*T2vAPIVersionT2vAPIVersionGetOK, error)

	T2vVersionT2vVersionGet(params *T2vVersionT2vVersionGetParams, opts ...ClientOption) (*T2vVersionT2vVersionGetOK, error)

	Text2imgapiSdapiV1Txt2imgPost(params *Text2imgapiSdapiV1Txt2imgPostParams, opts ...ClientOption) (*Text2imgapiSdapiV1Txt2imgPostOK, error)

	ThemeCSSThemeCSSGet(params *ThemeCSSThemeCSSGetParams, opts ...ClientOption) (*ThemeCSSThemeCSSGetOK, error)

	ThumbnailInfiniteImageBrowsingImageThumbnailGet(params *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams, opts ...ClientOption) (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK, error)

	ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPost(params *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams, opts ...ClientOption) (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK, error)

	TrainEmbeddingSdapiV1TrainEmbeddingPost(params *TrainEmbeddingSdapiV1TrainEmbeddingPostParams, opts ...ClientOption) (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK, error)

	TrainHypernetworkSdapiV1TrainHypernetworkPost(params *TrainHypernetworkSdapiV1TrainHypernetworkPostParams, opts ...ClientOption) (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK, error)

	UnloadapiSdapiV1UnloadCheckpointPost(params *UnloadapiSdapiV1UnloadCheckpointPostParams, opts ...ClientOption) (*UnloadapiSdapiV1UnloadCheckpointPostOK, error)

	UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPost(params *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams, opts ...ClientOption) (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK, error)

	VersionControlnetVersionGet(params *VersionControlnetVersionGetParams, opts ...ClientOption) (*VersionControlnetVersionGetOK, error)

	ZipFilesInfiniteImageBrowsingZipPost(params *ZipFilesInfiniteImageBrowsingZipPostParams, opts ...ClientOption) (*ZipFilesInfiniteImageBrowsingZipPostOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New ¶

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

New creates a new operations API client.

type CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError ¶ added in v0.2.3

type CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError struct {
	Payload *models.HTTPException
}

CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError ¶ added in v0.2.3

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError() *CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError

NewCopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError creates a CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError with default headers values

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the copy files infinite image browsing copy files post internal server error response

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) Error ¶ added in v0.2.3

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this copy files infinite image browsing copy files post internal server error response has a 4xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this copy files infinite image browsing copy files post internal server error response a status code equal to that given

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this copy files infinite image browsing copy files post internal server error response has a 3xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this copy files infinite image browsing copy files post internal server error response has a 5xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this copy files infinite image browsing copy files post internal server error response has a 2xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostInternalServerError) String ¶ added in v0.2.3

type CopyFilesInfiniteImageBrowsingCopyFilesPostOK ¶

type CopyFilesInfiniteImageBrowsingCopyFilesPostOK struct {
	Payload interface{}
}

CopyFilesInfiniteImageBrowsingCopyFilesPostOK describes a response with status code 200, with default header values.

Successful Response

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostOK ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostOK() *CopyFilesInfiniteImageBrowsingCopyFilesPostOK

NewCopyFilesInfiniteImageBrowsingCopyFilesPostOK creates a CopyFilesInfiniteImageBrowsingCopyFilesPostOK with default headers values

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) Code ¶

Code gets the status code for the copy files infinite image browsing copy files post o k response

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) Error ¶

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) GetPayload ¶

func (o *CopyFilesInfiniteImageBrowsingCopyFilesPostOK) GetPayload() interface{}

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) IsClientError ¶

IsClientError returns true when this copy files infinite image browsing copy files post o k response has a 4xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) IsCode ¶

IsCode returns true when this copy files infinite image browsing copy files post o k response a status code equal to that given

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) IsRedirect ¶

IsRedirect returns true when this copy files infinite image browsing copy files post o k response has a 3xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) IsServerError ¶

IsServerError returns true when this copy files infinite image browsing copy files post o k response has a 5xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) IsSuccess ¶

IsSuccess returns true when this copy files infinite image browsing copy files post o k response has a 2xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostOK) String ¶

type CopyFilesInfiniteImageBrowsingCopyFilesPostParams ¶

type CopyFilesInfiniteImageBrowsingCopyFilesPostParams struct {

	// Body.
	Body *models.MoveFilesReq

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

CopyFilesInfiniteImageBrowsingCopyFilesPostParams contains all the parameters to send to the API endpoint

for the copy files infinite image browsing copy files post operation.

Typically these are written to a http.Request.

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParams ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParams() *CopyFilesInfiniteImageBrowsingCopyFilesPostParams

NewCopyFilesInfiniteImageBrowsingCopyFilesPostParams creates a new CopyFilesInfiniteImageBrowsingCopyFilesPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithContext ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithContext(ctx context.Context) *CopyFilesInfiniteImageBrowsingCopyFilesPostParams

NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithContext creates a new CopyFilesInfiniteImageBrowsingCopyFilesPostParams object with the ability to set a context for a request.

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithHTTPClient ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithHTTPClient(client *http.Client) *CopyFilesInfiniteImageBrowsingCopyFilesPostParams

NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithHTTPClient creates a new CopyFilesInfiniteImageBrowsingCopyFilesPostParams object with the ability to set a custom HTTPClient for a request.

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithTimeout ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithTimeout(timeout time.Duration) *CopyFilesInfiniteImageBrowsingCopyFilesPostParams

NewCopyFilesInfiniteImageBrowsingCopyFilesPostParamsWithTimeout creates a new CopyFilesInfiniteImageBrowsingCopyFilesPostParams object with the ability to set a timeout on a request.

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) SetBody ¶

SetBody adds the body to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) SetContext ¶

SetContext adds the context to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) SetDefaults ¶

SetDefaults hydrates default values in the copy files infinite image browsing copy files post params (not the query body).

All values with no default are reset to their zero value.

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) SetTimeout ¶

SetTimeout adds the timeout to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WithBody ¶

WithBody adds the body to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WithContext ¶

WithContext adds the context to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WithDefaults ¶

WithDefaults hydrates default values in the copy files infinite image browsing copy files post params (not the query body).

All values with no default are reset to their zero value.

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WithTimeout ¶

WithTimeout adds the timeout to the copy files infinite image browsing copy files post params

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CopyFilesInfiniteImageBrowsingCopyFilesPostReader ¶

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

CopyFilesInfiniteImageBrowsingCopyFilesPostReader is a Reader for the CopyFilesInfiniteImageBrowsingCopyFilesPost structure.

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity ¶

type CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity ¶

func NewCopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity() *CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity

NewCopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity creates a CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity with default headers values

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) Code ¶

Code gets the status code for the copy files infinite image browsing copy files post unprocessable entity response

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) Error ¶

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) GetPayload ¶

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this copy files infinite image browsing copy files post unprocessable entity response has a 4xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) IsCode ¶

IsCode returns true when this copy files infinite image browsing copy files post unprocessable entity response a status code equal to that given

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this copy files infinite image browsing copy files post unprocessable entity response has a 3xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this copy files infinite image browsing copy files post unprocessable entity response has a 5xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this copy files infinite image browsing copy files post unprocessable entity response has a 2xx status code

func (*CopyFilesInfiniteImageBrowsingCopyFilesPostUnprocessableEntity) String ¶

type CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError ¶ added in v0.2.3

type CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError struct {
	Payload *models.HTTPException
}

CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError ¶ added in v0.2.3

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError() *CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError

NewCreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError creates a CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError with default headers values

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the create embedding sdapi v1 create embedding post internal server error response

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) Error ¶ added in v0.2.3

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this create embedding sdapi v1 create embedding post internal server error response has a 4xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this create embedding sdapi v1 create embedding post internal server error response a status code equal to that given

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this create embedding sdapi v1 create embedding post internal server error response has a 3xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this create embedding sdapi v1 create embedding post internal server error response has a 5xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this create embedding sdapi v1 create embedding post internal server error response has a 2xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostInternalServerError) String ¶ added in v0.2.3

type CreateEmbeddingSdapiV1CreateEmbeddingPostOK ¶

type CreateEmbeddingSdapiV1CreateEmbeddingPostOK struct {
	Payload *models.CreateResponse
}

CreateEmbeddingSdapiV1CreateEmbeddingPostOK describes a response with status code 200, with default header values.

Successful Response

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostOK ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostOK() *CreateEmbeddingSdapiV1CreateEmbeddingPostOK

NewCreateEmbeddingSdapiV1CreateEmbeddingPostOK creates a CreateEmbeddingSdapiV1CreateEmbeddingPostOK with default headers values

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) Code ¶

Code gets the status code for the create embedding sdapi v1 create embedding post o k response

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) Error ¶

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) GetPayload ¶

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) IsClientError ¶

IsClientError returns true when this create embedding sdapi v1 create embedding post o k response has a 4xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) IsCode ¶

IsCode returns true when this create embedding sdapi v1 create embedding post o k response a status code equal to that given

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) IsRedirect ¶

IsRedirect returns true when this create embedding sdapi v1 create embedding post o k response has a 3xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) IsServerError ¶

IsServerError returns true when this create embedding sdapi v1 create embedding post o k response has a 5xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) IsSuccess ¶

IsSuccess returns true when this create embedding sdapi v1 create embedding post o k response has a 2xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostOK) String ¶

type CreateEmbeddingSdapiV1CreateEmbeddingPostParams ¶

type CreateEmbeddingSdapiV1CreateEmbeddingPostParams struct {

	// Body.
	Body interface{}

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

CreateEmbeddingSdapiV1CreateEmbeddingPostParams contains all the parameters to send to the API endpoint

for the create embedding sdapi v1 create embedding post operation.

Typically these are written to a http.Request.

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParams ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParams() *CreateEmbeddingSdapiV1CreateEmbeddingPostParams

NewCreateEmbeddingSdapiV1CreateEmbeddingPostParams creates a new CreateEmbeddingSdapiV1CreateEmbeddingPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithContext ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithContext(ctx context.Context) *CreateEmbeddingSdapiV1CreateEmbeddingPostParams

NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithContext creates a new CreateEmbeddingSdapiV1CreateEmbeddingPostParams object with the ability to set a context for a request.

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithHTTPClient ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithHTTPClient(client *http.Client) *CreateEmbeddingSdapiV1CreateEmbeddingPostParams

NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithHTTPClient creates a new CreateEmbeddingSdapiV1CreateEmbeddingPostParams object with the ability to set a custom HTTPClient for a request.

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithTimeout ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithTimeout(timeout time.Duration) *CreateEmbeddingSdapiV1CreateEmbeddingPostParams

NewCreateEmbeddingSdapiV1CreateEmbeddingPostParamsWithTimeout creates a new CreateEmbeddingSdapiV1CreateEmbeddingPostParams object with the ability to set a timeout on a request.

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetBody ¶

func (o *CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetBody(body interface{})

SetBody adds the body to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetContext ¶

SetContext adds the context to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetDefaults ¶

SetDefaults hydrates default values in the create embedding sdapi v1 create embedding post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) SetTimeout ¶

SetTimeout adds the timeout to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WithBody ¶

WithBody adds the body to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WithContext ¶

WithContext adds the context to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WithDefaults ¶

WithDefaults hydrates default values in the create embedding sdapi v1 create embedding post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WithTimeout ¶

WithTimeout adds the timeout to the create embedding sdapi v1 create embedding post params

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateEmbeddingSdapiV1CreateEmbeddingPostReader ¶

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

CreateEmbeddingSdapiV1CreateEmbeddingPostReader is a Reader for the CreateEmbeddingSdapiV1CreateEmbeddingPost structure.

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity ¶

type CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity ¶

func NewCreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity() *CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity

NewCreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity creates a CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity with default headers values

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) Code ¶

Code gets the status code for the create embedding sdapi v1 create embedding post unprocessable entity response

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) Error ¶

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) GetPayload ¶

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this create embedding sdapi v1 create embedding post unprocessable entity response has a 4xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) IsCode ¶

IsCode returns true when this create embedding sdapi v1 create embedding post unprocessable entity response a status code equal to that given

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this create embedding sdapi v1 create embedding post unprocessable entity response has a 3xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this create embedding sdapi v1 create embedding post unprocessable entity response has a 5xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this create embedding sdapi v1 create embedding post unprocessable entity response has a 2xx status code

func (*CreateEmbeddingSdapiV1CreateEmbeddingPostUnprocessableEntity) String ¶

type CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError ¶ added in v0.2.3

type CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError struct {
	Payload *models.HTTPException
}

CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError ¶ added in v0.2.3

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError() *CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError

NewCreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError creates a CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError with default headers values

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the create folders infinite image browsing mkdirs post internal server error response

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) Error ¶ added in v0.2.3

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this create folders infinite image browsing mkdirs post internal server error response has a 4xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this create folders infinite image browsing mkdirs post internal server error response a status code equal to that given

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this create folders infinite image browsing mkdirs post internal server error response has a 3xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this create folders infinite image browsing mkdirs post internal server error response has a 5xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this create folders infinite image browsing mkdirs post internal server error response has a 2xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostInternalServerError) String ¶ added in v0.2.3

type CreateFoldersInfiniteImageBrowsingMkdirsPostOK ¶

type CreateFoldersInfiniteImageBrowsingMkdirsPostOK struct {
	Payload interface{}
}

CreateFoldersInfiniteImageBrowsingMkdirsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostOK ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostOK() *CreateFoldersInfiniteImageBrowsingMkdirsPostOK

NewCreateFoldersInfiniteImageBrowsingMkdirsPostOK creates a CreateFoldersInfiniteImageBrowsingMkdirsPostOK with default headers values

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) Code ¶

Code gets the status code for the create folders infinite image browsing mkdirs post o k response

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) Error ¶

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) GetPayload ¶

func (o *CreateFoldersInfiniteImageBrowsingMkdirsPostOK) GetPayload() interface{}

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) IsClientError ¶

IsClientError returns true when this create folders infinite image browsing mkdirs post o k response has a 4xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) IsCode ¶

IsCode returns true when this create folders infinite image browsing mkdirs post o k response a status code equal to that given

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) IsRedirect ¶

IsRedirect returns true when this create folders infinite image browsing mkdirs post o k response has a 3xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) IsServerError ¶

IsServerError returns true when this create folders infinite image browsing mkdirs post o k response has a 5xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) IsSuccess ¶

IsSuccess returns true when this create folders infinite image browsing mkdirs post o k response has a 2xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostOK) String ¶

type CreateFoldersInfiniteImageBrowsingMkdirsPostParams ¶

type CreateFoldersInfiniteImageBrowsingMkdirsPostParams struct {

	// Body.
	Body *models.CreateFoldersReq

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

CreateFoldersInfiniteImageBrowsingMkdirsPostParams contains all the parameters to send to the API endpoint

for the create folders infinite image browsing mkdirs post operation.

Typically these are written to a http.Request.

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParams ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParams() *CreateFoldersInfiniteImageBrowsingMkdirsPostParams

NewCreateFoldersInfiniteImageBrowsingMkdirsPostParams creates a new CreateFoldersInfiniteImageBrowsingMkdirsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithContext ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithContext(ctx context.Context) *CreateFoldersInfiniteImageBrowsingMkdirsPostParams

NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithContext creates a new CreateFoldersInfiniteImageBrowsingMkdirsPostParams object with the ability to set a context for a request.

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithHTTPClient ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithHTTPClient(client *http.Client) *CreateFoldersInfiniteImageBrowsingMkdirsPostParams

NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithHTTPClient creates a new CreateFoldersInfiniteImageBrowsingMkdirsPostParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithTimeout ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithTimeout(timeout time.Duration) *CreateFoldersInfiniteImageBrowsingMkdirsPostParams

NewCreateFoldersInfiniteImageBrowsingMkdirsPostParamsWithTimeout creates a new CreateFoldersInfiniteImageBrowsingMkdirsPostParams object with the ability to set a timeout on a request.

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) SetBody ¶

SetBody adds the body to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) SetContext ¶

SetContext adds the context to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the create folders infinite image browsing mkdirs post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WithBody ¶

WithBody adds the body to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WithContext ¶

WithContext adds the context to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the create folders infinite image browsing mkdirs post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the create folders infinite image browsing mkdirs post params

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateFoldersInfiniteImageBrowsingMkdirsPostReader ¶

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

CreateFoldersInfiniteImageBrowsingMkdirsPostReader is a Reader for the CreateFoldersInfiniteImageBrowsingMkdirsPost structure.

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity ¶

type CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity ¶

func NewCreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity() *CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity

NewCreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity creates a CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity with default headers values

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) Code ¶

Code gets the status code for the create folders infinite image browsing mkdirs post unprocessable entity response

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) Error ¶

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) GetPayload ¶

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this create folders infinite image browsing mkdirs post unprocessable entity response has a 4xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this create folders infinite image browsing mkdirs post unprocessable entity response a status code equal to that given

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this create folders infinite image browsing mkdirs post unprocessable entity response has a 3xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this create folders infinite image browsing mkdirs post unprocessable entity response has a 5xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this create folders infinite image browsing mkdirs post unprocessable entity response has a 2xx status code

func (*CreateFoldersInfiniteImageBrowsingMkdirsPostUnprocessableEntity) String ¶

type CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError ¶ added in v0.2.3

type CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError struct {
	Payload *models.HTTPException
}

CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError ¶ added in v0.2.3

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError() *CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError

NewCreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError creates a CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError with default headers values

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the create hypernetwork sdapi v1 create hypernetwork post internal server error response

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) Error ¶ added in v0.2.3

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this create hypernetwork sdapi v1 create hypernetwork post internal server error response has a 4xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this create hypernetwork sdapi v1 create hypernetwork post internal server error response a status code equal to that given

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this create hypernetwork sdapi v1 create hypernetwork post internal server error response has a 3xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this create hypernetwork sdapi v1 create hypernetwork post internal server error response has a 5xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this create hypernetwork sdapi v1 create hypernetwork post internal server error response has a 2xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostInternalServerError) String ¶ added in v0.2.3

type CreateHypernetworkSdapiV1CreateHypernetworkPostOK ¶

type CreateHypernetworkSdapiV1CreateHypernetworkPostOK struct {
	Payload *models.CreateResponse
}

CreateHypernetworkSdapiV1CreateHypernetworkPostOK describes a response with status code 200, with default header values.

Successful Response

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostOK ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostOK() *CreateHypernetworkSdapiV1CreateHypernetworkPostOK

NewCreateHypernetworkSdapiV1CreateHypernetworkPostOK creates a CreateHypernetworkSdapiV1CreateHypernetworkPostOK with default headers values

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) Code ¶

Code gets the status code for the create hypernetwork sdapi v1 create hypernetwork post o k response

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) Error ¶

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) GetPayload ¶

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) IsClientError ¶

IsClientError returns true when this create hypernetwork sdapi v1 create hypernetwork post o k response has a 4xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) IsCode ¶

IsCode returns true when this create hypernetwork sdapi v1 create hypernetwork post o k response a status code equal to that given

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) IsRedirect ¶

IsRedirect returns true when this create hypernetwork sdapi v1 create hypernetwork post o k response has a 3xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) IsServerError ¶

IsServerError returns true when this create hypernetwork sdapi v1 create hypernetwork post o k response has a 5xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) IsSuccess ¶

IsSuccess returns true when this create hypernetwork sdapi v1 create hypernetwork post o k response has a 2xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostOK) String ¶

type CreateHypernetworkSdapiV1CreateHypernetworkPostParams ¶

type CreateHypernetworkSdapiV1CreateHypernetworkPostParams struct {

	// Body.
	Body interface{}

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

CreateHypernetworkSdapiV1CreateHypernetworkPostParams contains all the parameters to send to the API endpoint

for the create hypernetwork sdapi v1 create hypernetwork post operation.

Typically these are written to a http.Request.

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParams ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParams() *CreateHypernetworkSdapiV1CreateHypernetworkPostParams

NewCreateHypernetworkSdapiV1CreateHypernetworkPostParams creates a new CreateHypernetworkSdapiV1CreateHypernetworkPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithContext ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithContext(ctx context.Context) *CreateHypernetworkSdapiV1CreateHypernetworkPostParams

NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithContext creates a new CreateHypernetworkSdapiV1CreateHypernetworkPostParams object with the ability to set a context for a request.

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithHTTPClient ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithHTTPClient(client *http.Client) *CreateHypernetworkSdapiV1CreateHypernetworkPostParams

NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithHTTPClient creates a new CreateHypernetworkSdapiV1CreateHypernetworkPostParams object with the ability to set a custom HTTPClient for a request.

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithTimeout ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithTimeout(timeout time.Duration) *CreateHypernetworkSdapiV1CreateHypernetworkPostParams

NewCreateHypernetworkSdapiV1CreateHypernetworkPostParamsWithTimeout creates a new CreateHypernetworkSdapiV1CreateHypernetworkPostParams object with the ability to set a timeout on a request.

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetBody ¶

func (o *CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetBody(body interface{})

SetBody adds the body to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetContext ¶

SetContext adds the context to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetDefaults ¶

SetDefaults hydrates default values in the create hypernetwork sdapi v1 create hypernetwork post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) SetTimeout ¶

SetTimeout adds the timeout to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WithBody ¶

WithBody adds the body to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WithContext ¶

WithContext adds the context to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WithDefaults ¶

WithDefaults hydrates default values in the create hypernetwork sdapi v1 create hypernetwork post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WithTimeout ¶

WithTimeout adds the timeout to the create hypernetwork sdapi v1 create hypernetwork post params

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateHypernetworkSdapiV1CreateHypernetworkPostReader ¶

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

CreateHypernetworkSdapiV1CreateHypernetworkPostReader is a Reader for the CreateHypernetworkSdapiV1CreateHypernetworkPost structure.

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity ¶

type CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity ¶

func NewCreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity() *CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity

NewCreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity creates a CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity with default headers values

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) Code ¶

Code gets the status code for the create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) Error ¶

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) GetPayload ¶

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response has a 4xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) IsCode ¶

IsCode returns true when this create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response a status code equal to that given

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response has a 3xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response has a 5xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this create hypernetwork sdapi v1 create hypernetwork post unprocessable entity response has a 2xx status code

func (*CreateHypernetworkSdapiV1CreateHypernetworkPostUnprocessableEntity) String ¶

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated ¶

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated struct {
	Payload interface{}
}

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated describes a response with status code 201, with default header values.

Successful Response

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated() *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated creates a CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated with default headers values

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) Code ¶

Code gets the status code for the create scanned path infinite image browsing db scanned paths post created response

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) Error ¶

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) GetPayload ¶

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) IsClientError ¶

IsClientError returns true when this create scanned path infinite image browsing db scanned paths post created response has a 4xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) IsCode ¶

IsCode returns true when this create scanned path infinite image browsing db scanned paths post created response a status code equal to that given

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) IsRedirect ¶

IsRedirect returns true when this create scanned path infinite image browsing db scanned paths post created response has a 3xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) IsServerError ¶

IsServerError returns true when this create scanned path infinite image browsing db scanned paths post created response has a 5xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) IsSuccess ¶

IsSuccess returns true when this create scanned path infinite image browsing db scanned paths post created response has a 2xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostCreated) String ¶

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError ¶ added in v0.2.3

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError struct {
	Payload *models.HTTPException
}

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError ¶ added in v0.2.3

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError() *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError creates a CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError with default headers values

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the create scanned path infinite image browsing db scanned paths post internal server error response

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) Error ¶ added in v0.2.3

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this create scanned path infinite image browsing db scanned paths post internal server error response has a 4xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this create scanned path infinite image browsing db scanned paths post internal server error response a status code equal to that given

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this create scanned path infinite image browsing db scanned paths post internal server error response has a 3xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this create scanned path infinite image browsing db scanned paths post internal server error response has a 5xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this create scanned path infinite image browsing db scanned paths post internal server error response has a 2xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostInternalServerError) String ¶ added in v0.2.3

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams ¶

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams struct {

	// Body.
	Body *models.ScannedPathModel

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

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams contains all the parameters to send to the API endpoint

for the create scanned path infinite image browsing db scanned paths post operation.

Typically these are written to a http.Request.

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams() *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams creates a new CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithContext ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithContext(ctx context.Context) *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithContext creates a new CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams object with the ability to set a context for a request.

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithHTTPClient ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithHTTPClient(client *http.Client) *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithHTTPClient creates a new CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams object with the ability to set a custom HTTPClient for a request.

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithTimeout ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithTimeout(timeout time.Duration) *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParamsWithTimeout creates a new CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams object with the ability to set a timeout on a request.

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) SetBody ¶

SetBody adds the body to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) SetContext ¶

SetContext adds the context to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the create scanned path infinite image browsing db scanned paths post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WithBody ¶

WithBody adds the body to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WithContext ¶

WithContext adds the context to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the create scanned path infinite image browsing db scanned paths post params (not the query body).

All values with no default are reset to their zero value.

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the create scanned path infinite image browsing db scanned paths post params

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostReader ¶

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

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostReader is a Reader for the CreateScannedPathInfiniteImageBrowsingDbScannedPathsPost structure.

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity ¶

type CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity ¶

func NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity() *CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity

NewCreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity creates a CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity with default headers values

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) Code ¶

Code gets the status code for the create scanned path infinite image browsing db scanned paths post unprocessable entity response

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) Error ¶

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) GetPayload ¶

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this create scanned path infinite image browsing db scanned paths post unprocessable entity response has a 4xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this create scanned path infinite image browsing db scanned paths post unprocessable entity response a status code equal to that given

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this create scanned path infinite image browsing db scanned paths post unprocessable entity response has a 3xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this create scanned path infinite image browsing db scanned paths post unprocessable entity response has a 5xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this create scanned path infinite image browsing db scanned paths post unprocessable entity response has a 2xx status code

func (*CreateScannedPathInfiniteImageBrowsingDbScannedPathsPostUnprocessableEntity) String ¶

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError ¶ added in v0.2.3

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError struct {
	Payload *models.HTTPException
}

DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError ¶ added in v0.2.3

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError() *DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError creates a DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError with default headers values

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the delete files infinite image browsing delete files post internal server error response

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) Error ¶ added in v0.2.3

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this delete files infinite image browsing delete files post internal server error response has a 4xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this delete files infinite image browsing delete files post internal server error response a status code equal to that given

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this delete files infinite image browsing delete files post internal server error response has a 3xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this delete files infinite image browsing delete files post internal server error response has a 5xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this delete files infinite image browsing delete files post internal server error response has a 2xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostInternalServerError) String ¶ added in v0.2.3

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK ¶

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK struct {
	Payload interface{}
}

DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK describes a response with status code 200, with default header values.

Successful Response

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostOK ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostOK() *DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostOK creates a DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK with default headers values

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) Code ¶

Code gets the status code for the delete files infinite image browsing delete files post o k response

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) Error ¶

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) GetPayload ¶

func (o *DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) GetPayload() interface{}

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) IsClientError ¶

IsClientError returns true when this delete files infinite image browsing delete files post o k response has a 4xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) IsCode ¶

IsCode returns true when this delete files infinite image browsing delete files post o k response a status code equal to that given

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) IsRedirect ¶

IsRedirect returns true when this delete files infinite image browsing delete files post o k response has a 3xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) IsServerError ¶

IsServerError returns true when this delete files infinite image browsing delete files post o k response has a 5xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) IsSuccess ¶

IsSuccess returns true when this delete files infinite image browsing delete files post o k response has a 2xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostOK) String ¶

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams ¶

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams struct {

	// Body.
	Body *models.DeleteFilesReq

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

DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams contains all the parameters to send to the API endpoint

for the delete files infinite image browsing delete files post operation.

Typically these are written to a http.Request.

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParams ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParams() *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParams creates a new DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithContext ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithContext(ctx context.Context) *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithContext creates a new DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams object with the ability to set a context for a request.

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithHTTPClient ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithHTTPClient(client *http.Client) *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithHTTPClient creates a new DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithTimeout ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithTimeout(timeout time.Duration) *DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostParamsWithTimeout creates a new DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams object with the ability to set a timeout on a request.

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) SetBody ¶

SetBody adds the body to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) SetContext ¶

SetContext adds the context to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) SetDefaults ¶

SetDefaults hydrates default values in the delete files infinite image browsing delete files post params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) SetTimeout ¶

SetTimeout adds the timeout to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WithBody ¶

WithBody adds the body to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WithContext ¶

WithContext adds the context to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WithDefaults ¶

WithDefaults hydrates default values in the delete files infinite image browsing delete files post params (not the query body).

All values with no default are reset to their zero value.

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WithTimeout ¶

WithTimeout adds the timeout to the delete files infinite image browsing delete files post params

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostReader ¶

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

DeleteFilesInfiniteImageBrowsingDeleteFilesPostReader is a Reader for the DeleteFilesInfiniteImageBrowsingDeleteFilesPost structure.

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity ¶

type DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity ¶

func NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity() *DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity

NewDeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity creates a DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity with default headers values

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) Code ¶

Code gets the status code for the delete files infinite image browsing delete files post unprocessable entity response

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) Error ¶

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) GetPayload ¶

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this delete files infinite image browsing delete files post unprocessable entity response has a 4xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) IsCode ¶

IsCode returns true when this delete files infinite image browsing delete files post unprocessable entity response a status code equal to that given

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this delete files infinite image browsing delete files post unprocessable entity response has a 3xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this delete files infinite image browsing delete files post unprocessable entity response has a 5xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this delete files infinite image browsing delete files post unprocessable entity response has a 2xx status code

func (*DeleteFilesInfiniteImageBrowsingDeleteFilesPostUnprocessableEntity) String ¶

type DeoldifyImageDeoldifyImagePostInternalServerError ¶ added in v0.2.3

type DeoldifyImageDeoldifyImagePostInternalServerError struct {
	Payload *models.HTTPException
}

DeoldifyImageDeoldifyImagePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewDeoldifyImageDeoldifyImagePostInternalServerError ¶ added in v0.2.3

func NewDeoldifyImageDeoldifyImagePostInternalServerError() *DeoldifyImageDeoldifyImagePostInternalServerError

NewDeoldifyImageDeoldifyImagePostInternalServerError creates a DeoldifyImageDeoldifyImagePostInternalServerError with default headers values

func (*DeoldifyImageDeoldifyImagePostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the deoldify image deoldify image post internal server error response

func (*DeoldifyImageDeoldifyImagePostInternalServerError) Error ¶ added in v0.2.3

func (*DeoldifyImageDeoldifyImagePostInternalServerError) GetPayload ¶ added in v0.2.3

func (*DeoldifyImageDeoldifyImagePostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this deoldify image deoldify image post internal server error response has a 4xx status code

func (*DeoldifyImageDeoldifyImagePostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this deoldify image deoldify image post internal server error response a status code equal to that given

func (*DeoldifyImageDeoldifyImagePostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this deoldify image deoldify image post internal server error response has a 3xx status code

func (*DeoldifyImageDeoldifyImagePostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this deoldify image deoldify image post internal server error response has a 5xx status code

func (*DeoldifyImageDeoldifyImagePostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this deoldify image deoldify image post internal server error response has a 2xx status code

func (*DeoldifyImageDeoldifyImagePostInternalServerError) String ¶ added in v0.2.3

type DeoldifyImageDeoldifyImagePostOK ¶

type DeoldifyImageDeoldifyImagePostOK struct {
	Payload interface{}
}

DeoldifyImageDeoldifyImagePostOK describes a response with status code 200, with default header values.

Successful Response

func NewDeoldifyImageDeoldifyImagePostOK ¶

func NewDeoldifyImageDeoldifyImagePostOK() *DeoldifyImageDeoldifyImagePostOK

NewDeoldifyImageDeoldifyImagePostOK creates a DeoldifyImageDeoldifyImagePostOK with default headers values

func (*DeoldifyImageDeoldifyImagePostOK) Code ¶

Code gets the status code for the deoldify image deoldify image post o k response

func (*DeoldifyImageDeoldifyImagePostOK) Error ¶

func (*DeoldifyImageDeoldifyImagePostOK) GetPayload ¶

func (o *DeoldifyImageDeoldifyImagePostOK) GetPayload() interface{}

func (*DeoldifyImageDeoldifyImagePostOK) IsClientError ¶

func (o *DeoldifyImageDeoldifyImagePostOK) IsClientError() bool

IsClientError returns true when this deoldify image deoldify image post o k response has a 4xx status code

func (*DeoldifyImageDeoldifyImagePostOK) IsCode ¶

func (o *DeoldifyImageDeoldifyImagePostOK) IsCode(code int) bool

IsCode returns true when this deoldify image deoldify image post o k response a status code equal to that given

func (*DeoldifyImageDeoldifyImagePostOK) IsRedirect ¶

func (o *DeoldifyImageDeoldifyImagePostOK) IsRedirect() bool

IsRedirect returns true when this deoldify image deoldify image post o k response has a 3xx status code

func (*DeoldifyImageDeoldifyImagePostOK) IsServerError ¶

func (o *DeoldifyImageDeoldifyImagePostOK) IsServerError() bool

IsServerError returns true when this deoldify image deoldify image post o k response has a 5xx status code

func (*DeoldifyImageDeoldifyImagePostOK) IsSuccess ¶

func (o *DeoldifyImageDeoldifyImagePostOK) IsSuccess() bool

IsSuccess returns true when this deoldify image deoldify image post o k response has a 2xx status code

func (*DeoldifyImageDeoldifyImagePostOK) String ¶

type DeoldifyImageDeoldifyImagePostParams ¶

type DeoldifyImageDeoldifyImagePostParams struct {

	// Body.
	Body *models.BodyDeoldifyImageDeoldifyImagePost

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

DeoldifyImageDeoldifyImagePostParams contains all the parameters to send to the API endpoint

for the deoldify image deoldify image post operation.

Typically these are written to a http.Request.

func NewDeoldifyImageDeoldifyImagePostParams ¶

func NewDeoldifyImageDeoldifyImagePostParams() *DeoldifyImageDeoldifyImagePostParams

NewDeoldifyImageDeoldifyImagePostParams creates a new DeoldifyImageDeoldifyImagePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeoldifyImageDeoldifyImagePostParamsWithContext ¶

func NewDeoldifyImageDeoldifyImagePostParamsWithContext(ctx context.Context) *DeoldifyImageDeoldifyImagePostParams

NewDeoldifyImageDeoldifyImagePostParamsWithContext creates a new DeoldifyImageDeoldifyImagePostParams object with the ability to set a context for a request.

func NewDeoldifyImageDeoldifyImagePostParamsWithHTTPClient ¶

func NewDeoldifyImageDeoldifyImagePostParamsWithHTTPClient(client *http.Client) *DeoldifyImageDeoldifyImagePostParams

NewDeoldifyImageDeoldifyImagePostParamsWithHTTPClient creates a new DeoldifyImageDeoldifyImagePostParams object with the ability to set a custom HTTPClient for a request.

func NewDeoldifyImageDeoldifyImagePostParamsWithTimeout ¶

func NewDeoldifyImageDeoldifyImagePostParamsWithTimeout(timeout time.Duration) *DeoldifyImageDeoldifyImagePostParams

NewDeoldifyImageDeoldifyImagePostParamsWithTimeout creates a new DeoldifyImageDeoldifyImagePostParams object with the ability to set a timeout on a request.

func (*DeoldifyImageDeoldifyImagePostParams) SetBody ¶

SetBody adds the body to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) SetContext ¶

SetContext adds the context to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) SetDefaults ¶

func (o *DeoldifyImageDeoldifyImagePostParams) SetDefaults()

SetDefaults hydrates default values in the deoldify image deoldify image post params (not the query body).

All values with no default are reset to their zero value.

func (*DeoldifyImageDeoldifyImagePostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) WithBody ¶

WithBody adds the body to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) WithContext ¶

WithContext adds the context to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) WithDefaults ¶

WithDefaults hydrates default values in the deoldify image deoldify image post params (not the query body).

All values with no default are reset to their zero value.

func (*DeoldifyImageDeoldifyImagePostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) WithTimeout ¶

WithTimeout adds the timeout to the deoldify image deoldify image post params

func (*DeoldifyImageDeoldifyImagePostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DeoldifyImageDeoldifyImagePostReader ¶

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

DeoldifyImageDeoldifyImagePostReader is a Reader for the DeoldifyImageDeoldifyImagePost structure.

func (*DeoldifyImageDeoldifyImagePostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DeoldifyImageDeoldifyImagePostUnprocessableEntity ¶

type DeoldifyImageDeoldifyImagePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

DeoldifyImageDeoldifyImagePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewDeoldifyImageDeoldifyImagePostUnprocessableEntity ¶

func NewDeoldifyImageDeoldifyImagePostUnprocessableEntity() *DeoldifyImageDeoldifyImagePostUnprocessableEntity

NewDeoldifyImageDeoldifyImagePostUnprocessableEntity creates a DeoldifyImageDeoldifyImagePostUnprocessableEntity with default headers values

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) Code ¶

Code gets the status code for the deoldify image deoldify image post unprocessable entity response

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) Error ¶

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) GetPayload ¶

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this deoldify image deoldify image post unprocessable entity response has a 4xx status code

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) IsCode ¶

IsCode returns true when this deoldify image deoldify image post unprocessable entity response a status code equal to that given

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this deoldify image deoldify image post unprocessable entity response has a 3xx status code

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this deoldify image deoldify image post unprocessable entity response has a 5xx status code

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this deoldify image deoldify image post unprocessable entity response has a 2xx status code

func (*DeoldifyImageDeoldifyImagePostUnprocessableEntity) String ¶

type DetectControlnetDetectPostInternalServerError ¶ added in v0.2.3

type DetectControlnetDetectPostInternalServerError struct {
	Payload *models.HTTPException
}

DetectControlnetDetectPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewDetectControlnetDetectPostInternalServerError ¶ added in v0.2.3

func NewDetectControlnetDetectPostInternalServerError() *DetectControlnetDetectPostInternalServerError

NewDetectControlnetDetectPostInternalServerError creates a DetectControlnetDetectPostInternalServerError with default headers values

func (*DetectControlnetDetectPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the detect controlnet detect post internal server error response

func (*DetectControlnetDetectPostInternalServerError) Error ¶ added in v0.2.3

func (*DetectControlnetDetectPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*DetectControlnetDetectPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this detect controlnet detect post internal server error response has a 4xx status code

func (*DetectControlnetDetectPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this detect controlnet detect post internal server error response a status code equal to that given

func (*DetectControlnetDetectPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this detect controlnet detect post internal server error response has a 3xx status code

func (*DetectControlnetDetectPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this detect controlnet detect post internal server error response has a 5xx status code

func (*DetectControlnetDetectPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this detect controlnet detect post internal server error response has a 2xx status code

func (*DetectControlnetDetectPostInternalServerError) String ¶ added in v0.2.3

type DetectControlnetDetectPostOK ¶

type DetectControlnetDetectPostOK struct {
	Payload interface{}
}

DetectControlnetDetectPostOK describes a response with status code 200, with default header values.

Successful Response

func NewDetectControlnetDetectPostOK ¶

func NewDetectControlnetDetectPostOK() *DetectControlnetDetectPostOK

NewDetectControlnetDetectPostOK creates a DetectControlnetDetectPostOK with default headers values

func (*DetectControlnetDetectPostOK) Code ¶

Code gets the status code for the detect controlnet detect post o k response

func (*DetectControlnetDetectPostOK) Error ¶

func (*DetectControlnetDetectPostOK) GetPayload ¶

func (o *DetectControlnetDetectPostOK) GetPayload() interface{}

func (*DetectControlnetDetectPostOK) IsClientError ¶

func (o *DetectControlnetDetectPostOK) IsClientError() bool

IsClientError returns true when this detect controlnet detect post o k response has a 4xx status code

func (*DetectControlnetDetectPostOK) IsCode ¶

func (o *DetectControlnetDetectPostOK) IsCode(code int) bool

IsCode returns true when this detect controlnet detect post o k response a status code equal to that given

func (*DetectControlnetDetectPostOK) IsRedirect ¶

func (o *DetectControlnetDetectPostOK) IsRedirect() bool

IsRedirect returns true when this detect controlnet detect post o k response has a 3xx status code

func (*DetectControlnetDetectPostOK) IsServerError ¶

func (o *DetectControlnetDetectPostOK) IsServerError() bool

IsServerError returns true when this detect controlnet detect post o k response has a 5xx status code

func (*DetectControlnetDetectPostOK) IsSuccess ¶

func (o *DetectControlnetDetectPostOK) IsSuccess() bool

IsSuccess returns true when this detect controlnet detect post o k response has a 2xx status code

func (*DetectControlnetDetectPostOK) String ¶

type DetectControlnetDetectPostParams ¶

type DetectControlnetDetectPostParams struct {

	// Body.
	Body *models.BodyDetectControlnetDetectPost

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

DetectControlnetDetectPostParams contains all the parameters to send to the API endpoint

for the detect controlnet detect post operation.

Typically these are written to a http.Request.

func NewDetectControlnetDetectPostParams ¶

func NewDetectControlnetDetectPostParams() *DetectControlnetDetectPostParams

NewDetectControlnetDetectPostParams creates a new DetectControlnetDetectPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDetectControlnetDetectPostParamsWithContext ¶

func NewDetectControlnetDetectPostParamsWithContext(ctx context.Context) *DetectControlnetDetectPostParams

NewDetectControlnetDetectPostParamsWithContext creates a new DetectControlnetDetectPostParams object with the ability to set a context for a request.

func NewDetectControlnetDetectPostParamsWithHTTPClient ¶

func NewDetectControlnetDetectPostParamsWithHTTPClient(client *http.Client) *DetectControlnetDetectPostParams

NewDetectControlnetDetectPostParamsWithHTTPClient creates a new DetectControlnetDetectPostParams object with the ability to set a custom HTTPClient for a request.

func NewDetectControlnetDetectPostParamsWithTimeout ¶

func NewDetectControlnetDetectPostParamsWithTimeout(timeout time.Duration) *DetectControlnetDetectPostParams

NewDetectControlnetDetectPostParamsWithTimeout creates a new DetectControlnetDetectPostParams object with the ability to set a timeout on a request.

func (*DetectControlnetDetectPostParams) SetBody ¶

SetBody adds the body to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) SetContext ¶

SetContext adds the context to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) SetDefaults ¶

func (o *DetectControlnetDetectPostParams) SetDefaults()

SetDefaults hydrates default values in the detect controlnet detect post params (not the query body).

All values with no default are reset to their zero value.

func (*DetectControlnetDetectPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) WithBody ¶

WithBody adds the body to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) WithContext ¶

WithContext adds the context to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) WithDefaults ¶

WithDefaults hydrates default values in the detect controlnet detect post params (not the query body).

All values with no default are reset to their zero value.

func (*DetectControlnetDetectPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) WithTimeout ¶

WithTimeout adds the timeout to the detect controlnet detect post params

func (*DetectControlnetDetectPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type DetectControlnetDetectPostReader ¶

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

DetectControlnetDetectPostReader is a Reader for the DetectControlnetDetectPost structure.

func (*DetectControlnetDetectPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type DetectControlnetDetectPostUnprocessableEntity ¶

type DetectControlnetDetectPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

DetectControlnetDetectPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewDetectControlnetDetectPostUnprocessableEntity ¶

func NewDetectControlnetDetectPostUnprocessableEntity() *DetectControlnetDetectPostUnprocessableEntity

NewDetectControlnetDetectPostUnprocessableEntity creates a DetectControlnetDetectPostUnprocessableEntity with default headers values

func (*DetectControlnetDetectPostUnprocessableEntity) Code ¶

Code gets the status code for the detect controlnet detect post unprocessable entity response

func (*DetectControlnetDetectPostUnprocessableEntity) Error ¶

func (*DetectControlnetDetectPostUnprocessableEntity) GetPayload ¶

func (*DetectControlnetDetectPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this detect controlnet detect post unprocessable entity response has a 4xx status code

func (*DetectControlnetDetectPostUnprocessableEntity) IsCode ¶

IsCode returns true when this detect controlnet detect post unprocessable entity response a status code equal to that given

func (*DetectControlnetDetectPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this detect controlnet detect post unprocessable entity response has a 3xx status code

func (*DetectControlnetDetectPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this detect controlnet detect post unprocessable entity response has a 5xx status code

func (*DetectControlnetDetectPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this detect controlnet detect post unprocessable entity response has a 2xx status code

func (*DetectControlnetDetectPostUnprocessableEntity) String ¶

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError ¶ added in v0.2.3

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError struct {
	Payload *models.HTTPException
}

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError ¶ added in v0.2.3

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError() *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError creates a ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError with default headers values

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the extras batch images Api sdapi v1 extra batch images post internal server error response

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) Error ¶ added in v0.2.3

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this extras batch images Api sdapi v1 extra batch images post internal server error response has a 4xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this extras batch images Api sdapi v1 extra batch images post internal server error response a status code equal to that given

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this extras batch images Api sdapi v1 extra batch images post internal server error response has a 3xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this extras batch images Api sdapi v1 extra batch images post internal server error response has a 5xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this extras batch images Api sdapi v1 extra batch images post internal server error response has a 2xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostInternalServerError) String ¶ added in v0.2.3

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK ¶

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK struct {
	Payload *models.ExtrasBatchImagesResponse
}

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK describes a response with status code 200, with default header values.

Successful Response

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK() *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK creates a ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK with default headers values

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) Code ¶

Code gets the status code for the extras batch images Api sdapi v1 extra batch images post o k response

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) Error ¶

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) GetPayload ¶

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) IsClientError ¶

IsClientError returns true when this extras batch images Api sdapi v1 extra batch images post o k response has a 4xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) IsCode ¶

IsCode returns true when this extras batch images Api sdapi v1 extra batch images post o k response a status code equal to that given

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) IsRedirect ¶

IsRedirect returns true when this extras batch images Api sdapi v1 extra batch images post o k response has a 3xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) IsServerError ¶

IsServerError returns true when this extras batch images Api sdapi v1 extra batch images post o k response has a 5xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) IsSuccess ¶

IsSuccess returns true when this extras batch images Api sdapi v1 extra batch images post o k response has a 2xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostOK) String ¶

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams ¶

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams struct {

	// Body.
	Body *models.ExtrasBatchImagesRequest

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

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams contains all the parameters to send to the API endpoint

for the extras batch images api sdapi v1 extra batch images post operation.

Typically these are written to a http.Request.

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams() *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams creates a new ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithContext ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithContext(ctx context.Context) *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithContext creates a new ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams object with the ability to set a context for a request.

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithHTTPClient ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithHTTPClient(client *http.Client) *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithHTTPClient creates a new ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams object with the ability to set a custom HTTPClient for a request.

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithTimeout ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithTimeout(timeout time.Duration) *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParamsWithTimeout creates a new ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams object with the ability to set a timeout on a request.

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) SetBody ¶

SetBody adds the body to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) SetContext ¶

SetContext adds the context to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) SetDefaults ¶

SetDefaults hydrates default values in the extras batch images api sdapi v1 extra batch images post params (not the query body).

All values with no default are reset to their zero value.

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) SetTimeout ¶

SetTimeout adds the timeout to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WithBody ¶

WithBody adds the body to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WithContext ¶

WithContext adds the context to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WithDefaults ¶

WithDefaults hydrates default values in the extras batch images api sdapi v1 extra batch images post params (not the query body).

All values with no default are reset to their zero value.

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WithTimeout ¶

WithTimeout adds the timeout to the extras batch images api sdapi v1 extra batch images post params

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostReader ¶

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

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostReader is a Reader for the ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPost structure.

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity ¶

type ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity ¶

func NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity() *ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity

NewExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity creates a ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity with default headers values

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) Code ¶

Code gets the status code for the extras batch images Api sdapi v1 extra batch images post unprocessable entity response

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) Error ¶

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) GetPayload ¶

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this extras batch images Api sdapi v1 extra batch images post unprocessable entity response has a 4xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) IsCode ¶

IsCode returns true when this extras batch images Api sdapi v1 extra batch images post unprocessable entity response a status code equal to that given

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this extras batch images Api sdapi v1 extra batch images post unprocessable entity response has a 3xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this extras batch images Api sdapi v1 extra batch images post unprocessable entity response has a 5xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this extras batch images Api sdapi v1 extra batch images post unprocessable entity response has a 2xx status code

func (*ExtrasBatchImagesAPISdapiV1ExtraBatchImagesPostUnprocessableEntity) String ¶

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError ¶ added in v0.2.3

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError struct {
	Payload *models.HTTPException
}

ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError ¶ added in v0.2.3

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError() *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError creates a ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError with default headers values

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the extras single image Api sdapi v1 extra single image post internal server error response

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) Error ¶ added in v0.2.3

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this extras single image Api sdapi v1 extra single image post internal server error response has a 4xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this extras single image Api sdapi v1 extra single image post internal server error response a status code equal to that given

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this extras single image Api sdapi v1 extra single image post internal server error response has a 3xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this extras single image Api sdapi v1 extra single image post internal server error response has a 5xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this extras single image Api sdapi v1 extra single image post internal server error response has a 2xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostInternalServerError) String ¶ added in v0.2.3

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK ¶

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK struct {
	Payload *models.ExtrasSingleImageResponse
}

ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK describes a response with status code 200, with default header values.

Successful Response

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK() *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK creates a ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK with default headers values

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) Code ¶

Code gets the status code for the extras single image Api sdapi v1 extra single image post o k response

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) Error ¶

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) GetPayload ¶

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) IsClientError ¶

IsClientError returns true when this extras single image Api sdapi v1 extra single image post o k response has a 4xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) IsCode ¶

IsCode returns true when this extras single image Api sdapi v1 extra single image post o k response a status code equal to that given

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) IsRedirect ¶

IsRedirect returns true when this extras single image Api sdapi v1 extra single image post o k response has a 3xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) IsServerError ¶

IsServerError returns true when this extras single image Api sdapi v1 extra single image post o k response has a 5xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) IsSuccess ¶

IsSuccess returns true when this extras single image Api sdapi v1 extra single image post o k response has a 2xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostOK) String ¶

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams ¶

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams struct {

	// Body.
	Body *models.ExtrasSingleImageRequest

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

ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams contains all the parameters to send to the API endpoint

for the extras single image api sdapi v1 extra single image post operation.

Typically these are written to a http.Request.

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams() *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams creates a new ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithContext ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithContext(ctx context.Context) *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithContext creates a new ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams object with the ability to set a context for a request.

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithHTTPClient ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithHTTPClient(client *http.Client) *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithHTTPClient creates a new ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams object with the ability to set a custom HTTPClient for a request.

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithTimeout ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithTimeout(timeout time.Duration) *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostParamsWithTimeout creates a new ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams object with the ability to set a timeout on a request.

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) SetBody ¶

SetBody adds the body to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) SetContext ¶

SetContext adds the context to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) SetDefaults ¶

SetDefaults hydrates default values in the extras single image api sdapi v1 extra single image post params (not the query body).

All values with no default are reset to their zero value.

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) SetTimeout ¶

SetTimeout adds the timeout to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WithBody ¶

WithBody adds the body to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WithContext ¶

WithContext adds the context to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WithDefaults ¶

WithDefaults hydrates default values in the extras single image api sdapi v1 extra single image post params (not the query body).

All values with no default are reset to their zero value.

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WithTimeout ¶

WithTimeout adds the timeout to the extras single image api sdapi v1 extra single image post params

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostReader ¶

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

ExtrasSingleImageAPISdapiV1ExtraSingleImagePostReader is a Reader for the ExtrasSingleImageAPISdapiV1ExtraSingleImagePost structure.

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity ¶

type ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity ¶

func NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity() *ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity

NewExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity creates a ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity with default headers values

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) Code ¶

Code gets the status code for the extras single image Api sdapi v1 extra single image post unprocessable entity response

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) Error ¶

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) GetPayload ¶

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this extras single image Api sdapi v1 extra single image post unprocessable entity response has a 4xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) IsCode ¶

IsCode returns true when this extras single image Api sdapi v1 extra single image post unprocessable entity response a status code equal to that given

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this extras single image Api sdapi v1 extra single image post unprocessable entity response has a 3xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this extras single image Api sdapi v1 extra single image post unprocessable entity response has a 5xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this extras single image Api sdapi v1 extra single image post unprocessable entity response has a 2xx status code

func (*ExtrasSingleImageAPISdapiV1ExtraSingleImagePostUnprocessableEntity) String ¶

type FaviconFaviconIcoGetOK ¶

type FaviconFaviconIcoGetOK struct {
	Payload interface{}
}

FaviconFaviconIcoGetOK describes a response with status code 200, with default header values.

Successful Response

func NewFaviconFaviconIcoGetOK ¶

func NewFaviconFaviconIcoGetOK() *FaviconFaviconIcoGetOK

NewFaviconFaviconIcoGetOK creates a FaviconFaviconIcoGetOK with default headers values

func (*FaviconFaviconIcoGetOK) Code ¶

func (o *FaviconFaviconIcoGetOK) Code() int

Code gets the status code for the favicon favicon ico get o k response

func (*FaviconFaviconIcoGetOK) Error ¶

func (o *FaviconFaviconIcoGetOK) Error() string

func (*FaviconFaviconIcoGetOK) GetPayload ¶

func (o *FaviconFaviconIcoGetOK) GetPayload() interface{}

func (*FaviconFaviconIcoGetOK) IsClientError ¶

func (o *FaviconFaviconIcoGetOK) IsClientError() bool

IsClientError returns true when this favicon favicon ico get o k response has a 4xx status code

func (*FaviconFaviconIcoGetOK) IsCode ¶

func (o *FaviconFaviconIcoGetOK) IsCode(code int) bool

IsCode returns true when this favicon favicon ico get o k response a status code equal to that given

func (*FaviconFaviconIcoGetOK) IsRedirect ¶

func (o *FaviconFaviconIcoGetOK) IsRedirect() bool

IsRedirect returns true when this favicon favicon ico get o k response has a 3xx status code

func (*FaviconFaviconIcoGetOK) IsServerError ¶

func (o *FaviconFaviconIcoGetOK) IsServerError() bool

IsServerError returns true when this favicon favicon ico get o k response has a 5xx status code

func (*FaviconFaviconIcoGetOK) IsSuccess ¶

func (o *FaviconFaviconIcoGetOK) IsSuccess() bool

IsSuccess returns true when this favicon favicon ico get o k response has a 2xx status code

func (*FaviconFaviconIcoGetOK) String ¶

func (o *FaviconFaviconIcoGetOK) String() string

type FaviconFaviconIcoGetParams ¶

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

FaviconFaviconIcoGetParams contains all the parameters to send to the API endpoint

for the favicon favicon ico get operation.

Typically these are written to a http.Request.

func NewFaviconFaviconIcoGetParams ¶

func NewFaviconFaviconIcoGetParams() *FaviconFaviconIcoGetParams

NewFaviconFaviconIcoGetParams creates a new FaviconFaviconIcoGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFaviconFaviconIcoGetParamsWithContext ¶

func NewFaviconFaviconIcoGetParamsWithContext(ctx context.Context) *FaviconFaviconIcoGetParams

NewFaviconFaviconIcoGetParamsWithContext creates a new FaviconFaviconIcoGetParams object with the ability to set a context for a request.

func NewFaviconFaviconIcoGetParamsWithHTTPClient ¶

func NewFaviconFaviconIcoGetParamsWithHTTPClient(client *http.Client) *FaviconFaviconIcoGetParams

NewFaviconFaviconIcoGetParamsWithHTTPClient creates a new FaviconFaviconIcoGetParams object with the ability to set a custom HTTPClient for a request.

func NewFaviconFaviconIcoGetParamsWithTimeout ¶

func NewFaviconFaviconIcoGetParamsWithTimeout(timeout time.Duration) *FaviconFaviconIcoGetParams

NewFaviconFaviconIcoGetParamsWithTimeout creates a new FaviconFaviconIcoGetParams object with the ability to set a timeout on a request.

func (*FaviconFaviconIcoGetParams) SetContext ¶

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

SetContext adds the context to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) SetDefaults ¶

func (o *FaviconFaviconIcoGetParams) SetDefaults()

SetDefaults hydrates default values in the favicon favicon ico get params (not the query body).

All values with no default are reset to their zero value.

func (*FaviconFaviconIcoGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) WithContext ¶

WithContext adds the context to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) WithDefaults ¶

WithDefaults hydrates default values in the favicon favicon ico get params (not the query body).

All values with no default are reset to their zero value.

func (*FaviconFaviconIcoGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) WithTimeout ¶

WithTimeout adds the timeout to the favicon favicon ico get params

func (*FaviconFaviconIcoGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type FaviconFaviconIcoGetReader ¶

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

FaviconFaviconIcoGetReader is a Reader for the FaviconFaviconIcoGet structure.

func (*FaviconFaviconIcoGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type FetchFileSdExtraNetworksThumbGetOK ¶

type FetchFileSdExtraNetworksThumbGetOK struct {
	Payload interface{}
}

FetchFileSdExtraNetworksThumbGetOK describes a response with status code 200, with default header values.

Successful Response

func NewFetchFileSdExtraNetworksThumbGetOK ¶

func NewFetchFileSdExtraNetworksThumbGetOK() *FetchFileSdExtraNetworksThumbGetOK

NewFetchFileSdExtraNetworksThumbGetOK creates a FetchFileSdExtraNetworksThumbGetOK with default headers values

func (*FetchFileSdExtraNetworksThumbGetOK) Code ¶

Code gets the status code for the fetch file sd extra networks thumb get o k response

func (*FetchFileSdExtraNetworksThumbGetOK) Error ¶

func (*FetchFileSdExtraNetworksThumbGetOK) GetPayload ¶

func (o *FetchFileSdExtraNetworksThumbGetOK) GetPayload() interface{}

func (*FetchFileSdExtraNetworksThumbGetOK) IsClientError ¶

func (o *FetchFileSdExtraNetworksThumbGetOK) IsClientError() bool

IsClientError returns true when this fetch file sd extra networks thumb get o k response has a 4xx status code

func (*FetchFileSdExtraNetworksThumbGetOK) IsCode ¶

IsCode returns true when this fetch file sd extra networks thumb get o k response a status code equal to that given

func (*FetchFileSdExtraNetworksThumbGetOK) IsRedirect ¶

func (o *FetchFileSdExtraNetworksThumbGetOK) IsRedirect() bool

IsRedirect returns true when this fetch file sd extra networks thumb get o k response has a 3xx status code

func (*FetchFileSdExtraNetworksThumbGetOK) IsServerError ¶

func (o *FetchFileSdExtraNetworksThumbGetOK) IsServerError() bool

IsServerError returns true when this fetch file sd extra networks thumb get o k response has a 5xx status code

func (*FetchFileSdExtraNetworksThumbGetOK) IsSuccess ¶

IsSuccess returns true when this fetch file sd extra networks thumb get o k response has a 2xx status code

func (*FetchFileSdExtraNetworksThumbGetOK) String ¶

type FetchFileSdExtraNetworksThumbGetParams ¶

type FetchFileSdExtraNetworksThumbGetParams struct {

	// Filename.
	Filename *string

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

FetchFileSdExtraNetworksThumbGetParams contains all the parameters to send to the API endpoint

for the fetch file sd extra networks thumb get operation.

Typically these are written to a http.Request.

func NewFetchFileSdExtraNetworksThumbGetParams ¶

func NewFetchFileSdExtraNetworksThumbGetParams() *FetchFileSdExtraNetworksThumbGetParams

NewFetchFileSdExtraNetworksThumbGetParams creates a new FetchFileSdExtraNetworksThumbGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFetchFileSdExtraNetworksThumbGetParamsWithContext ¶

func NewFetchFileSdExtraNetworksThumbGetParamsWithContext(ctx context.Context) *FetchFileSdExtraNetworksThumbGetParams

NewFetchFileSdExtraNetworksThumbGetParamsWithContext creates a new FetchFileSdExtraNetworksThumbGetParams object with the ability to set a context for a request.

func NewFetchFileSdExtraNetworksThumbGetParamsWithHTTPClient ¶

func NewFetchFileSdExtraNetworksThumbGetParamsWithHTTPClient(client *http.Client) *FetchFileSdExtraNetworksThumbGetParams

NewFetchFileSdExtraNetworksThumbGetParamsWithHTTPClient creates a new FetchFileSdExtraNetworksThumbGetParams object with the ability to set a custom HTTPClient for a request.

func NewFetchFileSdExtraNetworksThumbGetParamsWithTimeout ¶

func NewFetchFileSdExtraNetworksThumbGetParamsWithTimeout(timeout time.Duration) *FetchFileSdExtraNetworksThumbGetParams

NewFetchFileSdExtraNetworksThumbGetParamsWithTimeout creates a new FetchFileSdExtraNetworksThumbGetParams object with the ability to set a timeout on a request.

func (*FetchFileSdExtraNetworksThumbGetParams) SetContext ¶

SetContext adds the context to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) SetDefaults ¶

func (o *FetchFileSdExtraNetworksThumbGetParams) SetDefaults()

SetDefaults hydrates default values in the fetch file sd extra networks thumb get params (not the query body).

All values with no default are reset to their zero value.

func (*FetchFileSdExtraNetworksThumbGetParams) SetFilename ¶

func (o *FetchFileSdExtraNetworksThumbGetParams) SetFilename(filename *string)

SetFilename adds the filename to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) WithContext ¶

WithContext adds the context to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) WithDefaults ¶

WithDefaults hydrates default values in the fetch file sd extra networks thumb get params (not the query body).

All values with no default are reset to their zero value.

func (*FetchFileSdExtraNetworksThumbGetParams) WithFilename ¶

WithFilename adds the filename to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) WithTimeout ¶

WithTimeout adds the timeout to the fetch file sd extra networks thumb get params

func (*FetchFileSdExtraNetworksThumbGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type FetchFileSdExtraNetworksThumbGetReader ¶

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

FetchFileSdExtraNetworksThumbGetReader is a Reader for the FetchFileSdExtraNetworksThumbGet structure.

func (*FetchFileSdExtraNetworksThumbGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type FetchFileSdExtraNetworksThumbGetUnprocessableEntity ¶

type FetchFileSdExtraNetworksThumbGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

FetchFileSdExtraNetworksThumbGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewFetchFileSdExtraNetworksThumbGetUnprocessableEntity ¶

func NewFetchFileSdExtraNetworksThumbGetUnprocessableEntity() *FetchFileSdExtraNetworksThumbGetUnprocessableEntity

NewFetchFileSdExtraNetworksThumbGetUnprocessableEntity creates a FetchFileSdExtraNetworksThumbGetUnprocessableEntity with default headers values

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) Code ¶

Code gets the status code for the fetch file sd extra networks thumb get unprocessable entity response

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) Error ¶

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) GetPayload ¶

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this fetch file sd extra networks thumb get unprocessable entity response has a 4xx status code

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) IsCode ¶

IsCode returns true when this fetch file sd extra networks thumb get unprocessable entity response a status code equal to that given

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this fetch file sd extra networks thumb get unprocessable entity response has a 3xx status code

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this fetch file sd extra networks thumb get unprocessable entity response has a 5xx status code

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this fetch file sd extra networks thumb get unprocessable entity response has a 2xx status code

func (*FetchFileSdExtraNetworksThumbGetUnprocessableEntity) String ¶

type FileDeprecatedFilePathGetOK ¶

type FileDeprecatedFilePathGetOK struct {
	Payload interface{}
}

FileDeprecatedFilePathGetOK describes a response with status code 200, with default header values.

Successful Response

func NewFileDeprecatedFilePathGetOK ¶

func NewFileDeprecatedFilePathGetOK() *FileDeprecatedFilePathGetOK

NewFileDeprecatedFilePathGetOK creates a FileDeprecatedFilePathGetOK with default headers values

func (*FileDeprecatedFilePathGetOK) Code ¶

func (o *FileDeprecatedFilePathGetOK) Code() int

Code gets the status code for the file deprecated file path get o k response

func (*FileDeprecatedFilePathGetOK) Error ¶

func (*FileDeprecatedFilePathGetOK) GetPayload ¶

func (o *FileDeprecatedFilePathGetOK) GetPayload() interface{}

func (*FileDeprecatedFilePathGetOK) IsClientError ¶

func (o *FileDeprecatedFilePathGetOK) IsClientError() bool

IsClientError returns true when this file deprecated file path get o k response has a 4xx status code

func (*FileDeprecatedFilePathGetOK) IsCode ¶

func (o *FileDeprecatedFilePathGetOK) IsCode(code int) bool

IsCode returns true when this file deprecated file path get o k response a status code equal to that given

func (*FileDeprecatedFilePathGetOK) IsRedirect ¶

func (o *FileDeprecatedFilePathGetOK) IsRedirect() bool

IsRedirect returns true when this file deprecated file path get o k response has a 3xx status code

func (*FileDeprecatedFilePathGetOK) IsServerError ¶

func (o *FileDeprecatedFilePathGetOK) IsServerError() bool

IsServerError returns true when this file deprecated file path get o k response has a 5xx status code

func (*FileDeprecatedFilePathGetOK) IsSuccess ¶

func (o *FileDeprecatedFilePathGetOK) IsSuccess() bool

IsSuccess returns true when this file deprecated file path get o k response has a 2xx status code

func (*FileDeprecatedFilePathGetOK) String ¶

func (o *FileDeprecatedFilePathGetOK) String() string

type FileDeprecatedFilePathGetParams ¶

type FileDeprecatedFilePathGetParams struct {

	// Path.
	Path string

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

FileDeprecatedFilePathGetParams contains all the parameters to send to the API endpoint

for the file deprecated file path get operation.

Typically these are written to a http.Request.

func NewFileDeprecatedFilePathGetParams ¶

func NewFileDeprecatedFilePathGetParams() *FileDeprecatedFilePathGetParams

NewFileDeprecatedFilePathGetParams creates a new FileDeprecatedFilePathGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFileDeprecatedFilePathGetParamsWithContext ¶

func NewFileDeprecatedFilePathGetParamsWithContext(ctx context.Context) *FileDeprecatedFilePathGetParams

NewFileDeprecatedFilePathGetParamsWithContext creates a new FileDeprecatedFilePathGetParams object with the ability to set a context for a request.

func NewFileDeprecatedFilePathGetParamsWithHTTPClient ¶

func NewFileDeprecatedFilePathGetParamsWithHTTPClient(client *http.Client) *FileDeprecatedFilePathGetParams

NewFileDeprecatedFilePathGetParamsWithHTTPClient creates a new FileDeprecatedFilePathGetParams object with the ability to set a custom HTTPClient for a request.

func NewFileDeprecatedFilePathGetParamsWithTimeout ¶

func NewFileDeprecatedFilePathGetParamsWithTimeout(timeout time.Duration) *FileDeprecatedFilePathGetParams

NewFileDeprecatedFilePathGetParamsWithTimeout creates a new FileDeprecatedFilePathGetParams object with the ability to set a timeout on a request.

func (*FileDeprecatedFilePathGetParams) SetContext ¶

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

SetContext adds the context to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) SetDefaults ¶

func (o *FileDeprecatedFilePathGetParams) SetDefaults()

SetDefaults hydrates default values in the file deprecated file path get params (not the query body).

All values with no default are reset to their zero value.

func (*FileDeprecatedFilePathGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) SetPath ¶

func (o *FileDeprecatedFilePathGetParams) SetPath(path string)

SetPath adds the path to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) WithContext ¶

WithContext adds the context to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) WithDefaults ¶

WithDefaults hydrates default values in the file deprecated file path get params (not the query body).

All values with no default are reset to their zero value.

func (*FileDeprecatedFilePathGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) WithPath ¶

WithPath adds the path to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) WithTimeout ¶

WithTimeout adds the timeout to the file deprecated file path get params

func (*FileDeprecatedFilePathGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type FileDeprecatedFilePathGetReader ¶

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

FileDeprecatedFilePathGetReader is a Reader for the FileDeprecatedFilePathGet structure.

func (*FileDeprecatedFilePathGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type FileDeprecatedFilePathGetUnprocessableEntity ¶

type FileDeprecatedFilePathGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

FileDeprecatedFilePathGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewFileDeprecatedFilePathGetUnprocessableEntity ¶

func NewFileDeprecatedFilePathGetUnprocessableEntity() *FileDeprecatedFilePathGetUnprocessableEntity

NewFileDeprecatedFilePathGetUnprocessableEntity creates a FileDeprecatedFilePathGetUnprocessableEntity with default headers values

func (*FileDeprecatedFilePathGetUnprocessableEntity) Code ¶

Code gets the status code for the file deprecated file path get unprocessable entity response

func (*FileDeprecatedFilePathGetUnprocessableEntity) Error ¶

func (*FileDeprecatedFilePathGetUnprocessableEntity) GetPayload ¶

func (*FileDeprecatedFilePathGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this file deprecated file path get unprocessable entity response has a 4xx status code

func (*FileDeprecatedFilePathGetUnprocessableEntity) IsCode ¶

IsCode returns true when this file deprecated file path get unprocessable entity response a status code equal to that given

func (*FileDeprecatedFilePathGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this file deprecated file path get unprocessable entity response has a 3xx status code

func (*FileDeprecatedFilePathGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this file deprecated file path get unprocessable entity response has a 5xx status code

func (*FileDeprecatedFilePathGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this file deprecated file path get unprocessable entity response has a 2xx status code

func (*FileDeprecatedFilePathGetUnprocessableEntity) String ¶

type FileFilePathOrURLGetOK ¶

type FileFilePathOrURLGetOK struct {
	Payload interface{}
}

FileFilePathOrURLGetOK describes a response with status code 200, with default header values.

Successful Response

func NewFileFilePathOrURLGetOK ¶

func NewFileFilePathOrURLGetOK() *FileFilePathOrURLGetOK

NewFileFilePathOrURLGetOK creates a FileFilePathOrURLGetOK with default headers values

func (*FileFilePathOrURLGetOK) Code ¶

func (o *FileFilePathOrURLGetOK) Code() int

Code gets the status code for the file file path or Url get o k response

func (*FileFilePathOrURLGetOK) Error ¶

func (o *FileFilePathOrURLGetOK) Error() string

func (*FileFilePathOrURLGetOK) GetPayload ¶

func (o *FileFilePathOrURLGetOK) GetPayload() interface{}

func (*FileFilePathOrURLGetOK) IsClientError ¶

func (o *FileFilePathOrURLGetOK) IsClientError() bool

IsClientError returns true when this file file path or Url get o k response has a 4xx status code

func (*FileFilePathOrURLGetOK) IsCode ¶

func (o *FileFilePathOrURLGetOK) IsCode(code int) bool

IsCode returns true when this file file path or Url get o k response a status code equal to that given

func (*FileFilePathOrURLGetOK) IsRedirect ¶

func (o *FileFilePathOrURLGetOK) IsRedirect() bool

IsRedirect returns true when this file file path or Url get o k response has a 3xx status code

func (*FileFilePathOrURLGetOK) IsServerError ¶

func (o *FileFilePathOrURLGetOK) IsServerError() bool

IsServerError returns true when this file file path or Url get o k response has a 5xx status code

func (*FileFilePathOrURLGetOK) IsSuccess ¶

func (o *FileFilePathOrURLGetOK) IsSuccess() bool

IsSuccess returns true when this file file path or Url get o k response has a 2xx status code

func (*FileFilePathOrURLGetOK) String ¶

func (o *FileFilePathOrURLGetOK) String() string

type FileFilePathOrURLGetParams ¶

type FileFilePathOrURLGetParams struct {

	// PathOrURL.
	PathOrURL string

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

FileFilePathOrURLGetParams contains all the parameters to send to the API endpoint

for the file file path or url get operation.

Typically these are written to a http.Request.

func NewFileFilePathOrURLGetParams ¶

func NewFileFilePathOrURLGetParams() *FileFilePathOrURLGetParams

NewFileFilePathOrURLGetParams creates a new FileFilePathOrURLGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFileFilePathOrURLGetParamsWithContext ¶

func NewFileFilePathOrURLGetParamsWithContext(ctx context.Context) *FileFilePathOrURLGetParams

NewFileFilePathOrURLGetParamsWithContext creates a new FileFilePathOrURLGetParams object with the ability to set a context for a request.

func NewFileFilePathOrURLGetParamsWithHTTPClient ¶

func NewFileFilePathOrURLGetParamsWithHTTPClient(client *http.Client) *FileFilePathOrURLGetParams

NewFileFilePathOrURLGetParamsWithHTTPClient creates a new FileFilePathOrURLGetParams object with the ability to set a custom HTTPClient for a request.

func NewFileFilePathOrURLGetParamsWithTimeout ¶

func NewFileFilePathOrURLGetParamsWithTimeout(timeout time.Duration) *FileFilePathOrURLGetParams

NewFileFilePathOrURLGetParamsWithTimeout creates a new FileFilePathOrURLGetParams object with the ability to set a timeout on a request.

func (*FileFilePathOrURLGetParams) SetContext ¶

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

SetContext adds the context to the file file path or url get params

func (*FileFilePathOrURLGetParams) SetDefaults ¶

func (o *FileFilePathOrURLGetParams) SetDefaults()

SetDefaults hydrates default values in the file file path or url get params (not the query body).

All values with no default are reset to their zero value.

func (*FileFilePathOrURLGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the file file path or url get params

func (*FileFilePathOrURLGetParams) SetPathOrURL ¶

func (o *FileFilePathOrURLGetParams) SetPathOrURL(pathOrURL string)

SetPathOrURL adds the pathOrUrl to the file file path or url get params

func (*FileFilePathOrURLGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the file file path or url get params

func (*FileFilePathOrURLGetParams) WithContext ¶

WithContext adds the context to the file file path or url get params

func (*FileFilePathOrURLGetParams) WithDefaults ¶

WithDefaults hydrates default values in the file file path or url get params (not the query body).

All values with no default are reset to their zero value.

func (*FileFilePathOrURLGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the file file path or url get params

func (*FileFilePathOrURLGetParams) WithPathOrURL ¶

func (o *FileFilePathOrURLGetParams) WithPathOrURL(pathOrURL string) *FileFilePathOrURLGetParams

WithPathOrURL adds the pathOrURL to the file file path or url get params

func (*FileFilePathOrURLGetParams) WithTimeout ¶

WithTimeout adds the timeout to the file file path or url get params

func (*FileFilePathOrURLGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type FileFilePathOrURLGetReader ¶

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

FileFilePathOrURLGetReader is a Reader for the FileFilePathOrURLGet structure.

func (*FileFilePathOrURLGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type FileFilePathOrURLGetUnprocessableEntity ¶

type FileFilePathOrURLGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

FileFilePathOrURLGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewFileFilePathOrURLGetUnprocessableEntity ¶

func NewFileFilePathOrURLGetUnprocessableEntity() *FileFilePathOrURLGetUnprocessableEntity

NewFileFilePathOrURLGetUnprocessableEntity creates a FileFilePathOrURLGetUnprocessableEntity with default headers values

func (*FileFilePathOrURLGetUnprocessableEntity) Code ¶

Code gets the status code for the file file path or Url get unprocessable entity response

func (*FileFilePathOrURLGetUnprocessableEntity) Error ¶

func (*FileFilePathOrURLGetUnprocessableEntity) GetPayload ¶

func (*FileFilePathOrURLGetUnprocessableEntity) IsClientError ¶

func (o *FileFilePathOrURLGetUnprocessableEntity) IsClientError() bool

IsClientError returns true when this file file path or Url get unprocessable entity response has a 4xx status code

func (*FileFilePathOrURLGetUnprocessableEntity) IsCode ¶

IsCode returns true when this file file path or Url get unprocessable entity response a status code equal to that given

func (*FileFilePathOrURLGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this file file path or Url get unprocessable entity response has a 3xx status code

func (*FileFilePathOrURLGetUnprocessableEntity) IsServerError ¶

func (o *FileFilePathOrURLGetUnprocessableEntity) IsServerError() bool

IsServerError returns true when this file file path or Url get unprocessable entity response has a 5xx status code

func (*FileFilePathOrURLGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this file file path or Url get unprocessable entity response has a 2xx status code

func (*FileFilePathOrURLGetUnprocessableEntity) String ¶

type FileFilePathOrURLHeadOK ¶

type FileFilePathOrURLHeadOK struct {
	Payload interface{}
}

FileFilePathOrURLHeadOK describes a response with status code 200, with default header values.

Successful Response

func NewFileFilePathOrURLHeadOK ¶

func NewFileFilePathOrURLHeadOK() *FileFilePathOrURLHeadOK

NewFileFilePathOrURLHeadOK creates a FileFilePathOrURLHeadOK with default headers values

func (*FileFilePathOrURLHeadOK) Code ¶

func (o *FileFilePathOrURLHeadOK) Code() int

Code gets the status code for the file file path or Url head o k response

func (*FileFilePathOrURLHeadOK) Error ¶

func (o *FileFilePathOrURLHeadOK) Error() string

func (*FileFilePathOrURLHeadOK) GetPayload ¶

func (o *FileFilePathOrURLHeadOK) GetPayload() interface{}

func (*FileFilePathOrURLHeadOK) IsClientError ¶

func (o *FileFilePathOrURLHeadOK) IsClientError() bool

IsClientError returns true when this file file path or Url head o k response has a 4xx status code

func (*FileFilePathOrURLHeadOK) IsCode ¶

func (o *FileFilePathOrURLHeadOK) IsCode(code int) bool

IsCode returns true when this file file path or Url head o k response a status code equal to that given

func (*FileFilePathOrURLHeadOK) IsRedirect ¶

func (o *FileFilePathOrURLHeadOK) IsRedirect() bool

IsRedirect returns true when this file file path or Url head o k response has a 3xx status code

func (*FileFilePathOrURLHeadOK) IsServerError ¶

func (o *FileFilePathOrURLHeadOK) IsServerError() bool

IsServerError returns true when this file file path or Url head o k response has a 5xx status code

func (*FileFilePathOrURLHeadOK) IsSuccess ¶

func (o *FileFilePathOrURLHeadOK) IsSuccess() bool

IsSuccess returns true when this file file path or Url head o k response has a 2xx status code

func (*FileFilePathOrURLHeadOK) String ¶

func (o *FileFilePathOrURLHeadOK) String() string

type FileFilePathOrURLHeadParams ¶

type FileFilePathOrURLHeadParams struct {

	// PathOrURL.
	PathOrURL string

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

FileFilePathOrURLHeadParams contains all the parameters to send to the API endpoint

for the file file path or url head operation.

Typically these are written to a http.Request.

func NewFileFilePathOrURLHeadParams ¶

func NewFileFilePathOrURLHeadParams() *FileFilePathOrURLHeadParams

NewFileFilePathOrURLHeadParams creates a new FileFilePathOrURLHeadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewFileFilePathOrURLHeadParamsWithContext ¶

func NewFileFilePathOrURLHeadParamsWithContext(ctx context.Context) *FileFilePathOrURLHeadParams

NewFileFilePathOrURLHeadParamsWithContext creates a new FileFilePathOrURLHeadParams object with the ability to set a context for a request.

func NewFileFilePathOrURLHeadParamsWithHTTPClient ¶

func NewFileFilePathOrURLHeadParamsWithHTTPClient(client *http.Client) *FileFilePathOrURLHeadParams

NewFileFilePathOrURLHeadParamsWithHTTPClient creates a new FileFilePathOrURLHeadParams object with the ability to set a custom HTTPClient for a request.

func NewFileFilePathOrURLHeadParamsWithTimeout ¶

func NewFileFilePathOrURLHeadParamsWithTimeout(timeout time.Duration) *FileFilePathOrURLHeadParams

NewFileFilePathOrURLHeadParamsWithTimeout creates a new FileFilePathOrURLHeadParams object with the ability to set a timeout on a request.

func (*FileFilePathOrURLHeadParams) SetContext ¶

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

SetContext adds the context to the file file path or url head params

func (*FileFilePathOrURLHeadParams) SetDefaults ¶

func (o *FileFilePathOrURLHeadParams) SetDefaults()

SetDefaults hydrates default values in the file file path or url head params (not the query body).

All values with no default are reset to their zero value.

func (*FileFilePathOrURLHeadParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the file file path or url head params

func (*FileFilePathOrURLHeadParams) SetPathOrURL ¶

func (o *FileFilePathOrURLHeadParams) SetPathOrURL(pathOrURL string)

SetPathOrURL adds the pathOrUrl to the file file path or url head params

func (*FileFilePathOrURLHeadParams) SetTimeout ¶

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

SetTimeout adds the timeout to the file file path or url head params

func (*FileFilePathOrURLHeadParams) WithContext ¶

WithContext adds the context to the file file path or url head params

func (*FileFilePathOrURLHeadParams) WithDefaults ¶

WithDefaults hydrates default values in the file file path or url head params (not the query body).

All values with no default are reset to their zero value.

func (*FileFilePathOrURLHeadParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the file file path or url head params

func (*FileFilePathOrURLHeadParams) WithPathOrURL ¶

func (o *FileFilePathOrURLHeadParams) WithPathOrURL(pathOrURL string) *FileFilePathOrURLHeadParams

WithPathOrURL adds the pathOrURL to the file file path or url head params

func (*FileFilePathOrURLHeadParams) WithTimeout ¶

WithTimeout adds the timeout to the file file path or url head params

func (*FileFilePathOrURLHeadParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type FileFilePathOrURLHeadReader ¶

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

FileFilePathOrURLHeadReader is a Reader for the FileFilePathOrURLHead structure.

func (*FileFilePathOrURLHeadReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type FileFilePathOrURLHeadUnprocessableEntity ¶

type FileFilePathOrURLHeadUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

FileFilePathOrURLHeadUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewFileFilePathOrURLHeadUnprocessableEntity ¶

func NewFileFilePathOrURLHeadUnprocessableEntity() *FileFilePathOrURLHeadUnprocessableEntity

NewFileFilePathOrURLHeadUnprocessableEntity creates a FileFilePathOrURLHeadUnprocessableEntity with default headers values

func (*FileFilePathOrURLHeadUnprocessableEntity) Code ¶

Code gets the status code for the file file path or Url head unprocessable entity response

func (*FileFilePathOrURLHeadUnprocessableEntity) Error ¶

func (*FileFilePathOrURLHeadUnprocessableEntity) GetPayload ¶

func (*FileFilePathOrURLHeadUnprocessableEntity) IsClientError ¶

IsClientError returns true when this file file path or Url head unprocessable entity response has a 4xx status code

func (*FileFilePathOrURLHeadUnprocessableEntity) IsCode ¶

IsCode returns true when this file file path or Url head unprocessable entity response a status code equal to that given

func (*FileFilePathOrURLHeadUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this file file path or Url head unprocessable entity response has a 3xx status code

func (*FileFilePathOrURLHeadUnprocessableEntity) IsServerError ¶

IsServerError returns true when this file file path or Url head unprocessable entity response has a 5xx status code

func (*FileFilePathOrURLHeadUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this file file path or Url head unprocessable entity response has a 2xx status code

func (*FileFilePathOrURLHeadUnprocessableEntity) String ¶

type GetCmdFlagsSdapiV1CmdFlagsGetOK ¶

type GetCmdFlagsSdapiV1CmdFlagsGetOK struct {
	Payload *models.Flags
}

GetCmdFlagsSdapiV1CmdFlagsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetCmdFlagsSdapiV1CmdFlagsGetOK ¶

func NewGetCmdFlagsSdapiV1CmdFlagsGetOK() *GetCmdFlagsSdapiV1CmdFlagsGetOK

NewGetCmdFlagsSdapiV1CmdFlagsGetOK creates a GetCmdFlagsSdapiV1CmdFlagsGetOK with default headers values

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) Code ¶

Code gets the status code for the get cmd flags sdapi v1 cmd flags get o k response

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) Error ¶

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) GetPayload ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) GetPayload() *models.Flags

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) IsClientError ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) IsClientError() bool

IsClientError returns true when this get cmd flags sdapi v1 cmd flags get o k response has a 4xx status code

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) IsCode ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) IsCode(code int) bool

IsCode returns true when this get cmd flags sdapi v1 cmd flags get o k response a status code equal to that given

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) IsRedirect ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) IsRedirect() bool

IsRedirect returns true when this get cmd flags sdapi v1 cmd flags get o k response has a 3xx status code

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) IsServerError ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) IsServerError() bool

IsServerError returns true when this get cmd flags sdapi v1 cmd flags get o k response has a 5xx status code

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) IsSuccess ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetOK) IsSuccess() bool

IsSuccess returns true when this get cmd flags sdapi v1 cmd flags get o k response has a 2xx status code

func (*GetCmdFlagsSdapiV1CmdFlagsGetOK) String ¶

type GetCmdFlagsSdapiV1CmdFlagsGetParams ¶

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

GetCmdFlagsSdapiV1CmdFlagsGetParams contains all the parameters to send to the API endpoint

for the get cmd flags sdapi v1 cmd flags get operation.

Typically these are written to a http.Request.

func NewGetCmdFlagsSdapiV1CmdFlagsGetParams ¶

func NewGetCmdFlagsSdapiV1CmdFlagsGetParams() *GetCmdFlagsSdapiV1CmdFlagsGetParams

NewGetCmdFlagsSdapiV1CmdFlagsGetParams creates a new GetCmdFlagsSdapiV1CmdFlagsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithContext ¶

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithContext(ctx context.Context) *GetCmdFlagsSdapiV1CmdFlagsGetParams

NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithContext creates a new GetCmdFlagsSdapiV1CmdFlagsGetParams object with the ability to set a context for a request.

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithHTTPClient ¶

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithHTTPClient(client *http.Client) *GetCmdFlagsSdapiV1CmdFlagsGetParams

NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithHTTPClient creates a new GetCmdFlagsSdapiV1CmdFlagsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithTimeout ¶

func NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithTimeout(timeout time.Duration) *GetCmdFlagsSdapiV1CmdFlagsGetParams

NewGetCmdFlagsSdapiV1CmdFlagsGetParamsWithTimeout creates a new GetCmdFlagsSdapiV1CmdFlagsGetParams object with the ability to set a timeout on a request.

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) SetContext ¶

SetContext adds the context to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) SetDefaults ¶

func (o *GetCmdFlagsSdapiV1CmdFlagsGetParams) SetDefaults()

SetDefaults hydrates default values in the get cmd flags sdapi v1 cmd flags get params (not the query body).

All values with no default are reset to their zero value.

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) WithContext ¶

WithContext adds the context to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get cmd flags sdapi v1 cmd flags get params (not the query body).

All values with no default are reset to their zero value.

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get cmd flags sdapi v1 cmd flags get params

func (*GetCmdFlagsSdapiV1CmdFlagsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCmdFlagsSdapiV1CmdFlagsGetReader ¶

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

GetCmdFlagsSdapiV1CmdFlagsGetReader is a Reader for the GetCmdFlagsSdapiV1CmdFlagsGet structure.

func (*GetCmdFlagsSdapiV1CmdFlagsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetConfigConfigGetOK ¶

type GetConfigConfigGetOK struct {
	Payload interface{}
}

GetConfigConfigGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetConfigConfigGetOK ¶

func NewGetConfigConfigGetOK() *GetConfigConfigGetOK

NewGetConfigConfigGetOK creates a GetConfigConfigGetOK with default headers values

func (*GetConfigConfigGetOK) Code ¶

func (o *GetConfigConfigGetOK) Code() int

Code gets the status code for the get config config get o k response

func (*GetConfigConfigGetOK) Error ¶

func (o *GetConfigConfigGetOK) Error() string

func (*GetConfigConfigGetOK) GetPayload ¶

func (o *GetConfigConfigGetOK) GetPayload() interface{}

func (*GetConfigConfigGetOK) IsClientError ¶

func (o *GetConfigConfigGetOK) IsClientError() bool

IsClientError returns true when this get config config get o k response has a 4xx status code

func (*GetConfigConfigGetOK) IsCode ¶

func (o *GetConfigConfigGetOK) IsCode(code int) bool

IsCode returns true when this get config config get o k response a status code equal to that given

func (*GetConfigConfigGetOK) IsRedirect ¶

func (o *GetConfigConfigGetOK) IsRedirect() bool

IsRedirect returns true when this get config config get o k response has a 3xx status code

func (*GetConfigConfigGetOK) IsServerError ¶

func (o *GetConfigConfigGetOK) IsServerError() bool

IsServerError returns true when this get config config get o k response has a 5xx status code

func (*GetConfigConfigGetOK) IsSuccess ¶

func (o *GetConfigConfigGetOK) IsSuccess() bool

IsSuccess returns true when this get config config get o k response has a 2xx status code

func (*GetConfigConfigGetOK) String ¶

func (o *GetConfigConfigGetOK) String() string

type GetConfigConfigGetParams ¶

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

GetConfigConfigGetParams contains all the parameters to send to the API endpoint

for the get config config get operation.

Typically these are written to a http.Request.

func NewGetConfigConfigGetParams ¶

func NewGetConfigConfigGetParams() *GetConfigConfigGetParams

NewGetConfigConfigGetParams creates a new GetConfigConfigGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConfigConfigGetParamsWithContext ¶

func NewGetConfigConfigGetParamsWithContext(ctx context.Context) *GetConfigConfigGetParams

NewGetConfigConfigGetParamsWithContext creates a new GetConfigConfigGetParams object with the ability to set a context for a request.

func NewGetConfigConfigGetParamsWithHTTPClient ¶

func NewGetConfigConfigGetParamsWithHTTPClient(client *http.Client) *GetConfigConfigGetParams

NewGetConfigConfigGetParamsWithHTTPClient creates a new GetConfigConfigGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetConfigConfigGetParamsWithTimeout ¶

func NewGetConfigConfigGetParamsWithTimeout(timeout time.Duration) *GetConfigConfigGetParams

NewGetConfigConfigGetParamsWithTimeout creates a new GetConfigConfigGetParams object with the ability to set a timeout on a request.

func (*GetConfigConfigGetParams) SetContext ¶

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

SetContext adds the context to the get config config get params

func (*GetConfigConfigGetParams) SetDefaults ¶

func (o *GetConfigConfigGetParams) SetDefaults()

SetDefaults hydrates default values in the get config config get params (not the query body).

All values with no default are reset to their zero value.

func (*GetConfigConfigGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get config config get params

func (*GetConfigConfigGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get config config get params

func (*GetConfigConfigGetParams) WithContext ¶

WithContext adds the context to the get config config get params

func (*GetConfigConfigGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get config config get params (not the query body).

All values with no default are reset to their zero value.

func (*GetConfigConfigGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get config config get params

func (*GetConfigConfigGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get config config get params

func (*GetConfigConfigGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetConfigConfigGetReader ¶

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

GetConfigConfigGetReader is a Reader for the GetConfigConfigGet structure.

func (*GetConfigConfigGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetConfigSdapiV1OptionsGetOK ¶

type GetConfigSdapiV1OptionsGetOK struct {
	Payload *models.Options
}

GetConfigSdapiV1OptionsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetConfigSdapiV1OptionsGetOK ¶

func NewGetConfigSdapiV1OptionsGetOK() *GetConfigSdapiV1OptionsGetOK

NewGetConfigSdapiV1OptionsGetOK creates a GetConfigSdapiV1OptionsGetOK with default headers values

func (*GetConfigSdapiV1OptionsGetOK) Code ¶

Code gets the status code for the get config sdapi v1 options get o k response

func (*GetConfigSdapiV1OptionsGetOK) Error ¶

func (*GetConfigSdapiV1OptionsGetOK) GetPayload ¶

func (o *GetConfigSdapiV1OptionsGetOK) GetPayload() *models.Options

func (*GetConfigSdapiV1OptionsGetOK) IsClientError ¶

func (o *GetConfigSdapiV1OptionsGetOK) IsClientError() bool

IsClientError returns true when this get config sdapi v1 options get o k response has a 4xx status code

func (*GetConfigSdapiV1OptionsGetOK) IsCode ¶

func (o *GetConfigSdapiV1OptionsGetOK) IsCode(code int) bool

IsCode returns true when this get config sdapi v1 options get o k response a status code equal to that given

func (*GetConfigSdapiV1OptionsGetOK) IsRedirect ¶

func (o *GetConfigSdapiV1OptionsGetOK) IsRedirect() bool

IsRedirect returns true when this get config sdapi v1 options get o k response has a 3xx status code

func (*GetConfigSdapiV1OptionsGetOK) IsServerError ¶

func (o *GetConfigSdapiV1OptionsGetOK) IsServerError() bool

IsServerError returns true when this get config sdapi v1 options get o k response has a 5xx status code

func (*GetConfigSdapiV1OptionsGetOK) IsSuccess ¶

func (o *GetConfigSdapiV1OptionsGetOK) IsSuccess() bool

IsSuccess returns true when this get config sdapi v1 options get o k response has a 2xx status code

func (*GetConfigSdapiV1OptionsGetOK) String ¶

type GetConfigSdapiV1OptionsGetParams ¶

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

GetConfigSdapiV1OptionsGetParams contains all the parameters to send to the API endpoint

for the get config sdapi v1 options get operation.

Typically these are written to a http.Request.

func NewGetConfigSdapiV1OptionsGetParams ¶

func NewGetConfigSdapiV1OptionsGetParams() *GetConfigSdapiV1OptionsGetParams

NewGetConfigSdapiV1OptionsGetParams creates a new GetConfigSdapiV1OptionsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetConfigSdapiV1OptionsGetParamsWithContext ¶

func NewGetConfigSdapiV1OptionsGetParamsWithContext(ctx context.Context) *GetConfigSdapiV1OptionsGetParams

NewGetConfigSdapiV1OptionsGetParamsWithContext creates a new GetConfigSdapiV1OptionsGetParams object with the ability to set a context for a request.

func NewGetConfigSdapiV1OptionsGetParamsWithHTTPClient ¶

func NewGetConfigSdapiV1OptionsGetParamsWithHTTPClient(client *http.Client) *GetConfigSdapiV1OptionsGetParams

NewGetConfigSdapiV1OptionsGetParamsWithHTTPClient creates a new GetConfigSdapiV1OptionsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetConfigSdapiV1OptionsGetParamsWithTimeout ¶

func NewGetConfigSdapiV1OptionsGetParamsWithTimeout(timeout time.Duration) *GetConfigSdapiV1OptionsGetParams

NewGetConfigSdapiV1OptionsGetParamsWithTimeout creates a new GetConfigSdapiV1OptionsGetParams object with the ability to set a timeout on a request.

func (*GetConfigSdapiV1OptionsGetParams) SetContext ¶

SetContext adds the context to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) SetDefaults ¶

func (o *GetConfigSdapiV1OptionsGetParams) SetDefaults()

SetDefaults hydrates default values in the get config sdapi v1 options get params (not the query body).

All values with no default are reset to their zero value.

func (*GetConfigSdapiV1OptionsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) WithContext ¶

WithContext adds the context to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get config sdapi v1 options get params (not the query body).

All values with no default are reset to their zero value.

func (*GetConfigSdapiV1OptionsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get config sdapi v1 options get params

func (*GetConfigSdapiV1OptionsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetConfigSdapiV1OptionsGetReader ¶

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

GetConfigSdapiV1OptionsGetReader is a Reader for the GetConfigSdapiV1OptionsGet structure.

func (*GetConfigSdapiV1OptionsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetCurrentUserUserGetOK ¶

type GetCurrentUserUserGetOK struct {
	Payload string
}

GetCurrentUserUserGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetCurrentUserUserGetOK ¶

func NewGetCurrentUserUserGetOK() *GetCurrentUserUserGetOK

NewGetCurrentUserUserGetOK creates a GetCurrentUserUserGetOK with default headers values

func (*GetCurrentUserUserGetOK) Code ¶

func (o *GetCurrentUserUserGetOK) Code() int

Code gets the status code for the get current user user get o k response

func (*GetCurrentUserUserGetOK) Error ¶

func (o *GetCurrentUserUserGetOK) Error() string

func (*GetCurrentUserUserGetOK) GetPayload ¶

func (o *GetCurrentUserUserGetOK) GetPayload() string

func (*GetCurrentUserUserGetOK) IsClientError ¶

func (o *GetCurrentUserUserGetOK) IsClientError() bool

IsClientError returns true when this get current user user get o k response has a 4xx status code

func (*GetCurrentUserUserGetOK) IsCode ¶

func (o *GetCurrentUserUserGetOK) IsCode(code int) bool

IsCode returns true when this get current user user get o k response a status code equal to that given

func (*GetCurrentUserUserGetOK) IsRedirect ¶

func (o *GetCurrentUserUserGetOK) IsRedirect() bool

IsRedirect returns true when this get current user user get o k response has a 3xx status code

func (*GetCurrentUserUserGetOK) IsServerError ¶

func (o *GetCurrentUserUserGetOK) IsServerError() bool

IsServerError returns true when this get current user user get o k response has a 5xx status code

func (*GetCurrentUserUserGetOK) IsSuccess ¶

func (o *GetCurrentUserUserGetOK) IsSuccess() bool

IsSuccess returns true when this get current user user get o k response has a 2xx status code

func (*GetCurrentUserUserGetOK) String ¶

func (o *GetCurrentUserUserGetOK) String() string

type GetCurrentUserUserGetParams ¶

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

GetCurrentUserUserGetParams contains all the parameters to send to the API endpoint

for the get current user user get operation.

Typically these are written to a http.Request.

func NewGetCurrentUserUserGetParams ¶

func NewGetCurrentUserUserGetParams() *GetCurrentUserUserGetParams

NewGetCurrentUserUserGetParams creates a new GetCurrentUserUserGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetCurrentUserUserGetParamsWithContext ¶

func NewGetCurrentUserUserGetParamsWithContext(ctx context.Context) *GetCurrentUserUserGetParams

NewGetCurrentUserUserGetParamsWithContext creates a new GetCurrentUserUserGetParams object with the ability to set a context for a request.

func NewGetCurrentUserUserGetParamsWithHTTPClient ¶

func NewGetCurrentUserUserGetParamsWithHTTPClient(client *http.Client) *GetCurrentUserUserGetParams

NewGetCurrentUserUserGetParamsWithHTTPClient creates a new GetCurrentUserUserGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetCurrentUserUserGetParamsWithTimeout ¶

func NewGetCurrentUserUserGetParamsWithTimeout(timeout time.Duration) *GetCurrentUserUserGetParams

NewGetCurrentUserUserGetParamsWithTimeout creates a new GetCurrentUserUserGetParams object with the ability to set a timeout on a request.

func (*GetCurrentUserUserGetParams) SetContext ¶

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

SetContext adds the context to the get current user user get params

func (*GetCurrentUserUserGetParams) SetDefaults ¶

func (o *GetCurrentUserUserGetParams) SetDefaults()

SetDefaults hydrates default values in the get current user user get params (not the query body).

All values with no default are reset to their zero value.

func (*GetCurrentUserUserGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get current user user get params

func (*GetCurrentUserUserGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get current user user get params

func (*GetCurrentUserUserGetParams) WithContext ¶

WithContext adds the context to the get current user user get params

func (*GetCurrentUserUserGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get current user user get params (not the query body).

All values with no default are reset to their zero value.

func (*GetCurrentUserUserGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get current user user get params

func (*GetCurrentUserUserGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get current user user get params

func (*GetCurrentUserUserGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetCurrentUserUserGetReader ¶

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

GetCurrentUserUserGetReader is a Reader for the GetCurrentUserUserGet structure.

func (*GetCurrentUserUserGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK ¶

type GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK struct {
	Payload interface{}
}

GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK ¶

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK() *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK

NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK creates a GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK with default headers values

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) Code ¶

Code gets the status code for the get db basic info infinite image browsing db basic info get o k response

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) Error ¶

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) GetPayload ¶

func (o *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) GetPayload() interface{}

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) IsClientError ¶

IsClientError returns true when this get db basic info infinite image browsing db basic info get o k response has a 4xx status code

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) IsCode ¶

IsCode returns true when this get db basic info infinite image browsing db basic info get o k response a status code equal to that given

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) IsRedirect ¶

IsRedirect returns true when this get db basic info infinite image browsing db basic info get o k response has a 3xx status code

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) IsServerError ¶

IsServerError returns true when this get db basic info infinite image browsing db basic info get o k response has a 5xx status code

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) IsSuccess ¶

IsSuccess returns true when this get db basic info infinite image browsing db basic info get o k response has a 2xx status code

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetOK) String ¶

type GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams ¶

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

GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams contains all the parameters to send to the API endpoint

for the get db basic info infinite image browsing db basic info get operation.

Typically these are written to a http.Request.

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams ¶

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams() *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams

NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams creates a new GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithContext ¶

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithContext(ctx context.Context) *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams

NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithContext creates a new GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams object with the ability to set a context for a request.

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithHTTPClient ¶

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithHTTPClient(client *http.Client) *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams

NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithHTTPClient creates a new GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithTimeout ¶

func NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithTimeout(timeout time.Duration) *GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams

NewGetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParamsWithTimeout creates a new GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams object with the ability to set a timeout on a request.

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) SetContext ¶

SetContext adds the context to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get db basic info infinite image browsing db basic info get params (not the query body).

All values with no default are reset to their zero value.

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) WithContext ¶

WithContext adds the context to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get db basic info infinite image browsing db basic info get params (not the query body).

All values with no default are reset to their zero value.

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get db basic info infinite image browsing db basic info get params

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetReader ¶

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

GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetReader is a Reader for the GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGet structure.

func (*GetDbBasicInfoInfiniteImageBrowsingDbBasicInfoGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK ¶

type GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK struct {
	Payload interface{}
}

GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK ¶

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK() *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK

NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK creates a GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK with default headers values

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) Code ¶

Code gets the status code for the get db expired infinite image browsing db expired dirs get o k response

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) Error ¶

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) GetPayload ¶

func (o *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) GetPayload() interface{}

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) IsClientError ¶

IsClientError returns true when this get db expired infinite image browsing db expired dirs get o k response has a 4xx status code

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) IsCode ¶

IsCode returns true when this get db expired infinite image browsing db expired dirs get o k response a status code equal to that given

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) IsRedirect ¶

IsRedirect returns true when this get db expired infinite image browsing db expired dirs get o k response has a 3xx status code

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) IsServerError ¶

IsServerError returns true when this get db expired infinite image browsing db expired dirs get o k response has a 5xx status code

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) IsSuccess ¶

IsSuccess returns true when this get db expired infinite image browsing db expired dirs get o k response has a 2xx status code

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetOK) String ¶

type GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams ¶

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

GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams contains all the parameters to send to the API endpoint

for the get db expired infinite image browsing db expired dirs get operation.

Typically these are written to a http.Request.

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams ¶

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams() *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams

NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams creates a new GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithContext ¶

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithContext(ctx context.Context) *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams

NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithContext creates a new GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams object with the ability to set a context for a request.

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithHTTPClient ¶

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithHTTPClient(client *http.Client) *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams

NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithHTTPClient creates a new GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithTimeout ¶

func NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithTimeout(timeout time.Duration) *GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams

NewGetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParamsWithTimeout creates a new GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams object with the ability to set a timeout on a request.

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) SetContext ¶

SetContext adds the context to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get db expired infinite image browsing db expired dirs get params (not the query body).

All values with no default are reset to their zero value.

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) WithContext ¶

WithContext adds the context to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get db expired infinite image browsing db expired dirs get params (not the query body).

All values with no default are reset to their zero value.

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get db expired infinite image browsing db expired dirs get params

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetReader ¶

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

GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetReader is a Reader for the GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGet structure.

func (*GetDbExpiredInfiniteImageBrowsingDbExpiredDirsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetEmbeddingsSdapiV1EmbeddingsGetOK ¶

type GetEmbeddingsSdapiV1EmbeddingsGetOK struct {
	Payload *models.EmbeddingsResponse
}

GetEmbeddingsSdapiV1EmbeddingsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetEmbeddingsSdapiV1EmbeddingsGetOK ¶

func NewGetEmbeddingsSdapiV1EmbeddingsGetOK() *GetEmbeddingsSdapiV1EmbeddingsGetOK

NewGetEmbeddingsSdapiV1EmbeddingsGetOK creates a GetEmbeddingsSdapiV1EmbeddingsGetOK with default headers values

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) Code ¶

Code gets the status code for the get embeddings sdapi v1 embeddings get o k response

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) Error ¶

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) GetPayload ¶

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) IsClientError ¶

func (o *GetEmbeddingsSdapiV1EmbeddingsGetOK) IsClientError() bool

IsClientError returns true when this get embeddings sdapi v1 embeddings get o k response has a 4xx status code

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) IsCode ¶

IsCode returns true when this get embeddings sdapi v1 embeddings get o k response a status code equal to that given

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) IsRedirect ¶

func (o *GetEmbeddingsSdapiV1EmbeddingsGetOK) IsRedirect() bool

IsRedirect returns true when this get embeddings sdapi v1 embeddings get o k response has a 3xx status code

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) IsServerError ¶

func (o *GetEmbeddingsSdapiV1EmbeddingsGetOK) IsServerError() bool

IsServerError returns true when this get embeddings sdapi v1 embeddings get o k response has a 5xx status code

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) IsSuccess ¶

IsSuccess returns true when this get embeddings sdapi v1 embeddings get o k response has a 2xx status code

func (*GetEmbeddingsSdapiV1EmbeddingsGetOK) String ¶

type GetEmbeddingsSdapiV1EmbeddingsGetParams ¶

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

GetEmbeddingsSdapiV1EmbeddingsGetParams contains all the parameters to send to the API endpoint

for the get embeddings sdapi v1 embeddings get operation.

Typically these are written to a http.Request.

func NewGetEmbeddingsSdapiV1EmbeddingsGetParams ¶

func NewGetEmbeddingsSdapiV1EmbeddingsGetParams() *GetEmbeddingsSdapiV1EmbeddingsGetParams

NewGetEmbeddingsSdapiV1EmbeddingsGetParams creates a new GetEmbeddingsSdapiV1EmbeddingsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithContext ¶

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithContext(ctx context.Context) *GetEmbeddingsSdapiV1EmbeddingsGetParams

NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithContext creates a new GetEmbeddingsSdapiV1EmbeddingsGetParams object with the ability to set a context for a request.

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithHTTPClient ¶

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithHTTPClient(client *http.Client) *GetEmbeddingsSdapiV1EmbeddingsGetParams

NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithHTTPClient creates a new GetEmbeddingsSdapiV1EmbeddingsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithTimeout ¶

func NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithTimeout(timeout time.Duration) *GetEmbeddingsSdapiV1EmbeddingsGetParams

NewGetEmbeddingsSdapiV1EmbeddingsGetParamsWithTimeout creates a new GetEmbeddingsSdapiV1EmbeddingsGetParams object with the ability to set a timeout on a request.

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) SetContext ¶

SetContext adds the context to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) SetDefaults ¶

func (o *GetEmbeddingsSdapiV1EmbeddingsGetParams) SetDefaults()

SetDefaults hydrates default values in the get embeddings sdapi v1 embeddings get params (not the query body).

All values with no default are reset to their zero value.

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) WithContext ¶

WithContext adds the context to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get embeddings sdapi v1 embeddings get params (not the query body).

All values with no default are reset to their zero value.

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get embeddings sdapi v1 embeddings get params

func (*GetEmbeddingsSdapiV1EmbeddingsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetEmbeddingsSdapiV1EmbeddingsGetReader ¶

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

GetEmbeddingsSdapiV1EmbeddingsGetReader is a Reader for the GetEmbeddingsSdapiV1EmbeddingsGet structure.

func (*GetEmbeddingsSdapiV1EmbeddingsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetFaceRestorersSdapiV1FaceRestorersGetOK ¶

type GetFaceRestorersSdapiV1FaceRestorersGetOK struct {
	Payload []*models.FaceRestorerItem
}

GetFaceRestorersSdapiV1FaceRestorersGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetFaceRestorersSdapiV1FaceRestorersGetOK ¶

func NewGetFaceRestorersSdapiV1FaceRestorersGetOK() *GetFaceRestorersSdapiV1FaceRestorersGetOK

NewGetFaceRestorersSdapiV1FaceRestorersGetOK creates a GetFaceRestorersSdapiV1FaceRestorersGetOK with default headers values

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) Code ¶

Code gets the status code for the get face restorers sdapi v1 face restorers get o k response

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) Error ¶

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) GetPayload ¶

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) IsClientError ¶

IsClientError returns true when this get face restorers sdapi v1 face restorers get o k response has a 4xx status code

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) IsCode ¶

IsCode returns true when this get face restorers sdapi v1 face restorers get o k response a status code equal to that given

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) IsRedirect ¶

IsRedirect returns true when this get face restorers sdapi v1 face restorers get o k response has a 3xx status code

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) IsServerError ¶

IsServerError returns true when this get face restorers sdapi v1 face restorers get o k response has a 5xx status code

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) IsSuccess ¶

IsSuccess returns true when this get face restorers sdapi v1 face restorers get o k response has a 2xx status code

func (*GetFaceRestorersSdapiV1FaceRestorersGetOK) String ¶

type GetFaceRestorersSdapiV1FaceRestorersGetParams ¶

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

GetFaceRestorersSdapiV1FaceRestorersGetParams contains all the parameters to send to the API endpoint

for the get face restorers sdapi v1 face restorers get operation.

Typically these are written to a http.Request.

func NewGetFaceRestorersSdapiV1FaceRestorersGetParams ¶

func NewGetFaceRestorersSdapiV1FaceRestorersGetParams() *GetFaceRestorersSdapiV1FaceRestorersGetParams

NewGetFaceRestorersSdapiV1FaceRestorersGetParams creates a new GetFaceRestorersSdapiV1FaceRestorersGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithContext ¶

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithContext(ctx context.Context) *GetFaceRestorersSdapiV1FaceRestorersGetParams

NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithContext creates a new GetFaceRestorersSdapiV1FaceRestorersGetParams object with the ability to set a context for a request.

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithHTTPClient ¶

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithHTTPClient(client *http.Client) *GetFaceRestorersSdapiV1FaceRestorersGetParams

NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithHTTPClient creates a new GetFaceRestorersSdapiV1FaceRestorersGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithTimeout ¶

func NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithTimeout(timeout time.Duration) *GetFaceRestorersSdapiV1FaceRestorersGetParams

NewGetFaceRestorersSdapiV1FaceRestorersGetParamsWithTimeout creates a new GetFaceRestorersSdapiV1FaceRestorersGetParams object with the ability to set a timeout on a request.

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) SetContext ¶

SetContext adds the context to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get face restorers sdapi v1 face restorers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) WithContext ¶

WithContext adds the context to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get face restorers sdapi v1 face restorers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get face restorers sdapi v1 face restorers get params

func (*GetFaceRestorersSdapiV1FaceRestorersGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetFaceRestorersSdapiV1FaceRestorersGetReader ¶

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

GetFaceRestorersSdapiV1FaceRestorersGetReader is a Reader for the GetFaceRestorersSdapiV1FaceRestorersGet structure.

func (*GetFaceRestorersSdapiV1FaceRestorersGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetFileInfiniteImageBrowsingFileGetOK ¶

type GetFileInfiniteImageBrowsingFileGetOK struct {
	Payload interface{}
}

GetFileInfiniteImageBrowsingFileGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetFileInfiniteImageBrowsingFileGetOK ¶

func NewGetFileInfiniteImageBrowsingFileGetOK() *GetFileInfiniteImageBrowsingFileGetOK

NewGetFileInfiniteImageBrowsingFileGetOK creates a GetFileInfiniteImageBrowsingFileGetOK with default headers values

func (*GetFileInfiniteImageBrowsingFileGetOK) Code ¶

Code gets the status code for the get file infinite image browsing file get o k response

func (*GetFileInfiniteImageBrowsingFileGetOK) Error ¶

func (*GetFileInfiniteImageBrowsingFileGetOK) GetPayload ¶

func (o *GetFileInfiniteImageBrowsingFileGetOK) GetPayload() interface{}

func (*GetFileInfiniteImageBrowsingFileGetOK) IsClientError ¶

func (o *GetFileInfiniteImageBrowsingFileGetOK) IsClientError() bool

IsClientError returns true when this get file infinite image browsing file get o k response has a 4xx status code

func (*GetFileInfiniteImageBrowsingFileGetOK) IsCode ¶

IsCode returns true when this get file infinite image browsing file get o k response a status code equal to that given

func (*GetFileInfiniteImageBrowsingFileGetOK) IsRedirect ¶

IsRedirect returns true when this get file infinite image browsing file get o k response has a 3xx status code

func (*GetFileInfiniteImageBrowsingFileGetOK) IsServerError ¶

func (o *GetFileInfiniteImageBrowsingFileGetOK) IsServerError() bool

IsServerError returns true when this get file infinite image browsing file get o k response has a 5xx status code

func (*GetFileInfiniteImageBrowsingFileGetOK) IsSuccess ¶

IsSuccess returns true when this get file infinite image browsing file get o k response has a 2xx status code

func (*GetFileInfiniteImageBrowsingFileGetOK) String ¶

type GetFileInfiniteImageBrowsingFileGetParams ¶

type GetFileInfiniteImageBrowsingFileGetParams struct {

	// Disposition.
	Disposition *string

	// Path.
	Path string

	// T.
	T string

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

GetFileInfiniteImageBrowsingFileGetParams contains all the parameters to send to the API endpoint

for the get file infinite image browsing file get operation.

Typically these are written to a http.Request.

func NewGetFileInfiniteImageBrowsingFileGetParams ¶

func NewGetFileInfiniteImageBrowsingFileGetParams() *GetFileInfiniteImageBrowsingFileGetParams

NewGetFileInfiniteImageBrowsingFileGetParams creates a new GetFileInfiniteImageBrowsingFileGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetFileInfiniteImageBrowsingFileGetParamsWithContext ¶

func NewGetFileInfiniteImageBrowsingFileGetParamsWithContext(ctx context.Context) *GetFileInfiniteImageBrowsingFileGetParams

NewGetFileInfiniteImageBrowsingFileGetParamsWithContext creates a new GetFileInfiniteImageBrowsingFileGetParams object with the ability to set a context for a request.

func NewGetFileInfiniteImageBrowsingFileGetParamsWithHTTPClient ¶

func NewGetFileInfiniteImageBrowsingFileGetParamsWithHTTPClient(client *http.Client) *GetFileInfiniteImageBrowsingFileGetParams

NewGetFileInfiniteImageBrowsingFileGetParamsWithHTTPClient creates a new GetFileInfiniteImageBrowsingFileGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetFileInfiniteImageBrowsingFileGetParamsWithTimeout ¶

func NewGetFileInfiniteImageBrowsingFileGetParamsWithTimeout(timeout time.Duration) *GetFileInfiniteImageBrowsingFileGetParams

NewGetFileInfiniteImageBrowsingFileGetParamsWithTimeout creates a new GetFileInfiniteImageBrowsingFileGetParams object with the ability to set a timeout on a request.

func (*GetFileInfiniteImageBrowsingFileGetParams) SetContext ¶

SetContext adds the context to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get file infinite image browsing file get params (not the query body).

All values with no default are reset to their zero value.

func (*GetFileInfiniteImageBrowsingFileGetParams) SetDisposition ¶

func (o *GetFileInfiniteImageBrowsingFileGetParams) SetDisposition(disposition *string)

SetDisposition adds the disposition to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) SetPath ¶

SetPath adds the path to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) SetT ¶

SetT adds the t to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithContext ¶

WithContext adds the context to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get file infinite image browsing file get params (not the query body).

All values with no default are reset to their zero value.

func (*GetFileInfiniteImageBrowsingFileGetParams) WithDisposition ¶

WithDisposition adds the disposition to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithPath ¶

WithPath adds the path to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithT ¶

WithT adds the t to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get file infinite image browsing file get params

func (*GetFileInfiniteImageBrowsingFileGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetFileInfiniteImageBrowsingFileGetReader ¶

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

GetFileInfiniteImageBrowsingFileGetReader is a Reader for the GetFileInfiniteImageBrowsingFileGet structure.

func (*GetFileInfiniteImageBrowsingFileGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetFileInfiniteImageBrowsingFileGetUnprocessableEntity ¶

type GetFileInfiniteImageBrowsingFileGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetFileInfiniteImageBrowsingFileGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetFileInfiniteImageBrowsingFileGetUnprocessableEntity ¶

func NewGetFileInfiniteImageBrowsingFileGetUnprocessableEntity() *GetFileInfiniteImageBrowsingFileGetUnprocessableEntity

NewGetFileInfiniteImageBrowsingFileGetUnprocessableEntity creates a GetFileInfiniteImageBrowsingFileGetUnprocessableEntity with default headers values

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) Code ¶

Code gets the status code for the get file infinite image browsing file get unprocessable entity response

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) Error ¶

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) GetPayload ¶

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get file infinite image browsing file get unprocessable entity response has a 4xx status code

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) IsCode ¶

IsCode returns true when this get file infinite image browsing file get unprocessable entity response a status code equal to that given

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get file infinite image browsing file get unprocessable entity response has a 3xx status code

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get file infinite image browsing file get unprocessable entity response has a 5xx status code

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get file infinite image browsing file get unprocessable entity response has a 2xx status code

func (*GetFileInfiniteImageBrowsingFileGetUnprocessableEntity) String ¶

type GetHypernetworksSdapiV1HypernetworksGetOK ¶

type GetHypernetworksSdapiV1HypernetworksGetOK struct {
	Payload []*models.HypernetworkItem
}

GetHypernetworksSdapiV1HypernetworksGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetHypernetworksSdapiV1HypernetworksGetOK ¶

func NewGetHypernetworksSdapiV1HypernetworksGetOK() *GetHypernetworksSdapiV1HypernetworksGetOK

NewGetHypernetworksSdapiV1HypernetworksGetOK creates a GetHypernetworksSdapiV1HypernetworksGetOK with default headers values

func (*GetHypernetworksSdapiV1HypernetworksGetOK) Code ¶

Code gets the status code for the get hypernetworks sdapi v1 hypernetworks get o k response

func (*GetHypernetworksSdapiV1HypernetworksGetOK) Error ¶

func (*GetHypernetworksSdapiV1HypernetworksGetOK) GetPayload ¶

func (*GetHypernetworksSdapiV1HypernetworksGetOK) IsClientError ¶

IsClientError returns true when this get hypernetworks sdapi v1 hypernetworks get o k response has a 4xx status code

func (*GetHypernetworksSdapiV1HypernetworksGetOK) IsCode ¶

IsCode returns true when this get hypernetworks sdapi v1 hypernetworks get o k response a status code equal to that given

func (*GetHypernetworksSdapiV1HypernetworksGetOK) IsRedirect ¶

IsRedirect returns true when this get hypernetworks sdapi v1 hypernetworks get o k response has a 3xx status code

func (*GetHypernetworksSdapiV1HypernetworksGetOK) IsServerError ¶

IsServerError returns true when this get hypernetworks sdapi v1 hypernetworks get o k response has a 5xx status code

func (*GetHypernetworksSdapiV1HypernetworksGetOK) IsSuccess ¶

IsSuccess returns true when this get hypernetworks sdapi v1 hypernetworks get o k response has a 2xx status code

func (*GetHypernetworksSdapiV1HypernetworksGetOK) String ¶

type GetHypernetworksSdapiV1HypernetworksGetParams ¶

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

GetHypernetworksSdapiV1HypernetworksGetParams contains all the parameters to send to the API endpoint

for the get hypernetworks sdapi v1 hypernetworks get operation.

Typically these are written to a http.Request.

func NewGetHypernetworksSdapiV1HypernetworksGetParams ¶

func NewGetHypernetworksSdapiV1HypernetworksGetParams() *GetHypernetworksSdapiV1HypernetworksGetParams

NewGetHypernetworksSdapiV1HypernetworksGetParams creates a new GetHypernetworksSdapiV1HypernetworksGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithContext ¶

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithContext(ctx context.Context) *GetHypernetworksSdapiV1HypernetworksGetParams

NewGetHypernetworksSdapiV1HypernetworksGetParamsWithContext creates a new GetHypernetworksSdapiV1HypernetworksGetParams object with the ability to set a context for a request.

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithHTTPClient ¶

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithHTTPClient(client *http.Client) *GetHypernetworksSdapiV1HypernetworksGetParams

NewGetHypernetworksSdapiV1HypernetworksGetParamsWithHTTPClient creates a new GetHypernetworksSdapiV1HypernetworksGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithTimeout ¶

func NewGetHypernetworksSdapiV1HypernetworksGetParamsWithTimeout(timeout time.Duration) *GetHypernetworksSdapiV1HypernetworksGetParams

NewGetHypernetworksSdapiV1HypernetworksGetParamsWithTimeout creates a new GetHypernetworksSdapiV1HypernetworksGetParams object with the ability to set a timeout on a request.

func (*GetHypernetworksSdapiV1HypernetworksGetParams) SetContext ¶

SetContext adds the context to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get hypernetworks sdapi v1 hypernetworks get params (not the query body).

All values with no default are reset to their zero value.

func (*GetHypernetworksSdapiV1HypernetworksGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) WithContext ¶

WithContext adds the context to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get hypernetworks sdapi v1 hypernetworks get params (not the query body).

All values with no default are reset to their zero value.

func (*GetHypernetworksSdapiV1HypernetworksGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get hypernetworks sdapi v1 hypernetworks get params

func (*GetHypernetworksSdapiV1HypernetworksGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetHypernetworksSdapiV1HypernetworksGetReader ¶

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

GetHypernetworksSdapiV1HypernetworksGetReader is a Reader for the GetHypernetworksSdapiV1HypernetworksGet structure.

func (*GetHypernetworksSdapiV1HypernetworksGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK ¶

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK struct {
	Payload interface{}
}

GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK() *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK creates a GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK with default headers values

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) Code ¶

Code gets the status code for the get img selected custom tag infinite image browsing db img selected custom tag get o k response

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) Error ¶

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) GetPayload ¶

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) IsClientError ¶

IsClientError returns true when this get img selected custom tag infinite image browsing db img selected custom tag get o k response has a 4xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) IsCode ¶

IsCode returns true when this get img selected custom tag infinite image browsing db img selected custom tag get o k response a status code equal to that given

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) IsRedirect ¶

IsRedirect returns true when this get img selected custom tag infinite image browsing db img selected custom tag get o k response has a 3xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) IsServerError ¶

IsServerError returns true when this get img selected custom tag infinite image browsing db img selected custom tag get o k response has a 5xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) IsSuccess ¶

IsSuccess returns true when this get img selected custom tag infinite image browsing db img selected custom tag get o k response has a 2xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetOK) String ¶

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams ¶

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams struct {

	// Path.
	Path string

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

GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams contains all the parameters to send to the API endpoint

for the get img selected custom tag infinite image browsing db img selected custom tag get operation.

Typically these are written to a http.Request.

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams() *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams creates a new GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithContext ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithContext(ctx context.Context) *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithContext creates a new GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams object with the ability to set a context for a request.

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithHTTPClient ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithHTTPClient(client *http.Client) *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithHTTPClient creates a new GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithTimeout ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithTimeout(timeout time.Duration) *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParamsWithTimeout creates a new GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams object with the ability to set a timeout on a request.

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) SetContext ¶

SetContext adds the context to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get img selected custom tag infinite image browsing db img selected custom tag get params (not the query body).

All values with no default are reset to their zero value.

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) SetPath ¶

SetPath adds the path to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WithContext ¶

WithContext adds the context to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get img selected custom tag infinite image browsing db img selected custom tag get params (not the query body).

All values with no default are reset to their zero value.

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WithPath ¶

WithPath adds the path to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get img selected custom tag infinite image browsing db img selected custom tag get params

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetReader ¶

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

GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetReader is a Reader for the GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGet structure.

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity ¶

type GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity ¶

func NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity() *GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity

NewGetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity creates a GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity with default headers values

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) Code ¶

Code gets the status code for the get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) Error ¶

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) GetPayload ¶

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response has a 4xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) IsCode ¶

IsCode returns true when this get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response a status code equal to that given

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response has a 3xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response has a 5xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get img selected custom tag infinite image browsing db img selected custom tag get unprocessable entity response has a 2xx status code

func (*GetImgSelectedCustomTagInfiniteImageBrowsingDbImgSelectedCustomTagGetUnprocessableEntity) String ¶

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError ¶ added in v0.2.3

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError struct {
	Payload *models.HTTPException
}

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError ¶ added in v0.2.3

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError() *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError creates a GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError with default headers values

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the get img tags infinite image browsing db get image tags post internal server error response

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) Error ¶ added in v0.2.3

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this get img tags infinite image browsing db get image tags post internal server error response has a 4xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this get img tags infinite image browsing db get image tags post internal server error response a status code equal to that given

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this get img tags infinite image browsing db get image tags post internal server error response has a 3xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this get img tags infinite image browsing db get image tags post internal server error response has a 5xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this get img tags infinite image browsing db get image tags post internal server error response has a 2xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostInternalServerError) String ¶ added in v0.2.3

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK ¶

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK struct {
	Payload interface{}
}

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK() *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK creates a GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK with default headers values

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) Code ¶

Code gets the status code for the get img tags infinite image browsing db get image tags post o k response

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) Error ¶

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) GetPayload ¶

func (o *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) GetPayload() interface{}

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) IsClientError ¶

IsClientError returns true when this get img tags infinite image browsing db get image tags post o k response has a 4xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) IsCode ¶

IsCode returns true when this get img tags infinite image browsing db get image tags post o k response a status code equal to that given

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) IsRedirect ¶

IsRedirect returns true when this get img tags infinite image browsing db get image tags post o k response has a 3xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) IsServerError ¶

IsServerError returns true when this get img tags infinite image browsing db get image tags post o k response has a 5xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) IsSuccess ¶

IsSuccess returns true when this get img tags infinite image browsing db get image tags post o k response has a 2xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostOK) String ¶

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams ¶

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams struct {

	// Body.
	Body *models.PathsReq

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

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams contains all the parameters to send to the API endpoint

for the get img tags infinite image browsing db get image tags post operation.

Typically these are written to a http.Request.

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams() *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams creates a new GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithContext ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithContext(ctx context.Context) *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithContext creates a new GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams object with the ability to set a context for a request.

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithHTTPClient ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithHTTPClient(client *http.Client) *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithHTTPClient creates a new GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams object with the ability to set a custom HTTPClient for a request.

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithTimeout ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithTimeout(timeout time.Duration) *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParamsWithTimeout creates a new GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams object with the ability to set a timeout on a request.

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) SetBody ¶

SetBody adds the body to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) SetContext ¶

SetContext adds the context to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the get img tags infinite image browsing db get image tags post params (not the query body).

All values with no default are reset to their zero value.

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WithBody ¶

WithBody adds the body to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WithContext ¶

WithContext adds the context to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the get img tags infinite image browsing db get image tags post params (not the query body).

All values with no default are reset to their zero value.

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the get img tags infinite image browsing db get image tags post params

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostReader ¶

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

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostReader is a Reader for the GetImgTagsInfiniteImageBrowsingDbGetImageTagsPost structure.

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity ¶

type GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity ¶

func NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity() *GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity

NewGetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity creates a GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity with default headers values

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) Code ¶

Code gets the status code for the get img tags infinite image browsing db get image tags post unprocessable entity response

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) Error ¶

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) GetPayload ¶

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get img tags infinite image browsing db get image tags post unprocessable entity response has a 4xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this get img tags infinite image browsing db get image tags post unprocessable entity response a status code equal to that given

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get img tags infinite image browsing db get image tags post unprocessable entity response has a 3xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get img tags infinite image browsing db get image tags post unprocessable entity response has a 5xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get img tags infinite image browsing db get image tags post unprocessable entity response has a 2xx status code

func (*GetImgTagsInfiniteImageBrowsingDbGetImageTagsPostUnprocessableEntity) String ¶

type GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK ¶

type GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK struct {
	Payload []*models.LatentUpscalerModeItem
}

GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK ¶

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK() *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK

NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK creates a GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK with default headers values

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) Code ¶

Code gets the status code for the get latent upscale modes sdapi v1 latent upscale modes get o k response

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) Error ¶

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) GetPayload ¶

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) IsClientError ¶

IsClientError returns true when this get latent upscale modes sdapi v1 latent upscale modes get o k response has a 4xx status code

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) IsCode ¶

IsCode returns true when this get latent upscale modes sdapi v1 latent upscale modes get o k response a status code equal to that given

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) IsRedirect ¶

IsRedirect returns true when this get latent upscale modes sdapi v1 latent upscale modes get o k response has a 3xx status code

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) IsServerError ¶

IsServerError returns true when this get latent upscale modes sdapi v1 latent upscale modes get o k response has a 5xx status code

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) IsSuccess ¶

IsSuccess returns true when this get latent upscale modes sdapi v1 latent upscale modes get o k response has a 2xx status code

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetOK) String ¶

type GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams ¶

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

GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams contains all the parameters to send to the API endpoint

for the get latent upscale modes sdapi v1 latent upscale modes get operation.

Typically these are written to a http.Request.

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams ¶

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams() *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams

NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams creates a new GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithContext ¶

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithContext(ctx context.Context) *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams

NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithContext creates a new GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams object with the ability to set a context for a request.

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithHTTPClient ¶

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithHTTPClient(client *http.Client) *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams

NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithHTTPClient creates a new GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithTimeout ¶

func NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithTimeout(timeout time.Duration) *GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams

NewGetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParamsWithTimeout creates a new GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams object with the ability to set a timeout on a request.

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) SetContext ¶

SetContext adds the context to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get latent upscale modes sdapi v1 latent upscale modes get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) WithContext ¶

WithContext adds the context to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get latent upscale modes sdapi v1 latent upscale modes get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get latent upscale modes sdapi v1 latent upscale modes get params

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetReader ¶

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

GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetReader is a Reader for the GetLatentUpscaleModesSdapiV1LatentUpscaleModesGet structure.

func (*GetLatentUpscaleModesSdapiV1LatentUpscaleModesGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetLorasSdapiV1LorasGetOK ¶

type GetLorasSdapiV1LorasGetOK struct {
	Payload interface{}
}

GetLorasSdapiV1LorasGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetLorasSdapiV1LorasGetOK ¶

func NewGetLorasSdapiV1LorasGetOK() *GetLorasSdapiV1LorasGetOK

NewGetLorasSdapiV1LorasGetOK creates a GetLorasSdapiV1LorasGetOK with default headers values

func (*GetLorasSdapiV1LorasGetOK) Code ¶

func (o *GetLorasSdapiV1LorasGetOK) Code() int

Code gets the status code for the get loras sdapi v1 loras get o k response

func (*GetLorasSdapiV1LorasGetOK) Error ¶

func (o *GetLorasSdapiV1LorasGetOK) Error() string

func (*GetLorasSdapiV1LorasGetOK) GetPayload ¶

func (o *GetLorasSdapiV1LorasGetOK) GetPayload() interface{}

func (*GetLorasSdapiV1LorasGetOK) IsClientError ¶

func (o *GetLorasSdapiV1LorasGetOK) IsClientError() bool

IsClientError returns true when this get loras sdapi v1 loras get o k response has a 4xx status code

func (*GetLorasSdapiV1LorasGetOK) IsCode ¶

func (o *GetLorasSdapiV1LorasGetOK) IsCode(code int) bool

IsCode returns true when this get loras sdapi v1 loras get o k response a status code equal to that given

func (*GetLorasSdapiV1LorasGetOK) IsRedirect ¶

func (o *GetLorasSdapiV1LorasGetOK) IsRedirect() bool

IsRedirect returns true when this get loras sdapi v1 loras get o k response has a 3xx status code

func (*GetLorasSdapiV1LorasGetOK) IsServerError ¶

func (o *GetLorasSdapiV1LorasGetOK) IsServerError() bool

IsServerError returns true when this get loras sdapi v1 loras get o k response has a 5xx status code

func (*GetLorasSdapiV1LorasGetOK) IsSuccess ¶

func (o *GetLorasSdapiV1LorasGetOK) IsSuccess() bool

IsSuccess returns true when this get loras sdapi v1 loras get o k response has a 2xx status code

func (*GetLorasSdapiV1LorasGetOK) String ¶

func (o *GetLorasSdapiV1LorasGetOK) String() string

type GetLorasSdapiV1LorasGetParams ¶

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

GetLorasSdapiV1LorasGetParams contains all the parameters to send to the API endpoint

for the get loras sdapi v1 loras get operation.

Typically these are written to a http.Request.

func NewGetLorasSdapiV1LorasGetParams ¶

func NewGetLorasSdapiV1LorasGetParams() *GetLorasSdapiV1LorasGetParams

NewGetLorasSdapiV1LorasGetParams creates a new GetLorasSdapiV1LorasGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLorasSdapiV1LorasGetParamsWithContext ¶

func NewGetLorasSdapiV1LorasGetParamsWithContext(ctx context.Context) *GetLorasSdapiV1LorasGetParams

NewGetLorasSdapiV1LorasGetParamsWithContext creates a new GetLorasSdapiV1LorasGetParams object with the ability to set a context for a request.

func NewGetLorasSdapiV1LorasGetParamsWithHTTPClient ¶

func NewGetLorasSdapiV1LorasGetParamsWithHTTPClient(client *http.Client) *GetLorasSdapiV1LorasGetParams

NewGetLorasSdapiV1LorasGetParamsWithHTTPClient creates a new GetLorasSdapiV1LorasGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetLorasSdapiV1LorasGetParamsWithTimeout ¶

func NewGetLorasSdapiV1LorasGetParamsWithTimeout(timeout time.Duration) *GetLorasSdapiV1LorasGetParams

NewGetLorasSdapiV1LorasGetParamsWithTimeout creates a new GetLorasSdapiV1LorasGetParams object with the ability to set a timeout on a request.

func (*GetLorasSdapiV1LorasGetParams) SetContext ¶

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

SetContext adds the context to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) SetDefaults ¶

func (o *GetLorasSdapiV1LorasGetParams) SetDefaults()

SetDefaults hydrates default values in the get loras sdapi v1 loras get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLorasSdapiV1LorasGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) WithContext ¶

WithContext adds the context to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get loras sdapi v1 loras get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLorasSdapiV1LorasGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get loras sdapi v1 loras get params

func (*GetLorasSdapiV1LorasGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetLorasSdapiV1LorasGetReader ¶

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

GetLorasSdapiV1LorasGetReader is a Reader for the GetLorasSdapiV1LorasGet structure.

func (*GetLorasSdapiV1LorasGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetLycosSdapiV1LycosGetOK ¶

type GetLycosSdapiV1LycosGetOK struct {
	Payload interface{}
}

GetLycosSdapiV1LycosGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetLycosSdapiV1LycosGetOK ¶

func NewGetLycosSdapiV1LycosGetOK() *GetLycosSdapiV1LycosGetOK

NewGetLycosSdapiV1LycosGetOK creates a GetLycosSdapiV1LycosGetOK with default headers values

func (*GetLycosSdapiV1LycosGetOK) Code ¶

func (o *GetLycosSdapiV1LycosGetOK) Code() int

Code gets the status code for the get lycos sdapi v1 lycos get o k response

func (*GetLycosSdapiV1LycosGetOK) Error ¶

func (o *GetLycosSdapiV1LycosGetOK) Error() string

func (*GetLycosSdapiV1LycosGetOK) GetPayload ¶

func (o *GetLycosSdapiV1LycosGetOK) GetPayload() interface{}

func (*GetLycosSdapiV1LycosGetOK) IsClientError ¶

func (o *GetLycosSdapiV1LycosGetOK) IsClientError() bool

IsClientError returns true when this get lycos sdapi v1 lycos get o k response has a 4xx status code

func (*GetLycosSdapiV1LycosGetOK) IsCode ¶

func (o *GetLycosSdapiV1LycosGetOK) IsCode(code int) bool

IsCode returns true when this get lycos sdapi v1 lycos get o k response a status code equal to that given

func (*GetLycosSdapiV1LycosGetOK) IsRedirect ¶

func (o *GetLycosSdapiV1LycosGetOK) IsRedirect() bool

IsRedirect returns true when this get lycos sdapi v1 lycos get o k response has a 3xx status code

func (*GetLycosSdapiV1LycosGetOK) IsServerError ¶

func (o *GetLycosSdapiV1LycosGetOK) IsServerError() bool

IsServerError returns true when this get lycos sdapi v1 lycos get o k response has a 5xx status code

func (*GetLycosSdapiV1LycosGetOK) IsSuccess ¶

func (o *GetLycosSdapiV1LycosGetOK) IsSuccess() bool

IsSuccess returns true when this get lycos sdapi v1 lycos get o k response has a 2xx status code

func (*GetLycosSdapiV1LycosGetOK) String ¶

func (o *GetLycosSdapiV1LycosGetOK) String() string

type GetLycosSdapiV1LycosGetParams ¶

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

GetLycosSdapiV1LycosGetParams contains all the parameters to send to the API endpoint

for the get lycos sdapi v1 lycos get operation.

Typically these are written to a http.Request.

func NewGetLycosSdapiV1LycosGetParams ¶

func NewGetLycosSdapiV1LycosGetParams() *GetLycosSdapiV1LycosGetParams

NewGetLycosSdapiV1LycosGetParams creates a new GetLycosSdapiV1LycosGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLycosSdapiV1LycosGetParamsWithContext ¶

func NewGetLycosSdapiV1LycosGetParamsWithContext(ctx context.Context) *GetLycosSdapiV1LycosGetParams

NewGetLycosSdapiV1LycosGetParamsWithContext creates a new GetLycosSdapiV1LycosGetParams object with the ability to set a context for a request.

func NewGetLycosSdapiV1LycosGetParamsWithHTTPClient ¶

func NewGetLycosSdapiV1LycosGetParamsWithHTTPClient(client *http.Client) *GetLycosSdapiV1LycosGetParams

NewGetLycosSdapiV1LycosGetParamsWithHTTPClient creates a new GetLycosSdapiV1LycosGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetLycosSdapiV1LycosGetParamsWithTimeout ¶

func NewGetLycosSdapiV1LycosGetParamsWithTimeout(timeout time.Duration) *GetLycosSdapiV1LycosGetParams

NewGetLycosSdapiV1LycosGetParamsWithTimeout creates a new GetLycosSdapiV1LycosGetParams object with the ability to set a timeout on a request.

func (*GetLycosSdapiV1LycosGetParams) SetContext ¶

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

SetContext adds the context to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) SetDefaults ¶

func (o *GetLycosSdapiV1LycosGetParams) SetDefaults()

SetDefaults hydrates default values in the get lycos sdapi v1 lycos get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLycosSdapiV1LycosGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) WithContext ¶

WithContext adds the context to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get lycos sdapi v1 lycos get params (not the query body).

All values with no default are reset to their zero value.

func (*GetLycosSdapiV1LycosGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get lycos sdapi v1 lycos get params

func (*GetLycosSdapiV1LycosGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetLycosSdapiV1LycosGetReader ¶

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

GetLycosSdapiV1LycosGetReader is a Reader for the GetLycosSdapiV1LycosGet structure.

func (*GetLycosSdapiV1LycosGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetMemorySdapiV1MemoryGetOK ¶

type GetMemorySdapiV1MemoryGetOK struct {
	Payload *models.MemoryResponse
}

GetMemorySdapiV1MemoryGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetMemorySdapiV1MemoryGetOK ¶

func NewGetMemorySdapiV1MemoryGetOK() *GetMemorySdapiV1MemoryGetOK

NewGetMemorySdapiV1MemoryGetOK creates a GetMemorySdapiV1MemoryGetOK with default headers values

func (*GetMemorySdapiV1MemoryGetOK) Code ¶

func (o *GetMemorySdapiV1MemoryGetOK) Code() int

Code gets the status code for the get memory sdapi v1 memory get o k response

func (*GetMemorySdapiV1MemoryGetOK) Error ¶

func (*GetMemorySdapiV1MemoryGetOK) GetPayload ¶

func (*GetMemorySdapiV1MemoryGetOK) IsClientError ¶

func (o *GetMemorySdapiV1MemoryGetOK) IsClientError() bool

IsClientError returns true when this get memory sdapi v1 memory get o k response has a 4xx status code

func (*GetMemorySdapiV1MemoryGetOK) IsCode ¶

func (o *GetMemorySdapiV1MemoryGetOK) IsCode(code int) bool

IsCode returns true when this get memory sdapi v1 memory get o k response a status code equal to that given

func (*GetMemorySdapiV1MemoryGetOK) IsRedirect ¶

func (o *GetMemorySdapiV1MemoryGetOK) IsRedirect() bool

IsRedirect returns true when this get memory sdapi v1 memory get o k response has a 3xx status code

func (*GetMemorySdapiV1MemoryGetOK) IsServerError ¶

func (o *GetMemorySdapiV1MemoryGetOK) IsServerError() bool

IsServerError returns true when this get memory sdapi v1 memory get o k response has a 5xx status code

func (*GetMemorySdapiV1MemoryGetOK) IsSuccess ¶

func (o *GetMemorySdapiV1MemoryGetOK) IsSuccess() bool

IsSuccess returns true when this get memory sdapi v1 memory get o k response has a 2xx status code

func (*GetMemorySdapiV1MemoryGetOK) String ¶

func (o *GetMemorySdapiV1MemoryGetOK) String() string

type GetMemorySdapiV1MemoryGetParams ¶

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

GetMemorySdapiV1MemoryGetParams contains all the parameters to send to the API endpoint

for the get memory sdapi v1 memory get operation.

Typically these are written to a http.Request.

func NewGetMemorySdapiV1MemoryGetParams ¶

func NewGetMemorySdapiV1MemoryGetParams() *GetMemorySdapiV1MemoryGetParams

NewGetMemorySdapiV1MemoryGetParams creates a new GetMemorySdapiV1MemoryGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetMemorySdapiV1MemoryGetParamsWithContext ¶

func NewGetMemorySdapiV1MemoryGetParamsWithContext(ctx context.Context) *GetMemorySdapiV1MemoryGetParams

NewGetMemorySdapiV1MemoryGetParamsWithContext creates a new GetMemorySdapiV1MemoryGetParams object with the ability to set a context for a request.

func NewGetMemorySdapiV1MemoryGetParamsWithHTTPClient ¶

func NewGetMemorySdapiV1MemoryGetParamsWithHTTPClient(client *http.Client) *GetMemorySdapiV1MemoryGetParams

NewGetMemorySdapiV1MemoryGetParamsWithHTTPClient creates a new GetMemorySdapiV1MemoryGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetMemorySdapiV1MemoryGetParamsWithTimeout ¶

func NewGetMemorySdapiV1MemoryGetParamsWithTimeout(timeout time.Duration) *GetMemorySdapiV1MemoryGetParams

NewGetMemorySdapiV1MemoryGetParamsWithTimeout creates a new GetMemorySdapiV1MemoryGetParams object with the ability to set a timeout on a request.

func (*GetMemorySdapiV1MemoryGetParams) SetContext ¶

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

SetContext adds the context to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) SetDefaults ¶

func (o *GetMemorySdapiV1MemoryGetParams) SetDefaults()

SetDefaults hydrates default values in the get memory sdapi v1 memory get params (not the query body).

All values with no default are reset to their zero value.

func (*GetMemorySdapiV1MemoryGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) WithContext ¶

WithContext adds the context to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get memory sdapi v1 memory get params (not the query body).

All values with no default are reset to their zero value.

func (*GetMemorySdapiV1MemoryGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get memory sdapi v1 memory get params

func (*GetMemorySdapiV1MemoryGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetMemorySdapiV1MemoryGetReader ¶

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

GetMemorySdapiV1MemoryGetReader is a Reader for the GetMemorySdapiV1MemoryGet structure.

func (*GetMemorySdapiV1MemoryGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetMetadataSdExtraNetworksMetadataGetOK ¶

type GetMetadataSdExtraNetworksMetadataGetOK struct {
	Payload interface{}
}

GetMetadataSdExtraNetworksMetadataGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetMetadataSdExtraNetworksMetadataGetOK ¶

func NewGetMetadataSdExtraNetworksMetadataGetOK() *GetMetadataSdExtraNetworksMetadataGetOK

NewGetMetadataSdExtraNetworksMetadataGetOK creates a GetMetadataSdExtraNetworksMetadataGetOK with default headers values

func (*GetMetadataSdExtraNetworksMetadataGetOK) Code ¶

Code gets the status code for the get metadata sd extra networks metadata get o k response

func (*GetMetadataSdExtraNetworksMetadataGetOK) Error ¶

func (*GetMetadataSdExtraNetworksMetadataGetOK) GetPayload ¶

func (o *GetMetadataSdExtraNetworksMetadataGetOK) GetPayload() interface{}

func (*GetMetadataSdExtraNetworksMetadataGetOK) IsClientError ¶

func (o *GetMetadataSdExtraNetworksMetadataGetOK) IsClientError() bool

IsClientError returns true when this get metadata sd extra networks metadata get o k response has a 4xx status code

func (*GetMetadataSdExtraNetworksMetadataGetOK) IsCode ¶

IsCode returns true when this get metadata sd extra networks metadata get o k response a status code equal to that given

func (*GetMetadataSdExtraNetworksMetadataGetOK) IsRedirect ¶

IsRedirect returns true when this get metadata sd extra networks metadata get o k response has a 3xx status code

func (*GetMetadataSdExtraNetworksMetadataGetOK) IsServerError ¶

func (o *GetMetadataSdExtraNetworksMetadataGetOK) IsServerError() bool

IsServerError returns true when this get metadata sd extra networks metadata get o k response has a 5xx status code

func (*GetMetadataSdExtraNetworksMetadataGetOK) IsSuccess ¶

IsSuccess returns true when this get metadata sd extra networks metadata get o k response has a 2xx status code

func (*GetMetadataSdExtraNetworksMetadataGetOK) String ¶

type GetMetadataSdExtraNetworksMetadataGetParams ¶

type GetMetadataSdExtraNetworksMetadataGetParams struct {

	// Item.
	Item *string

	// Page.
	Page *string

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

GetMetadataSdExtraNetworksMetadataGetParams contains all the parameters to send to the API endpoint

for the get metadata sd extra networks metadata get operation.

Typically these are written to a http.Request.

func NewGetMetadataSdExtraNetworksMetadataGetParams ¶

func NewGetMetadataSdExtraNetworksMetadataGetParams() *GetMetadataSdExtraNetworksMetadataGetParams

NewGetMetadataSdExtraNetworksMetadataGetParams creates a new GetMetadataSdExtraNetworksMetadataGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithContext ¶

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithContext(ctx context.Context) *GetMetadataSdExtraNetworksMetadataGetParams

NewGetMetadataSdExtraNetworksMetadataGetParamsWithContext creates a new GetMetadataSdExtraNetworksMetadataGetParams object with the ability to set a context for a request.

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithHTTPClient ¶

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithHTTPClient(client *http.Client) *GetMetadataSdExtraNetworksMetadataGetParams

NewGetMetadataSdExtraNetworksMetadataGetParamsWithHTTPClient creates a new GetMetadataSdExtraNetworksMetadataGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithTimeout ¶

func NewGetMetadataSdExtraNetworksMetadataGetParamsWithTimeout(timeout time.Duration) *GetMetadataSdExtraNetworksMetadataGetParams

NewGetMetadataSdExtraNetworksMetadataGetParamsWithTimeout creates a new GetMetadataSdExtraNetworksMetadataGetParams object with the ability to set a timeout on a request.

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetContext ¶

SetContext adds the context to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get metadata sd extra networks metadata get params (not the query body).

All values with no default are reset to their zero value.

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetItem ¶

SetItem adds the item to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetPage ¶

SetPage adds the page to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithContext ¶

WithContext adds the context to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get metadata sd extra networks metadata get params (not the query body).

All values with no default are reset to their zero value.

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithItem ¶

WithItem adds the item to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithPage ¶

WithPage adds the page to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get metadata sd extra networks metadata get params

func (*GetMetadataSdExtraNetworksMetadataGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetMetadataSdExtraNetworksMetadataGetReader ¶

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

GetMetadataSdExtraNetworksMetadataGetReader is a Reader for the GetMetadataSdExtraNetworksMetadataGet structure.

func (*GetMetadataSdExtraNetworksMetadataGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity ¶

type GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetMetadataSdExtraNetworksMetadataGetUnprocessableEntity ¶

func NewGetMetadataSdExtraNetworksMetadataGetUnprocessableEntity() *GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity

NewGetMetadataSdExtraNetworksMetadataGetUnprocessableEntity creates a GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity with default headers values

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) Code ¶

Code gets the status code for the get metadata sd extra networks metadata get unprocessable entity response

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) Error ¶

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) GetPayload ¶

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get metadata sd extra networks metadata get unprocessable entity response has a 4xx status code

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) IsCode ¶

IsCode returns true when this get metadata sd extra networks metadata get unprocessable entity response a status code equal to that given

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get metadata sd extra networks metadata get unprocessable entity response has a 3xx status code

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get metadata sd extra networks metadata get unprocessable entity response has a 5xx status code

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get metadata sd extra networks metadata get unprocessable entity response has a 2xx status code

func (*GetMetadataSdExtraNetworksMetadataGetUnprocessableEntity) String ¶

type GetPromptStylesSdapiV1PromptStylesGetOK ¶

type GetPromptStylesSdapiV1PromptStylesGetOK struct {
	Payload []*models.PromptStyleItem
}

GetPromptStylesSdapiV1PromptStylesGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetPromptStylesSdapiV1PromptStylesGetOK ¶

func NewGetPromptStylesSdapiV1PromptStylesGetOK() *GetPromptStylesSdapiV1PromptStylesGetOK

NewGetPromptStylesSdapiV1PromptStylesGetOK creates a GetPromptStylesSdapiV1PromptStylesGetOK with default headers values

func (*GetPromptStylesSdapiV1PromptStylesGetOK) Code ¶

Code gets the status code for the get prompt styles sdapi v1 prompt styles get o k response

func (*GetPromptStylesSdapiV1PromptStylesGetOK) Error ¶

func (*GetPromptStylesSdapiV1PromptStylesGetOK) GetPayload ¶

func (*GetPromptStylesSdapiV1PromptStylesGetOK) IsClientError ¶

func (o *GetPromptStylesSdapiV1PromptStylesGetOK) IsClientError() bool

IsClientError returns true when this get prompt styles sdapi v1 prompt styles get o k response has a 4xx status code

func (*GetPromptStylesSdapiV1PromptStylesGetOK) IsCode ¶

IsCode returns true when this get prompt styles sdapi v1 prompt styles get o k response a status code equal to that given

func (*GetPromptStylesSdapiV1PromptStylesGetOK) IsRedirect ¶

IsRedirect returns true when this get prompt styles sdapi v1 prompt styles get o k response has a 3xx status code

func (*GetPromptStylesSdapiV1PromptStylesGetOK) IsServerError ¶

func (o *GetPromptStylesSdapiV1PromptStylesGetOK) IsServerError() bool

IsServerError returns true when this get prompt styles sdapi v1 prompt styles get o k response has a 5xx status code

func (*GetPromptStylesSdapiV1PromptStylesGetOK) IsSuccess ¶

IsSuccess returns true when this get prompt styles sdapi v1 prompt styles get o k response has a 2xx status code

func (*GetPromptStylesSdapiV1PromptStylesGetOK) String ¶

type GetPromptStylesSdapiV1PromptStylesGetParams ¶

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

GetPromptStylesSdapiV1PromptStylesGetParams contains all the parameters to send to the API endpoint

for the get prompt styles sdapi v1 prompt styles get operation.

Typically these are written to a http.Request.

func NewGetPromptStylesSdapiV1PromptStylesGetParams ¶

func NewGetPromptStylesSdapiV1PromptStylesGetParams() *GetPromptStylesSdapiV1PromptStylesGetParams

NewGetPromptStylesSdapiV1PromptStylesGetParams creates a new GetPromptStylesSdapiV1PromptStylesGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithContext ¶

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithContext(ctx context.Context) *GetPromptStylesSdapiV1PromptStylesGetParams

NewGetPromptStylesSdapiV1PromptStylesGetParamsWithContext creates a new GetPromptStylesSdapiV1PromptStylesGetParams object with the ability to set a context for a request.

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithHTTPClient ¶

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithHTTPClient(client *http.Client) *GetPromptStylesSdapiV1PromptStylesGetParams

NewGetPromptStylesSdapiV1PromptStylesGetParamsWithHTTPClient creates a new GetPromptStylesSdapiV1PromptStylesGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithTimeout ¶

func NewGetPromptStylesSdapiV1PromptStylesGetParamsWithTimeout(timeout time.Duration) *GetPromptStylesSdapiV1PromptStylesGetParams

NewGetPromptStylesSdapiV1PromptStylesGetParamsWithTimeout creates a new GetPromptStylesSdapiV1PromptStylesGetParams object with the ability to set a timeout on a request.

func (*GetPromptStylesSdapiV1PromptStylesGetParams) SetContext ¶

SetContext adds the context to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get prompt styles sdapi v1 prompt styles get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPromptStylesSdapiV1PromptStylesGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) WithContext ¶

WithContext adds the context to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get prompt styles sdapi v1 prompt styles get params (not the query body).

All values with no default are reset to their zero value.

func (*GetPromptStylesSdapiV1PromptStylesGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get prompt styles sdapi v1 prompt styles get params

func (*GetPromptStylesSdapiV1PromptStylesGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetPromptStylesSdapiV1PromptStylesGetReader ¶

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

GetPromptStylesSdapiV1PromptStylesGetReader is a Reader for the GetPromptStylesSdapiV1PromptStylesGet structure.

func (*GetPromptStylesSdapiV1PromptStylesGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetQueueStatusQueueStatusGetOK ¶

type GetQueueStatusQueueStatusGetOK struct {
	Payload *models.Estimation
}

GetQueueStatusQueueStatusGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetQueueStatusQueueStatusGetOK ¶

func NewGetQueueStatusQueueStatusGetOK() *GetQueueStatusQueueStatusGetOK

NewGetQueueStatusQueueStatusGetOK creates a GetQueueStatusQueueStatusGetOK with default headers values

func (*GetQueueStatusQueueStatusGetOK) Code ¶

Code gets the status code for the get queue status queue status get o k response

func (*GetQueueStatusQueueStatusGetOK) Error ¶

func (*GetQueueStatusQueueStatusGetOK) GetPayload ¶

func (*GetQueueStatusQueueStatusGetOK) IsClientError ¶

func (o *GetQueueStatusQueueStatusGetOK) IsClientError() bool

IsClientError returns true when this get queue status queue status get o k response has a 4xx status code

func (*GetQueueStatusQueueStatusGetOK) IsCode ¶

func (o *GetQueueStatusQueueStatusGetOK) IsCode(code int) bool

IsCode returns true when this get queue status queue status get o k response a status code equal to that given

func (*GetQueueStatusQueueStatusGetOK) IsRedirect ¶

func (o *GetQueueStatusQueueStatusGetOK) IsRedirect() bool

IsRedirect returns true when this get queue status queue status get o k response has a 3xx status code

func (*GetQueueStatusQueueStatusGetOK) IsServerError ¶

func (o *GetQueueStatusQueueStatusGetOK) IsServerError() bool

IsServerError returns true when this get queue status queue status get o k response has a 5xx status code

func (*GetQueueStatusQueueStatusGetOK) IsSuccess ¶

func (o *GetQueueStatusQueueStatusGetOK) IsSuccess() bool

IsSuccess returns true when this get queue status queue status get o k response has a 2xx status code

func (*GetQueueStatusQueueStatusGetOK) String ¶

type GetQueueStatusQueueStatusGetParams ¶

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

GetQueueStatusQueueStatusGetParams contains all the parameters to send to the API endpoint

for the get queue status queue status get operation.

Typically these are written to a http.Request.

func NewGetQueueStatusQueueStatusGetParams ¶

func NewGetQueueStatusQueueStatusGetParams() *GetQueueStatusQueueStatusGetParams

NewGetQueueStatusQueueStatusGetParams creates a new GetQueueStatusQueueStatusGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetQueueStatusQueueStatusGetParamsWithContext ¶

func NewGetQueueStatusQueueStatusGetParamsWithContext(ctx context.Context) *GetQueueStatusQueueStatusGetParams

NewGetQueueStatusQueueStatusGetParamsWithContext creates a new GetQueueStatusQueueStatusGetParams object with the ability to set a context for a request.

func NewGetQueueStatusQueueStatusGetParamsWithHTTPClient ¶

func NewGetQueueStatusQueueStatusGetParamsWithHTTPClient(client *http.Client) *GetQueueStatusQueueStatusGetParams

NewGetQueueStatusQueueStatusGetParamsWithHTTPClient creates a new GetQueueStatusQueueStatusGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetQueueStatusQueueStatusGetParamsWithTimeout ¶

func NewGetQueueStatusQueueStatusGetParamsWithTimeout(timeout time.Duration) *GetQueueStatusQueueStatusGetParams

NewGetQueueStatusQueueStatusGetParamsWithTimeout creates a new GetQueueStatusQueueStatusGetParams object with the ability to set a timeout on a request.

func (*GetQueueStatusQueueStatusGetParams) SetContext ¶

SetContext adds the context to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) SetDefaults ¶

func (o *GetQueueStatusQueueStatusGetParams) SetDefaults()

SetDefaults hydrates default values in the get queue status queue status get params (not the query body).

All values with no default are reset to their zero value.

func (*GetQueueStatusQueueStatusGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) WithContext ¶

WithContext adds the context to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get queue status queue status get params (not the query body).

All values with no default are reset to their zero value.

func (*GetQueueStatusQueueStatusGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get queue status queue status get params

func (*GetQueueStatusQueueStatusGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetQueueStatusQueueStatusGetReader ¶

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

GetQueueStatusQueueStatusGetReader is a Reader for the GetQueueStatusQueueStatusGet structure.

func (*GetQueueStatusQueueStatusGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetRealesrganModelsSdapiV1RealesrganModelsGetOK ¶

type GetRealesrganModelsSdapiV1RealesrganModelsGetOK struct {
	Payload []*models.RealesrganItem
}

GetRealesrganModelsSdapiV1RealesrganModelsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetOK ¶

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetOK() *GetRealesrganModelsSdapiV1RealesrganModelsGetOK

NewGetRealesrganModelsSdapiV1RealesrganModelsGetOK creates a GetRealesrganModelsSdapiV1RealesrganModelsGetOK with default headers values

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) Code ¶

Code gets the status code for the get realesrgan models sdapi v1 realesrgan models get o k response

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) Error ¶

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) GetPayload ¶

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) IsClientError ¶

IsClientError returns true when this get realesrgan models sdapi v1 realesrgan models get o k response has a 4xx status code

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) IsCode ¶

IsCode returns true when this get realesrgan models sdapi v1 realesrgan models get o k response a status code equal to that given

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) IsRedirect ¶

IsRedirect returns true when this get realesrgan models sdapi v1 realesrgan models get o k response has a 3xx status code

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) IsServerError ¶

IsServerError returns true when this get realesrgan models sdapi v1 realesrgan models get o k response has a 5xx status code

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) IsSuccess ¶

IsSuccess returns true when this get realesrgan models sdapi v1 realesrgan models get o k response has a 2xx status code

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetOK) String ¶

type GetRealesrganModelsSdapiV1RealesrganModelsGetParams ¶

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

GetRealesrganModelsSdapiV1RealesrganModelsGetParams contains all the parameters to send to the API endpoint

for the get realesrgan models sdapi v1 realesrgan models get operation.

Typically these are written to a http.Request.

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParams ¶

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParams() *GetRealesrganModelsSdapiV1RealesrganModelsGetParams

NewGetRealesrganModelsSdapiV1RealesrganModelsGetParams creates a new GetRealesrganModelsSdapiV1RealesrganModelsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithContext ¶

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithContext(ctx context.Context) *GetRealesrganModelsSdapiV1RealesrganModelsGetParams

NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithContext creates a new GetRealesrganModelsSdapiV1RealesrganModelsGetParams object with the ability to set a context for a request.

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithHTTPClient ¶

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithHTTPClient(client *http.Client) *GetRealesrganModelsSdapiV1RealesrganModelsGetParams

NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithHTTPClient creates a new GetRealesrganModelsSdapiV1RealesrganModelsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithTimeout ¶

func NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithTimeout(timeout time.Duration) *GetRealesrganModelsSdapiV1RealesrganModelsGetParams

NewGetRealesrganModelsSdapiV1RealesrganModelsGetParamsWithTimeout creates a new GetRealesrganModelsSdapiV1RealesrganModelsGetParams object with the ability to set a timeout on a request.

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) SetContext ¶

SetContext adds the context to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get realesrgan models sdapi v1 realesrgan models get params (not the query body).

All values with no default are reset to their zero value.

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) WithContext ¶

WithContext adds the context to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get realesrgan models sdapi v1 realesrgan models get params (not the query body).

All values with no default are reset to their zero value.

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get realesrgan models sdapi v1 realesrgan models get params

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetRealesrganModelsSdapiV1RealesrganModelsGetReader ¶

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

GetRealesrganModelsSdapiV1RealesrganModelsGetReader is a Reader for the GetRealesrganModelsSdapiV1RealesrganModelsGet structure.

func (*GetRealesrganModelsSdapiV1RealesrganModelsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSamplersSdapiV1SamplersGetOK ¶

type GetSamplersSdapiV1SamplersGetOK struct {
	Payload []*models.SamplerItem
}

GetSamplersSdapiV1SamplersGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetSamplersSdapiV1SamplersGetOK ¶

func NewGetSamplersSdapiV1SamplersGetOK() *GetSamplersSdapiV1SamplersGetOK

NewGetSamplersSdapiV1SamplersGetOK creates a GetSamplersSdapiV1SamplersGetOK with default headers values

func (*GetSamplersSdapiV1SamplersGetOK) Code ¶

Code gets the status code for the get samplers sdapi v1 samplers get o k response

func (*GetSamplersSdapiV1SamplersGetOK) Error ¶

func (*GetSamplersSdapiV1SamplersGetOK) GetPayload ¶

func (*GetSamplersSdapiV1SamplersGetOK) IsClientError ¶

func (o *GetSamplersSdapiV1SamplersGetOK) IsClientError() bool

IsClientError returns true when this get samplers sdapi v1 samplers get o k response has a 4xx status code

func (*GetSamplersSdapiV1SamplersGetOK) IsCode ¶

func (o *GetSamplersSdapiV1SamplersGetOK) IsCode(code int) bool

IsCode returns true when this get samplers sdapi v1 samplers get o k response a status code equal to that given

func (*GetSamplersSdapiV1SamplersGetOK) IsRedirect ¶

func (o *GetSamplersSdapiV1SamplersGetOK) IsRedirect() bool

IsRedirect returns true when this get samplers sdapi v1 samplers get o k response has a 3xx status code

func (*GetSamplersSdapiV1SamplersGetOK) IsServerError ¶

func (o *GetSamplersSdapiV1SamplersGetOK) IsServerError() bool

IsServerError returns true when this get samplers sdapi v1 samplers get o k response has a 5xx status code

func (*GetSamplersSdapiV1SamplersGetOK) IsSuccess ¶

func (o *GetSamplersSdapiV1SamplersGetOK) IsSuccess() bool

IsSuccess returns true when this get samplers sdapi v1 samplers get o k response has a 2xx status code

func (*GetSamplersSdapiV1SamplersGetOK) String ¶

type GetSamplersSdapiV1SamplersGetParams ¶

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

GetSamplersSdapiV1SamplersGetParams contains all the parameters to send to the API endpoint

for the get samplers sdapi v1 samplers get operation.

Typically these are written to a http.Request.

func NewGetSamplersSdapiV1SamplersGetParams ¶

func NewGetSamplersSdapiV1SamplersGetParams() *GetSamplersSdapiV1SamplersGetParams

NewGetSamplersSdapiV1SamplersGetParams creates a new GetSamplersSdapiV1SamplersGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSamplersSdapiV1SamplersGetParamsWithContext ¶

func NewGetSamplersSdapiV1SamplersGetParamsWithContext(ctx context.Context) *GetSamplersSdapiV1SamplersGetParams

NewGetSamplersSdapiV1SamplersGetParamsWithContext creates a new GetSamplersSdapiV1SamplersGetParams object with the ability to set a context for a request.

func NewGetSamplersSdapiV1SamplersGetParamsWithHTTPClient ¶

func NewGetSamplersSdapiV1SamplersGetParamsWithHTTPClient(client *http.Client) *GetSamplersSdapiV1SamplersGetParams

NewGetSamplersSdapiV1SamplersGetParamsWithHTTPClient creates a new GetSamplersSdapiV1SamplersGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetSamplersSdapiV1SamplersGetParamsWithTimeout ¶

func NewGetSamplersSdapiV1SamplersGetParamsWithTimeout(timeout time.Duration) *GetSamplersSdapiV1SamplersGetParams

NewGetSamplersSdapiV1SamplersGetParamsWithTimeout creates a new GetSamplersSdapiV1SamplersGetParams object with the ability to set a timeout on a request.

func (*GetSamplersSdapiV1SamplersGetParams) SetContext ¶

SetContext adds the context to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) SetDefaults ¶

func (o *GetSamplersSdapiV1SamplersGetParams) SetDefaults()

SetDefaults hydrates default values in the get samplers sdapi v1 samplers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSamplersSdapiV1SamplersGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) WithContext ¶

WithContext adds the context to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get samplers sdapi v1 samplers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSamplersSdapiV1SamplersGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get samplers sdapi v1 samplers get params

func (*GetSamplersSdapiV1SamplersGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSamplersSdapiV1SamplersGetReader ¶

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

GetSamplersSdapiV1SamplersGetReader is a Reader for the GetSamplersSdapiV1SamplersGet structure.

func (*GetSamplersSdapiV1SamplersGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetScriptInfoSdapiV1ScriptInfoGetOK ¶

type GetScriptInfoSdapiV1ScriptInfoGetOK struct {
	Payload []*models.ScriptInfo
}

GetScriptInfoSdapiV1ScriptInfoGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetScriptInfoSdapiV1ScriptInfoGetOK ¶

func NewGetScriptInfoSdapiV1ScriptInfoGetOK() *GetScriptInfoSdapiV1ScriptInfoGetOK

NewGetScriptInfoSdapiV1ScriptInfoGetOK creates a GetScriptInfoSdapiV1ScriptInfoGetOK with default headers values

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) Code ¶

Code gets the status code for the get script info sdapi v1 script info get o k response

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) Error ¶

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) GetPayload ¶

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) IsClientError ¶

func (o *GetScriptInfoSdapiV1ScriptInfoGetOK) IsClientError() bool

IsClientError returns true when this get script info sdapi v1 script info get o k response has a 4xx status code

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) IsCode ¶

IsCode returns true when this get script info sdapi v1 script info get o k response a status code equal to that given

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) IsRedirect ¶

func (o *GetScriptInfoSdapiV1ScriptInfoGetOK) IsRedirect() bool

IsRedirect returns true when this get script info sdapi v1 script info get o k response has a 3xx status code

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) IsServerError ¶

func (o *GetScriptInfoSdapiV1ScriptInfoGetOK) IsServerError() bool

IsServerError returns true when this get script info sdapi v1 script info get o k response has a 5xx status code

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) IsSuccess ¶

IsSuccess returns true when this get script info sdapi v1 script info get o k response has a 2xx status code

func (*GetScriptInfoSdapiV1ScriptInfoGetOK) String ¶

type GetScriptInfoSdapiV1ScriptInfoGetParams ¶

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

GetScriptInfoSdapiV1ScriptInfoGetParams contains all the parameters to send to the API endpoint

for the get script info sdapi v1 script info get operation.

Typically these are written to a http.Request.

func NewGetScriptInfoSdapiV1ScriptInfoGetParams ¶

func NewGetScriptInfoSdapiV1ScriptInfoGetParams() *GetScriptInfoSdapiV1ScriptInfoGetParams

NewGetScriptInfoSdapiV1ScriptInfoGetParams creates a new GetScriptInfoSdapiV1ScriptInfoGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithContext ¶

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithContext(ctx context.Context) *GetScriptInfoSdapiV1ScriptInfoGetParams

NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithContext creates a new GetScriptInfoSdapiV1ScriptInfoGetParams object with the ability to set a context for a request.

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithHTTPClient ¶

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithHTTPClient(client *http.Client) *GetScriptInfoSdapiV1ScriptInfoGetParams

NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithHTTPClient creates a new GetScriptInfoSdapiV1ScriptInfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithTimeout ¶

func NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithTimeout(timeout time.Duration) *GetScriptInfoSdapiV1ScriptInfoGetParams

NewGetScriptInfoSdapiV1ScriptInfoGetParamsWithTimeout creates a new GetScriptInfoSdapiV1ScriptInfoGetParams object with the ability to set a timeout on a request.

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) SetContext ¶

SetContext adds the context to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) SetDefaults ¶

func (o *GetScriptInfoSdapiV1ScriptInfoGetParams) SetDefaults()

SetDefaults hydrates default values in the get script info sdapi v1 script info get params (not the query body).

All values with no default are reset to their zero value.

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) WithContext ¶

WithContext adds the context to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get script info sdapi v1 script info get params (not the query body).

All values with no default are reset to their zero value.

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get script info sdapi v1 script info get params

func (*GetScriptInfoSdapiV1ScriptInfoGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetScriptInfoSdapiV1ScriptInfoGetReader ¶

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

GetScriptInfoSdapiV1ScriptInfoGetReader is a Reader for the GetScriptInfoSdapiV1ScriptInfoGet structure.

func (*GetScriptInfoSdapiV1ScriptInfoGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetScriptsListSdapiV1ScriptsGetOK ¶

type GetScriptsListSdapiV1ScriptsGetOK struct {
	Payload *models.ScriptsList
}

GetScriptsListSdapiV1ScriptsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetScriptsListSdapiV1ScriptsGetOK ¶

func NewGetScriptsListSdapiV1ScriptsGetOK() *GetScriptsListSdapiV1ScriptsGetOK

NewGetScriptsListSdapiV1ScriptsGetOK creates a GetScriptsListSdapiV1ScriptsGetOK with default headers values

func (*GetScriptsListSdapiV1ScriptsGetOK) Code ¶

Code gets the status code for the get scripts list sdapi v1 scripts get o k response

func (*GetScriptsListSdapiV1ScriptsGetOK) Error ¶

func (*GetScriptsListSdapiV1ScriptsGetOK) GetPayload ¶

func (*GetScriptsListSdapiV1ScriptsGetOK) IsClientError ¶

func (o *GetScriptsListSdapiV1ScriptsGetOK) IsClientError() bool

IsClientError returns true when this get scripts list sdapi v1 scripts get o k response has a 4xx status code

func (*GetScriptsListSdapiV1ScriptsGetOK) IsCode ¶

func (o *GetScriptsListSdapiV1ScriptsGetOK) IsCode(code int) bool

IsCode returns true when this get scripts list sdapi v1 scripts get o k response a status code equal to that given

func (*GetScriptsListSdapiV1ScriptsGetOK) IsRedirect ¶

func (o *GetScriptsListSdapiV1ScriptsGetOK) IsRedirect() bool

IsRedirect returns true when this get scripts list sdapi v1 scripts get o k response has a 3xx status code

func (*GetScriptsListSdapiV1ScriptsGetOK) IsServerError ¶

func (o *GetScriptsListSdapiV1ScriptsGetOK) IsServerError() bool

IsServerError returns true when this get scripts list sdapi v1 scripts get o k response has a 5xx status code

func (*GetScriptsListSdapiV1ScriptsGetOK) IsSuccess ¶

func (o *GetScriptsListSdapiV1ScriptsGetOK) IsSuccess() bool

IsSuccess returns true when this get scripts list sdapi v1 scripts get o k response has a 2xx status code

func (*GetScriptsListSdapiV1ScriptsGetOK) String ¶

type GetScriptsListSdapiV1ScriptsGetParams ¶

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

GetScriptsListSdapiV1ScriptsGetParams contains all the parameters to send to the API endpoint

for the get scripts list sdapi v1 scripts get operation.

Typically these are written to a http.Request.

func NewGetScriptsListSdapiV1ScriptsGetParams ¶

func NewGetScriptsListSdapiV1ScriptsGetParams() *GetScriptsListSdapiV1ScriptsGetParams

NewGetScriptsListSdapiV1ScriptsGetParams creates a new GetScriptsListSdapiV1ScriptsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetScriptsListSdapiV1ScriptsGetParamsWithContext ¶

func NewGetScriptsListSdapiV1ScriptsGetParamsWithContext(ctx context.Context) *GetScriptsListSdapiV1ScriptsGetParams

NewGetScriptsListSdapiV1ScriptsGetParamsWithContext creates a new GetScriptsListSdapiV1ScriptsGetParams object with the ability to set a context for a request.

func NewGetScriptsListSdapiV1ScriptsGetParamsWithHTTPClient ¶

func NewGetScriptsListSdapiV1ScriptsGetParamsWithHTTPClient(client *http.Client) *GetScriptsListSdapiV1ScriptsGetParams

NewGetScriptsListSdapiV1ScriptsGetParamsWithHTTPClient creates a new GetScriptsListSdapiV1ScriptsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetScriptsListSdapiV1ScriptsGetParamsWithTimeout ¶

func NewGetScriptsListSdapiV1ScriptsGetParamsWithTimeout(timeout time.Duration) *GetScriptsListSdapiV1ScriptsGetParams

NewGetScriptsListSdapiV1ScriptsGetParamsWithTimeout creates a new GetScriptsListSdapiV1ScriptsGetParams object with the ability to set a timeout on a request.

func (*GetScriptsListSdapiV1ScriptsGetParams) SetContext ¶

SetContext adds the context to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) SetDefaults ¶

func (o *GetScriptsListSdapiV1ScriptsGetParams) SetDefaults()

SetDefaults hydrates default values in the get scripts list sdapi v1 scripts get params (not the query body).

All values with no default are reset to their zero value.

func (*GetScriptsListSdapiV1ScriptsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) WithContext ¶

WithContext adds the context to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get scripts list sdapi v1 scripts get params (not the query body).

All values with no default are reset to their zero value.

func (*GetScriptsListSdapiV1ScriptsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get scripts list sdapi v1 scripts get params

func (*GetScriptsListSdapiV1ScriptsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetScriptsListSdapiV1ScriptsGetReader ¶

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

GetScriptsListSdapiV1ScriptsGetReader is a Reader for the GetScriptsListSdapiV1ScriptsGet structure.

func (*GetScriptsListSdapiV1ScriptsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSdModelsSdapiV1SdModelsGetOK ¶

type GetSdModelsSdapiV1SdModelsGetOK struct {
	Payload []*models.SDModelItem
}

GetSdModelsSdapiV1SdModelsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetSdModelsSdapiV1SdModelsGetOK ¶

func NewGetSdModelsSdapiV1SdModelsGetOK() *GetSdModelsSdapiV1SdModelsGetOK

NewGetSdModelsSdapiV1SdModelsGetOK creates a GetSdModelsSdapiV1SdModelsGetOK with default headers values

func (*GetSdModelsSdapiV1SdModelsGetOK) Code ¶

Code gets the status code for the get sd models sdapi v1 sd models get o k response

func (*GetSdModelsSdapiV1SdModelsGetOK) Error ¶

func (*GetSdModelsSdapiV1SdModelsGetOK) GetPayload ¶

func (*GetSdModelsSdapiV1SdModelsGetOK) IsClientError ¶

func (o *GetSdModelsSdapiV1SdModelsGetOK) IsClientError() bool

IsClientError returns true when this get sd models sdapi v1 sd models get o k response has a 4xx status code

func (*GetSdModelsSdapiV1SdModelsGetOK) IsCode ¶

func (o *GetSdModelsSdapiV1SdModelsGetOK) IsCode(code int) bool

IsCode returns true when this get sd models sdapi v1 sd models get o k response a status code equal to that given

func (*GetSdModelsSdapiV1SdModelsGetOK) IsRedirect ¶

func (o *GetSdModelsSdapiV1SdModelsGetOK) IsRedirect() bool

IsRedirect returns true when this get sd models sdapi v1 sd models get o k response has a 3xx status code

func (*GetSdModelsSdapiV1SdModelsGetOK) IsServerError ¶

func (o *GetSdModelsSdapiV1SdModelsGetOK) IsServerError() bool

IsServerError returns true when this get sd models sdapi v1 sd models get o k response has a 5xx status code

func (*GetSdModelsSdapiV1SdModelsGetOK) IsSuccess ¶

func (o *GetSdModelsSdapiV1SdModelsGetOK) IsSuccess() bool

IsSuccess returns true when this get sd models sdapi v1 sd models get o k response has a 2xx status code

func (*GetSdModelsSdapiV1SdModelsGetOK) String ¶

type GetSdModelsSdapiV1SdModelsGetParams ¶

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

GetSdModelsSdapiV1SdModelsGetParams contains all the parameters to send to the API endpoint

for the get sd models sdapi v1 sd models get operation.

Typically these are written to a http.Request.

func NewGetSdModelsSdapiV1SdModelsGetParams ¶

func NewGetSdModelsSdapiV1SdModelsGetParams() *GetSdModelsSdapiV1SdModelsGetParams

NewGetSdModelsSdapiV1SdModelsGetParams creates a new GetSdModelsSdapiV1SdModelsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSdModelsSdapiV1SdModelsGetParamsWithContext ¶

func NewGetSdModelsSdapiV1SdModelsGetParamsWithContext(ctx context.Context) *GetSdModelsSdapiV1SdModelsGetParams

NewGetSdModelsSdapiV1SdModelsGetParamsWithContext creates a new GetSdModelsSdapiV1SdModelsGetParams object with the ability to set a context for a request.

func NewGetSdModelsSdapiV1SdModelsGetParamsWithHTTPClient ¶

func NewGetSdModelsSdapiV1SdModelsGetParamsWithHTTPClient(client *http.Client) *GetSdModelsSdapiV1SdModelsGetParams

NewGetSdModelsSdapiV1SdModelsGetParamsWithHTTPClient creates a new GetSdModelsSdapiV1SdModelsGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetSdModelsSdapiV1SdModelsGetParamsWithTimeout ¶

func NewGetSdModelsSdapiV1SdModelsGetParamsWithTimeout(timeout time.Duration) *GetSdModelsSdapiV1SdModelsGetParams

NewGetSdModelsSdapiV1SdModelsGetParamsWithTimeout creates a new GetSdModelsSdapiV1SdModelsGetParams object with the ability to set a timeout on a request.

func (*GetSdModelsSdapiV1SdModelsGetParams) SetContext ¶

SetContext adds the context to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) SetDefaults ¶

func (o *GetSdModelsSdapiV1SdModelsGetParams) SetDefaults()

SetDefaults hydrates default values in the get sd models sdapi v1 sd models get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSdModelsSdapiV1SdModelsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) WithContext ¶

WithContext adds the context to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get sd models sdapi v1 sd models get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSdModelsSdapiV1SdModelsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get sd models sdapi v1 sd models get params

func (*GetSdModelsSdapiV1SdModelsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSdModelsSdapiV1SdModelsGetReader ¶

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

GetSdModelsSdapiV1SdModelsGetReader is a Reader for the GetSdModelsSdapiV1SdModelsGet structure.

func (*GetSdModelsSdapiV1SdModelsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSdVaesSdapiV1SdVaeGetOK ¶

type GetSdVaesSdapiV1SdVaeGetOK struct {
	Payload []*models.SDVaeItem
}

GetSdVaesSdapiV1SdVaeGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetSdVaesSdapiV1SdVaeGetOK ¶

func NewGetSdVaesSdapiV1SdVaeGetOK() *GetSdVaesSdapiV1SdVaeGetOK

NewGetSdVaesSdapiV1SdVaeGetOK creates a GetSdVaesSdapiV1SdVaeGetOK with default headers values

func (*GetSdVaesSdapiV1SdVaeGetOK) Code ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) Code() int

Code gets the status code for the get sd vaes sdapi v1 sd vae get o k response

func (*GetSdVaesSdapiV1SdVaeGetOK) Error ¶

func (*GetSdVaesSdapiV1SdVaeGetOK) GetPayload ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) GetPayload() []*models.SDVaeItem

func (*GetSdVaesSdapiV1SdVaeGetOK) IsClientError ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) IsClientError() bool

IsClientError returns true when this get sd vaes sdapi v1 sd vae get o k response has a 4xx status code

func (*GetSdVaesSdapiV1SdVaeGetOK) IsCode ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) IsCode(code int) bool

IsCode returns true when this get sd vaes sdapi v1 sd vae get o k response a status code equal to that given

func (*GetSdVaesSdapiV1SdVaeGetOK) IsRedirect ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) IsRedirect() bool

IsRedirect returns true when this get sd vaes sdapi v1 sd vae get o k response has a 3xx status code

func (*GetSdVaesSdapiV1SdVaeGetOK) IsServerError ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) IsServerError() bool

IsServerError returns true when this get sd vaes sdapi v1 sd vae get o k response has a 5xx status code

func (*GetSdVaesSdapiV1SdVaeGetOK) IsSuccess ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) IsSuccess() bool

IsSuccess returns true when this get sd vaes sdapi v1 sd vae get o k response has a 2xx status code

func (*GetSdVaesSdapiV1SdVaeGetOK) String ¶

func (o *GetSdVaesSdapiV1SdVaeGetOK) String() string

type GetSdVaesSdapiV1SdVaeGetParams ¶

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

GetSdVaesSdapiV1SdVaeGetParams contains all the parameters to send to the API endpoint

for the get sd vaes sdapi v1 sd vae get operation.

Typically these are written to a http.Request.

func NewGetSdVaesSdapiV1SdVaeGetParams ¶

func NewGetSdVaesSdapiV1SdVaeGetParams() *GetSdVaesSdapiV1SdVaeGetParams

NewGetSdVaesSdapiV1SdVaeGetParams creates a new GetSdVaesSdapiV1SdVaeGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSdVaesSdapiV1SdVaeGetParamsWithContext ¶

func NewGetSdVaesSdapiV1SdVaeGetParamsWithContext(ctx context.Context) *GetSdVaesSdapiV1SdVaeGetParams

NewGetSdVaesSdapiV1SdVaeGetParamsWithContext creates a new GetSdVaesSdapiV1SdVaeGetParams object with the ability to set a context for a request.

func NewGetSdVaesSdapiV1SdVaeGetParamsWithHTTPClient ¶

func NewGetSdVaesSdapiV1SdVaeGetParamsWithHTTPClient(client *http.Client) *GetSdVaesSdapiV1SdVaeGetParams

NewGetSdVaesSdapiV1SdVaeGetParamsWithHTTPClient creates a new GetSdVaesSdapiV1SdVaeGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetSdVaesSdapiV1SdVaeGetParamsWithTimeout ¶

func NewGetSdVaesSdapiV1SdVaeGetParamsWithTimeout(timeout time.Duration) *GetSdVaesSdapiV1SdVaeGetParams

NewGetSdVaesSdapiV1SdVaeGetParamsWithTimeout creates a new GetSdVaesSdapiV1SdVaeGetParams object with the ability to set a timeout on a request.

func (*GetSdVaesSdapiV1SdVaeGetParams) SetContext ¶

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

SetContext adds the context to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) SetDefaults ¶

func (o *GetSdVaesSdapiV1SdVaeGetParams) SetDefaults()

SetDefaults hydrates default values in the get sd vaes sdapi v1 sd vae get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSdVaesSdapiV1SdVaeGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) WithContext ¶

WithContext adds the context to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get sd vaes sdapi v1 sd vae get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSdVaesSdapiV1SdVaeGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get sd vaes sdapi v1 sd vae get params

func (*GetSdVaesSdapiV1SdVaeGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSdVaesSdapiV1SdVaeGetReader ¶

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

GetSdVaesSdapiV1SdVaeGetReader is a Reader for the GetSdVaesSdapiV1SdVaeGet structure.

func (*GetSdVaesSdapiV1SdVaeGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSingleCardSdExtraNetworksGetSingleCardGetOK ¶

type GetSingleCardSdExtraNetworksGetSingleCardGetOK struct {
	Payload interface{}
}

GetSingleCardSdExtraNetworksGetSingleCardGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetSingleCardSdExtraNetworksGetSingleCardGetOK ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetOK() *GetSingleCardSdExtraNetworksGetSingleCardGetOK

NewGetSingleCardSdExtraNetworksGetSingleCardGetOK creates a GetSingleCardSdExtraNetworksGetSingleCardGetOK with default headers values

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) Code ¶

Code gets the status code for the get single card sd extra networks get single card get o k response

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) Error ¶

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) GetPayload ¶

func (o *GetSingleCardSdExtraNetworksGetSingleCardGetOK) GetPayload() interface{}

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) IsClientError ¶

IsClientError returns true when this get single card sd extra networks get single card get o k response has a 4xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) IsCode ¶

IsCode returns true when this get single card sd extra networks get single card get o k response a status code equal to that given

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) IsRedirect ¶

IsRedirect returns true when this get single card sd extra networks get single card get o k response has a 3xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) IsServerError ¶

IsServerError returns true when this get single card sd extra networks get single card get o k response has a 5xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) IsSuccess ¶

IsSuccess returns true when this get single card sd extra networks get single card get o k response has a 2xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetOK) String ¶

type GetSingleCardSdExtraNetworksGetSingleCardGetParams ¶

type GetSingleCardSdExtraNetworksGetSingleCardGetParams struct {

	// Name.
	Name *string

	// Page.
	Page *string

	// Tabname.
	Tabname *string

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

GetSingleCardSdExtraNetworksGetSingleCardGetParams contains all the parameters to send to the API endpoint

for the get single card sd extra networks get single card get operation.

Typically these are written to a http.Request.

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParams ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParams() *GetSingleCardSdExtraNetworksGetSingleCardGetParams

NewGetSingleCardSdExtraNetworksGetSingleCardGetParams creates a new GetSingleCardSdExtraNetworksGetSingleCardGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithContext ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithContext(ctx context.Context) *GetSingleCardSdExtraNetworksGetSingleCardGetParams

NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithContext creates a new GetSingleCardSdExtraNetworksGetSingleCardGetParams object with the ability to set a context for a request.

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithHTTPClient ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithHTTPClient(client *http.Client) *GetSingleCardSdExtraNetworksGetSingleCardGetParams

NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithHTTPClient creates a new GetSingleCardSdExtraNetworksGetSingleCardGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithTimeout ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithTimeout(timeout time.Duration) *GetSingleCardSdExtraNetworksGetSingleCardGetParams

NewGetSingleCardSdExtraNetworksGetSingleCardGetParamsWithTimeout creates a new GetSingleCardSdExtraNetworksGetSingleCardGetParams object with the ability to set a timeout on a request.

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetContext ¶

SetContext adds the context to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get single card sd extra networks get single card get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetName ¶

SetName adds the name to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetPage ¶

SetPage adds the page to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetTabname ¶

SetTabname adds the tabname to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithContext ¶

WithContext adds the context to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get single card sd extra networks get single card get params (not the query body).

All values with no default are reset to their zero value.

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithName ¶

WithName adds the name to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithPage ¶

WithPage adds the page to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithTabname ¶

WithTabname adds the tabname to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get single card sd extra networks get single card get params

func (*GetSingleCardSdExtraNetworksGetSingleCardGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetSingleCardSdExtraNetworksGetSingleCardGetReader ¶

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

GetSingleCardSdExtraNetworksGetSingleCardGetReader is a Reader for the GetSingleCardSdExtraNetworksGetSingleCardGet structure.

func (*GetSingleCardSdExtraNetworksGetSingleCardGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity ¶

type GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity ¶

func NewGetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity() *GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity

NewGetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity creates a GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity with default headers values

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) Code ¶

Code gets the status code for the get single card sd extra networks get single card get unprocessable entity response

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) Error ¶

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) GetPayload ¶

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get single card sd extra networks get single card get unprocessable entity response has a 4xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) IsCode ¶

IsCode returns true when this get single card sd extra networks get single card get unprocessable entity response a status code equal to that given

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get single card sd extra networks get single card get unprocessable entity response has a 3xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get single card sd extra networks get single card get unprocessable entity response has a 5xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get single card sd extra networks get single card get unprocessable entity response has a 2xx status code

func (*GetSingleCardSdExtraNetworksGetSingleCardGetUnprocessableEntity) String ¶

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK ¶

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK struct {
	Payload interface{}
}

GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetOK ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetOK() *GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetOK creates a GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK with default headers values

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) Code ¶

Code gets the status code for the get target floder files infinite image browsing files get o k response

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) Error ¶

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) GetPayload ¶

func (o *GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) GetPayload() interface{}

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) IsClientError ¶

IsClientError returns true when this get target floder files infinite image browsing files get o k response has a 4xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) IsCode ¶

IsCode returns true when this get target floder files infinite image browsing files get o k response a status code equal to that given

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) IsRedirect ¶

IsRedirect returns true when this get target floder files infinite image browsing files get o k response has a 3xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) IsServerError ¶

IsServerError returns true when this get target floder files infinite image browsing files get o k response has a 5xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) IsSuccess ¶

IsSuccess returns true when this get target floder files infinite image browsing files get o k response has a 2xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetOK) String ¶

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams ¶

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams struct {

	// FolderPath.
	FolderPath string

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

GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams contains all the parameters to send to the API endpoint

for the get target floder files infinite image browsing files get operation.

Typically these are written to a http.Request.

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParams ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParams() *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParams creates a new GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithContext ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithContext(ctx context.Context) *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithContext creates a new GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams object with the ability to set a context for a request.

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithHTTPClient ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithHTTPClient(client *http.Client) *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithHTTPClient creates a new GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithTimeout ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithTimeout(timeout time.Duration) *GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetParamsWithTimeout creates a new GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams object with the ability to set a timeout on a request.

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) SetContext ¶

SetContext adds the context to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) SetDefaults ¶

SetDefaults hydrates default values in the get target floder files infinite image browsing files get params (not the query body).

All values with no default are reset to their zero value.

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) SetFolderPath ¶

SetFolderPath adds the folderPath to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) SetTimeout ¶

SetTimeout adds the timeout to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WithContext ¶

WithContext adds the context to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get target floder files infinite image browsing files get params (not the query body).

All values with no default are reset to their zero value.

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WithFolderPath ¶

WithFolderPath adds the folderPath to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get target floder files infinite image browsing files get params

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetReader ¶

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

GetTargetFloderFilesInfiniteImageBrowsingFilesGetReader is a Reader for the GetTargetFloderFilesInfiniteImageBrowsingFilesGet structure.

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity ¶

type GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity ¶

func NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity() *GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity

NewGetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity creates a GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity with default headers values

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) Code ¶

Code gets the status code for the get target floder files infinite image browsing files get unprocessable entity response

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) Error ¶

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) GetPayload ¶

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this get target floder files infinite image browsing files get unprocessable entity response has a 4xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) IsCode ¶

IsCode returns true when this get target floder files infinite image browsing files get unprocessable entity response a status code equal to that given

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this get target floder files infinite image browsing files get unprocessable entity response has a 3xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this get target floder files infinite image browsing files get unprocessable entity response has a 5xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this get target floder files infinite image browsing files get unprocessable entity response has a 2xx status code

func (*GetTargetFloderFilesInfiniteImageBrowsingFilesGetUnprocessableEntity) String ¶

type GetTokenTokenGetOK ¶

type GetTokenTokenGetOK struct {
	Payload interface{}
}

GetTokenTokenGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetTokenTokenGetOK ¶

func NewGetTokenTokenGetOK() *GetTokenTokenGetOK

NewGetTokenTokenGetOK creates a GetTokenTokenGetOK with default headers values

func (*GetTokenTokenGetOK) Code ¶

func (o *GetTokenTokenGetOK) Code() int

Code gets the status code for the get token token get o k response

func (*GetTokenTokenGetOK) Error ¶

func (o *GetTokenTokenGetOK) Error() string

func (*GetTokenTokenGetOK) GetPayload ¶

func (o *GetTokenTokenGetOK) GetPayload() interface{}

func (*GetTokenTokenGetOK) IsClientError ¶

func (o *GetTokenTokenGetOK) IsClientError() bool

IsClientError returns true when this get token token get o k response has a 4xx status code

func (*GetTokenTokenGetOK) IsCode ¶

func (o *GetTokenTokenGetOK) IsCode(code int) bool

IsCode returns true when this get token token get o k response a status code equal to that given

func (*GetTokenTokenGetOK) IsRedirect ¶

func (o *GetTokenTokenGetOK) IsRedirect() bool

IsRedirect returns true when this get token token get o k response has a 3xx status code

func (*GetTokenTokenGetOK) IsServerError ¶

func (o *GetTokenTokenGetOK) IsServerError() bool

IsServerError returns true when this get token token get o k response has a 5xx status code

func (*GetTokenTokenGetOK) IsSuccess ¶

func (o *GetTokenTokenGetOK) IsSuccess() bool

IsSuccess returns true when this get token token get o k response has a 2xx status code

func (*GetTokenTokenGetOK) String ¶

func (o *GetTokenTokenGetOK) String() string

type GetTokenTokenGetParams ¶

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

GetTokenTokenGetParams contains all the parameters to send to the API endpoint

for the get token token get operation.

Typically these are written to a http.Request.

func NewGetTokenTokenGetParams ¶

func NewGetTokenTokenGetParams() *GetTokenTokenGetParams

NewGetTokenTokenGetParams creates a new GetTokenTokenGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTokenTokenGetParamsWithContext ¶

func NewGetTokenTokenGetParamsWithContext(ctx context.Context) *GetTokenTokenGetParams

NewGetTokenTokenGetParamsWithContext creates a new GetTokenTokenGetParams object with the ability to set a context for a request.

func NewGetTokenTokenGetParamsWithHTTPClient ¶

func NewGetTokenTokenGetParamsWithHTTPClient(client *http.Client) *GetTokenTokenGetParams

NewGetTokenTokenGetParamsWithHTTPClient creates a new GetTokenTokenGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetTokenTokenGetParamsWithTimeout ¶

func NewGetTokenTokenGetParamsWithTimeout(timeout time.Duration) *GetTokenTokenGetParams

NewGetTokenTokenGetParamsWithTimeout creates a new GetTokenTokenGetParams object with the ability to set a timeout on a request.

func (*GetTokenTokenGetParams) SetContext ¶

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

SetContext adds the context to the get token token get params

func (*GetTokenTokenGetParams) SetDefaults ¶

func (o *GetTokenTokenGetParams) SetDefaults()

SetDefaults hydrates default values in the get token token get params (not the query body).

All values with no default are reset to their zero value.

func (*GetTokenTokenGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get token token get params

func (*GetTokenTokenGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get token token get params

func (*GetTokenTokenGetParams) WithContext ¶

WithContext adds the context to the get token token get params

func (*GetTokenTokenGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get token token get params (not the query body).

All values with no default are reset to their zero value.

func (*GetTokenTokenGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the get token token get params

func (*GetTokenTokenGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get token token get params

func (*GetTokenTokenGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetTokenTokenGetReader ¶

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

GetTokenTokenGetReader is a Reader for the GetTokenTokenGet structure.

func (*GetTokenTokenGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GetUpscalersSdapiV1UpscalersGetOK ¶

type GetUpscalersSdapiV1UpscalersGetOK struct {
	Payload []*models.UpscalerItem
}

GetUpscalersSdapiV1UpscalersGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGetUpscalersSdapiV1UpscalersGetOK ¶

func NewGetUpscalersSdapiV1UpscalersGetOK() *GetUpscalersSdapiV1UpscalersGetOK

NewGetUpscalersSdapiV1UpscalersGetOK creates a GetUpscalersSdapiV1UpscalersGetOK with default headers values

func (*GetUpscalersSdapiV1UpscalersGetOK) Code ¶

Code gets the status code for the get upscalers sdapi v1 upscalers get o k response

func (*GetUpscalersSdapiV1UpscalersGetOK) Error ¶

func (*GetUpscalersSdapiV1UpscalersGetOK) GetPayload ¶

func (*GetUpscalersSdapiV1UpscalersGetOK) IsClientError ¶

func (o *GetUpscalersSdapiV1UpscalersGetOK) IsClientError() bool

IsClientError returns true when this get upscalers sdapi v1 upscalers get o k response has a 4xx status code

func (*GetUpscalersSdapiV1UpscalersGetOK) IsCode ¶

func (o *GetUpscalersSdapiV1UpscalersGetOK) IsCode(code int) bool

IsCode returns true when this get upscalers sdapi v1 upscalers get o k response a status code equal to that given

func (*GetUpscalersSdapiV1UpscalersGetOK) IsRedirect ¶

func (o *GetUpscalersSdapiV1UpscalersGetOK) IsRedirect() bool

IsRedirect returns true when this get upscalers sdapi v1 upscalers get o k response has a 3xx status code

func (*GetUpscalersSdapiV1UpscalersGetOK) IsServerError ¶

func (o *GetUpscalersSdapiV1UpscalersGetOK) IsServerError() bool

IsServerError returns true when this get upscalers sdapi v1 upscalers get o k response has a 5xx status code

func (*GetUpscalersSdapiV1UpscalersGetOK) IsSuccess ¶

func (o *GetUpscalersSdapiV1UpscalersGetOK) IsSuccess() bool

IsSuccess returns true when this get upscalers sdapi v1 upscalers get o k response has a 2xx status code

func (*GetUpscalersSdapiV1UpscalersGetOK) String ¶

type GetUpscalersSdapiV1UpscalersGetParams ¶

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

GetUpscalersSdapiV1UpscalersGetParams contains all the parameters to send to the API endpoint

for the get upscalers sdapi v1 upscalers get operation.

Typically these are written to a http.Request.

func NewGetUpscalersSdapiV1UpscalersGetParams ¶

func NewGetUpscalersSdapiV1UpscalersGetParams() *GetUpscalersSdapiV1UpscalersGetParams

NewGetUpscalersSdapiV1UpscalersGetParams creates a new GetUpscalersSdapiV1UpscalersGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetUpscalersSdapiV1UpscalersGetParamsWithContext ¶

func NewGetUpscalersSdapiV1UpscalersGetParamsWithContext(ctx context.Context) *GetUpscalersSdapiV1UpscalersGetParams

NewGetUpscalersSdapiV1UpscalersGetParamsWithContext creates a new GetUpscalersSdapiV1UpscalersGetParams object with the ability to set a context for a request.

func NewGetUpscalersSdapiV1UpscalersGetParamsWithHTTPClient ¶

func NewGetUpscalersSdapiV1UpscalersGetParamsWithHTTPClient(client *http.Client) *GetUpscalersSdapiV1UpscalersGetParams

NewGetUpscalersSdapiV1UpscalersGetParamsWithHTTPClient creates a new GetUpscalersSdapiV1UpscalersGetParams object with the ability to set a custom HTTPClient for a request.

func NewGetUpscalersSdapiV1UpscalersGetParamsWithTimeout ¶

func NewGetUpscalersSdapiV1UpscalersGetParamsWithTimeout(timeout time.Duration) *GetUpscalersSdapiV1UpscalersGetParams

NewGetUpscalersSdapiV1UpscalersGetParamsWithTimeout creates a new GetUpscalersSdapiV1UpscalersGetParams object with the ability to set a timeout on a request.

func (*GetUpscalersSdapiV1UpscalersGetParams) SetContext ¶

SetContext adds the context to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) SetDefaults ¶

func (o *GetUpscalersSdapiV1UpscalersGetParams) SetDefaults()

SetDefaults hydrates default values in the get upscalers sdapi v1 upscalers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpscalersSdapiV1UpscalersGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) WithContext ¶

WithContext adds the context to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) WithDefaults ¶

WithDefaults hydrates default values in the get upscalers sdapi v1 upscalers get params (not the query body).

All values with no default are reset to their zero value.

func (*GetUpscalersSdapiV1UpscalersGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) WithTimeout ¶

WithTimeout adds the timeout to the get upscalers sdapi v1 upscalers get params

func (*GetUpscalersSdapiV1UpscalersGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GetUpscalersSdapiV1UpscalersGetReader ¶

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

GetUpscalersSdapiV1UpscalersGetReader is a Reader for the GetUpscalersSdapiV1UpscalersGet structure.

func (*GetUpscalersSdapiV1UpscalersGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK ¶

type GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK struct {
	Payload interface{}
}

GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetOK ¶

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetOK() *GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK

NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetOK creates a GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK with default headers values

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) Code ¶

Code gets the status code for the global setting infinite image browsing global setting get o k response

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) Error ¶

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) GetPayload ¶

func (o *GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) GetPayload() interface{}

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) IsClientError ¶

IsClientError returns true when this global setting infinite image browsing global setting get o k response has a 4xx status code

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) IsCode ¶

IsCode returns true when this global setting infinite image browsing global setting get o k response a status code equal to that given

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) IsRedirect ¶

IsRedirect returns true when this global setting infinite image browsing global setting get o k response has a 3xx status code

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) IsServerError ¶

IsServerError returns true when this global setting infinite image browsing global setting get o k response has a 5xx status code

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) IsSuccess ¶

IsSuccess returns true when this global setting infinite image browsing global setting get o k response has a 2xx status code

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetOK) String ¶

type GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams ¶

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

GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams contains all the parameters to send to the API endpoint

for the global setting infinite image browsing global setting get operation.

Typically these are written to a http.Request.

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParams ¶

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParams() *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams

NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParams creates a new GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithContext ¶

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithContext(ctx context.Context) *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams

NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithContext creates a new GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams object with the ability to set a context for a request.

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithHTTPClient ¶

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithHTTPClient(client *http.Client) *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams

NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithHTTPClient creates a new GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams object with the ability to set a custom HTTPClient for a request.

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithTimeout ¶

func NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithTimeout(timeout time.Duration) *GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams

NewGlobalSettingInfiniteImageBrowsingGlobalSettingGetParamsWithTimeout creates a new GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams object with the ability to set a timeout on a request.

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) SetContext ¶

SetContext adds the context to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) SetDefaults ¶

SetDefaults hydrates default values in the global setting infinite image browsing global setting get params (not the query body).

All values with no default are reset to their zero value.

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) SetTimeout ¶

SetTimeout adds the timeout to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) WithContext ¶

WithContext adds the context to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) WithDefaults ¶

WithDefaults hydrates default values in the global setting infinite image browsing global setting get params (not the query body).

All values with no default are reset to their zero value.

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) WithTimeout ¶

WithTimeout adds the timeout to the global setting infinite image browsing global setting get params

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GlobalSettingInfiniteImageBrowsingGlobalSettingGetReader ¶

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

GlobalSettingInfiniteImageBrowsingGlobalSettingGetReader is a Reader for the GlobalSettingInfiniteImageBrowsingGlobalSettingGet structure.

func (*GlobalSettingInfiniteImageBrowsingGlobalSettingGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type GreetingInfiniteImageBrowsingHelloGetOK ¶

type GreetingInfiniteImageBrowsingHelloGetOK struct {
	Payload interface{}
}

GreetingInfiniteImageBrowsingHelloGetOK describes a response with status code 200, with default header values.

Successful Response

func NewGreetingInfiniteImageBrowsingHelloGetOK ¶

func NewGreetingInfiniteImageBrowsingHelloGetOK() *GreetingInfiniteImageBrowsingHelloGetOK

NewGreetingInfiniteImageBrowsingHelloGetOK creates a GreetingInfiniteImageBrowsingHelloGetOK with default headers values

func (*GreetingInfiniteImageBrowsingHelloGetOK) Code ¶

Code gets the status code for the greeting infinite image browsing hello get o k response

func (*GreetingInfiniteImageBrowsingHelloGetOK) Error ¶

func (*GreetingInfiniteImageBrowsingHelloGetOK) GetPayload ¶

func (o *GreetingInfiniteImageBrowsingHelloGetOK) GetPayload() interface{}

func (*GreetingInfiniteImageBrowsingHelloGetOK) IsClientError ¶

func (o *GreetingInfiniteImageBrowsingHelloGetOK) IsClientError() bool

IsClientError returns true when this greeting infinite image browsing hello get o k response has a 4xx status code

func (*GreetingInfiniteImageBrowsingHelloGetOK) IsCode ¶

IsCode returns true when this greeting infinite image browsing hello get o k response a status code equal to that given

func (*GreetingInfiniteImageBrowsingHelloGetOK) IsRedirect ¶

IsRedirect returns true when this greeting infinite image browsing hello get o k response has a 3xx status code

func (*GreetingInfiniteImageBrowsingHelloGetOK) IsServerError ¶

func (o *GreetingInfiniteImageBrowsingHelloGetOK) IsServerError() bool

IsServerError returns true when this greeting infinite image browsing hello get o k response has a 5xx status code

func (*GreetingInfiniteImageBrowsingHelloGetOK) IsSuccess ¶

IsSuccess returns true when this greeting infinite image browsing hello get o k response has a 2xx status code

func (*GreetingInfiniteImageBrowsingHelloGetOK) String ¶

type GreetingInfiniteImageBrowsingHelloGetParams ¶

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

GreetingInfiniteImageBrowsingHelloGetParams contains all the parameters to send to the API endpoint

for the greeting infinite image browsing hello get operation.

Typically these are written to a http.Request.

func NewGreetingInfiniteImageBrowsingHelloGetParams ¶

func NewGreetingInfiniteImageBrowsingHelloGetParams() *GreetingInfiniteImageBrowsingHelloGetParams

NewGreetingInfiniteImageBrowsingHelloGetParams creates a new GreetingInfiniteImageBrowsingHelloGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithContext ¶

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithContext(ctx context.Context) *GreetingInfiniteImageBrowsingHelloGetParams

NewGreetingInfiniteImageBrowsingHelloGetParamsWithContext creates a new GreetingInfiniteImageBrowsingHelloGetParams object with the ability to set a context for a request.

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithHTTPClient ¶

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithHTTPClient(client *http.Client) *GreetingInfiniteImageBrowsingHelloGetParams

NewGreetingInfiniteImageBrowsingHelloGetParamsWithHTTPClient creates a new GreetingInfiniteImageBrowsingHelloGetParams object with the ability to set a custom HTTPClient for a request.

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithTimeout ¶

func NewGreetingInfiniteImageBrowsingHelloGetParamsWithTimeout(timeout time.Duration) *GreetingInfiniteImageBrowsingHelloGetParams

NewGreetingInfiniteImageBrowsingHelloGetParamsWithTimeout creates a new GreetingInfiniteImageBrowsingHelloGetParams object with the ability to set a timeout on a request.

func (*GreetingInfiniteImageBrowsingHelloGetParams) SetContext ¶

SetContext adds the context to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) SetDefaults ¶

SetDefaults hydrates default values in the greeting infinite image browsing hello get params (not the query body).

All values with no default are reset to their zero value.

func (*GreetingInfiniteImageBrowsingHelloGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) SetTimeout ¶

SetTimeout adds the timeout to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) WithContext ¶

WithContext adds the context to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) WithDefaults ¶

WithDefaults hydrates default values in the greeting infinite image browsing hello get params (not the query body).

All values with no default are reset to their zero value.

func (*GreetingInfiniteImageBrowsingHelloGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) WithTimeout ¶

WithTimeout adds the timeout to the greeting infinite image browsing hello get params

func (*GreetingInfiniteImageBrowsingHelloGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type GreetingInfiniteImageBrowsingHelloGetReader ¶

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

GreetingInfiniteImageBrowsingHelloGetReader is a Reader for the GreetingInfiniteImageBrowsingHelloGet structure.

func (*GreetingInfiniteImageBrowsingHelloGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type HeartbeatSamHeartbeatGetOK ¶

type HeartbeatSamHeartbeatGetOK struct {
	Payload interface{}
}

HeartbeatSamHeartbeatGetOK describes a response with status code 200, with default header values.

Successful Response

func NewHeartbeatSamHeartbeatGetOK ¶

func NewHeartbeatSamHeartbeatGetOK() *HeartbeatSamHeartbeatGetOK

NewHeartbeatSamHeartbeatGetOK creates a HeartbeatSamHeartbeatGetOK with default headers values

func (*HeartbeatSamHeartbeatGetOK) Code ¶

func (o *HeartbeatSamHeartbeatGetOK) Code() int

Code gets the status code for the heartbeat sam heartbeat get o k response

func (*HeartbeatSamHeartbeatGetOK) Error ¶

func (*HeartbeatSamHeartbeatGetOK) GetPayload ¶

func (o *HeartbeatSamHeartbeatGetOK) GetPayload() interface{}

func (*HeartbeatSamHeartbeatGetOK) IsClientError ¶

func (o *HeartbeatSamHeartbeatGetOK) IsClientError() bool

IsClientError returns true when this heartbeat sam heartbeat get o k response has a 4xx status code

func (*HeartbeatSamHeartbeatGetOK) IsCode ¶

func (o *HeartbeatSamHeartbeatGetOK) IsCode(code int) bool

IsCode returns true when this heartbeat sam heartbeat get o k response a status code equal to that given

func (*HeartbeatSamHeartbeatGetOK) IsRedirect ¶

func (o *HeartbeatSamHeartbeatGetOK) IsRedirect() bool

IsRedirect returns true when this heartbeat sam heartbeat get o k response has a 3xx status code

func (*HeartbeatSamHeartbeatGetOK) IsServerError ¶

func (o *HeartbeatSamHeartbeatGetOK) IsServerError() bool

IsServerError returns true when this heartbeat sam heartbeat get o k response has a 5xx status code

func (*HeartbeatSamHeartbeatGetOK) IsSuccess ¶

func (o *HeartbeatSamHeartbeatGetOK) IsSuccess() bool

IsSuccess returns true when this heartbeat sam heartbeat get o k response has a 2xx status code

func (*HeartbeatSamHeartbeatGetOK) String ¶

func (o *HeartbeatSamHeartbeatGetOK) String() string

type HeartbeatSamHeartbeatGetParams ¶

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

HeartbeatSamHeartbeatGetParams contains all the parameters to send to the API endpoint

for the heartbeat sam heartbeat get operation.

Typically these are written to a http.Request.

func NewHeartbeatSamHeartbeatGetParams ¶

func NewHeartbeatSamHeartbeatGetParams() *HeartbeatSamHeartbeatGetParams

NewHeartbeatSamHeartbeatGetParams creates a new HeartbeatSamHeartbeatGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewHeartbeatSamHeartbeatGetParamsWithContext ¶

func NewHeartbeatSamHeartbeatGetParamsWithContext(ctx context.Context) *HeartbeatSamHeartbeatGetParams

NewHeartbeatSamHeartbeatGetParamsWithContext creates a new HeartbeatSamHeartbeatGetParams object with the ability to set a context for a request.

func NewHeartbeatSamHeartbeatGetParamsWithHTTPClient ¶

func NewHeartbeatSamHeartbeatGetParamsWithHTTPClient(client *http.Client) *HeartbeatSamHeartbeatGetParams

NewHeartbeatSamHeartbeatGetParamsWithHTTPClient creates a new HeartbeatSamHeartbeatGetParams object with the ability to set a custom HTTPClient for a request.

func NewHeartbeatSamHeartbeatGetParamsWithTimeout ¶

func NewHeartbeatSamHeartbeatGetParamsWithTimeout(timeout time.Duration) *HeartbeatSamHeartbeatGetParams

NewHeartbeatSamHeartbeatGetParamsWithTimeout creates a new HeartbeatSamHeartbeatGetParams object with the ability to set a timeout on a request.

func (*HeartbeatSamHeartbeatGetParams) SetContext ¶

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

SetContext adds the context to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) SetDefaults ¶

func (o *HeartbeatSamHeartbeatGetParams) SetDefaults()

SetDefaults hydrates default values in the heartbeat sam heartbeat get params (not the query body).

All values with no default are reset to their zero value.

func (*HeartbeatSamHeartbeatGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) WithContext ¶

WithContext adds the context to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) WithDefaults ¶

WithDefaults hydrates default values in the heartbeat sam heartbeat get params (not the query body).

All values with no default are reset to their zero value.

func (*HeartbeatSamHeartbeatGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) WithTimeout ¶

WithTimeout adds the timeout to the heartbeat sam heartbeat get params

func (*HeartbeatSamHeartbeatGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type HeartbeatSamHeartbeatGetReader ¶

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

HeartbeatSamHeartbeatGetReader is a Reader for the HeartbeatSamHeartbeatGet structure.

func (*HeartbeatSamHeartbeatGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK ¶

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK struct {
	Payload interface{}
}

ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK describes a response with status code 200, with default header values.

Successful Response

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK() *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK creates a ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK with default headers values

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) Code ¶

Code gets the status code for the image geninfo infinite image browsing image geninfo get o k response

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) Error ¶

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) GetPayload ¶

func (o *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) GetPayload() interface{}

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) IsClientError ¶

IsClientError returns true when this image geninfo infinite image browsing image geninfo get o k response has a 4xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) IsCode ¶

IsCode returns true when this image geninfo infinite image browsing image geninfo get o k response a status code equal to that given

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) IsRedirect ¶

IsRedirect returns true when this image geninfo infinite image browsing image geninfo get o k response has a 3xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) IsServerError ¶

IsServerError returns true when this image geninfo infinite image browsing image geninfo get o k response has a 5xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) IsSuccess ¶

IsSuccess returns true when this image geninfo infinite image browsing image geninfo get o k response has a 2xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetOK) String ¶

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams ¶

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams struct {

	// Path.
	Path string

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

ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams contains all the parameters to send to the API endpoint

for the image geninfo infinite image browsing image geninfo get operation.

Typically these are written to a http.Request.

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams() *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams creates a new ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithContext ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithContext(ctx context.Context) *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithContext creates a new ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams object with the ability to set a context for a request.

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithHTTPClient ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithHTTPClient(client *http.Client) *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithHTTPClient creates a new ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams object with the ability to set a custom HTTPClient for a request.

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithTimeout ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithTimeout(timeout time.Duration) *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetParamsWithTimeout creates a new ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams object with the ability to set a timeout on a request.

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) SetContext ¶

SetContext adds the context to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) SetDefaults ¶

SetDefaults hydrates default values in the image geninfo infinite image browsing image geninfo get params (not the query body).

All values with no default are reset to their zero value.

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) SetPath ¶

SetPath adds the path to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) SetTimeout ¶

SetTimeout adds the timeout to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WithContext ¶

WithContext adds the context to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WithDefaults ¶

WithDefaults hydrates default values in the image geninfo infinite image browsing image geninfo get params (not the query body).

All values with no default are reset to their zero value.

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WithPath ¶

WithPath adds the path to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WithTimeout ¶

WithTimeout adds the timeout to the image geninfo infinite image browsing image geninfo get params

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetReader ¶

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

ImageGeninfoInfiniteImageBrowsingImageGeninfoGetReader is a Reader for the ImageGeninfoInfiniteImageBrowsingImageGeninfoGet structure.

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity ¶

type ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity ¶

func NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity() *ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity

NewImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity creates a ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity with default headers values

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) Code ¶

Code gets the status code for the image geninfo infinite image browsing image geninfo get unprocessable entity response

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) Error ¶

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) GetPayload ¶

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this image geninfo infinite image browsing image geninfo get unprocessable entity response has a 4xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) IsCode ¶

IsCode returns true when this image geninfo infinite image browsing image geninfo get unprocessable entity response a status code equal to that given

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this image geninfo infinite image browsing image geninfo get unprocessable entity response has a 3xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this image geninfo infinite image browsing image geninfo get unprocessable entity response has a 5xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this image geninfo infinite image browsing image geninfo get unprocessable entity response has a 2xx status code

func (*ImageGeninfoInfiniteImageBrowsingImageGeninfoGetUnprocessableEntity) String ¶

type Img2imgapiSdapiV1Img2imgPostInternalServerError ¶ added in v0.2.3

type Img2imgapiSdapiV1Img2imgPostInternalServerError struct {
	Payload *models.HTTPException
}

Img2imgapiSdapiV1Img2imgPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewImg2imgapiSdapiV1Img2imgPostInternalServerError ¶ added in v0.2.3

func NewImg2imgapiSdapiV1Img2imgPostInternalServerError() *Img2imgapiSdapiV1Img2imgPostInternalServerError

NewImg2imgapiSdapiV1Img2imgPostInternalServerError creates a Img2imgapiSdapiV1Img2imgPostInternalServerError with default headers values

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the img2imgapi sdapi v1 img2img post internal server error response

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) Error ¶ added in v0.2.3

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this img2imgapi sdapi v1 img2img post internal server error response has a 4xx status code

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this img2imgapi sdapi v1 img2img post internal server error response a status code equal to that given

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this img2imgapi sdapi v1 img2img post internal server error response has a 3xx status code

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this img2imgapi sdapi v1 img2img post internal server error response has a 5xx status code

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this img2imgapi sdapi v1 img2img post internal server error response has a 2xx status code

func (*Img2imgapiSdapiV1Img2imgPostInternalServerError) String ¶ added in v0.2.3

type Img2imgapiSdapiV1Img2imgPostOK ¶

type Img2imgapiSdapiV1Img2imgPostOK struct {
	Payload *models.ImageToImageResponse
}

Img2imgapiSdapiV1Img2imgPostOK describes a response with status code 200, with default header values.

Successful Response

func NewImg2imgapiSdapiV1Img2imgPostOK ¶

func NewImg2imgapiSdapiV1Img2imgPostOK() *Img2imgapiSdapiV1Img2imgPostOK

NewImg2imgapiSdapiV1Img2imgPostOK creates a Img2imgapiSdapiV1Img2imgPostOK with default headers values

func (*Img2imgapiSdapiV1Img2imgPostOK) Code ¶

Code gets the status code for the img2imgapi sdapi v1 img2img post o k response

func (*Img2imgapiSdapiV1Img2imgPostOK) Error ¶

func (*Img2imgapiSdapiV1Img2imgPostOK) GetPayload ¶

func (*Img2imgapiSdapiV1Img2imgPostOK) IsClientError ¶

func (o *Img2imgapiSdapiV1Img2imgPostOK) IsClientError() bool

IsClientError returns true when this img2imgapi sdapi v1 img2img post o k response has a 4xx status code

func (*Img2imgapiSdapiV1Img2imgPostOK) IsCode ¶

func (o *Img2imgapiSdapiV1Img2imgPostOK) IsCode(code int) bool

IsCode returns true when this img2imgapi sdapi v1 img2img post o k response a status code equal to that given

func (*Img2imgapiSdapiV1Img2imgPostOK) IsRedirect ¶

func (o *Img2imgapiSdapiV1Img2imgPostOK) IsRedirect() bool

IsRedirect returns true when this img2imgapi sdapi v1 img2img post o k response has a 3xx status code

func (*Img2imgapiSdapiV1Img2imgPostOK) IsServerError ¶

func (o *Img2imgapiSdapiV1Img2imgPostOK) IsServerError() bool

IsServerError returns true when this img2imgapi sdapi v1 img2img post o k response has a 5xx status code

func (*Img2imgapiSdapiV1Img2imgPostOK) IsSuccess ¶

func (o *Img2imgapiSdapiV1Img2imgPostOK) IsSuccess() bool

IsSuccess returns true when this img2imgapi sdapi v1 img2img post o k response has a 2xx status code

func (*Img2imgapiSdapiV1Img2imgPostOK) String ¶

type Img2imgapiSdapiV1Img2imgPostParams ¶

type Img2imgapiSdapiV1Img2imgPostParams struct {

	// Body.
	Body *models.StableDiffusionProcessingImg2Img

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

Img2imgapiSdapiV1Img2imgPostParams contains all the parameters to send to the API endpoint

for the img2imgapi sdapi v1 img2img post operation.

Typically these are written to a http.Request.

func NewImg2imgapiSdapiV1Img2imgPostParams ¶

func NewImg2imgapiSdapiV1Img2imgPostParams() *Img2imgapiSdapiV1Img2imgPostParams

NewImg2imgapiSdapiV1Img2imgPostParams creates a new Img2imgapiSdapiV1Img2imgPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewImg2imgapiSdapiV1Img2imgPostParamsWithContext ¶

func NewImg2imgapiSdapiV1Img2imgPostParamsWithContext(ctx context.Context) *Img2imgapiSdapiV1Img2imgPostParams

NewImg2imgapiSdapiV1Img2imgPostParamsWithContext creates a new Img2imgapiSdapiV1Img2imgPostParams object with the ability to set a context for a request.

func NewImg2imgapiSdapiV1Img2imgPostParamsWithHTTPClient ¶

func NewImg2imgapiSdapiV1Img2imgPostParamsWithHTTPClient(client *http.Client) *Img2imgapiSdapiV1Img2imgPostParams

NewImg2imgapiSdapiV1Img2imgPostParamsWithHTTPClient creates a new Img2imgapiSdapiV1Img2imgPostParams object with the ability to set a custom HTTPClient for a request.

func NewImg2imgapiSdapiV1Img2imgPostParamsWithTimeout ¶

func NewImg2imgapiSdapiV1Img2imgPostParamsWithTimeout(timeout time.Duration) *Img2imgapiSdapiV1Img2imgPostParams

NewImg2imgapiSdapiV1Img2imgPostParamsWithTimeout creates a new Img2imgapiSdapiV1Img2imgPostParams object with the ability to set a timeout on a request.

func (*Img2imgapiSdapiV1Img2imgPostParams) SetBody ¶

SetBody adds the body to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) SetContext ¶

SetContext adds the context to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) SetDefaults ¶

func (o *Img2imgapiSdapiV1Img2imgPostParams) SetDefaults()

SetDefaults hydrates default values in the img2imgapi sdapi v1 img2img post params (not the query body).

All values with no default are reset to their zero value.

func (*Img2imgapiSdapiV1Img2imgPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) WithBody ¶

WithBody adds the body to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) WithContext ¶

WithContext adds the context to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) WithDefaults ¶

WithDefaults hydrates default values in the img2imgapi sdapi v1 img2img post params (not the query body).

All values with no default are reset to their zero value.

func (*Img2imgapiSdapiV1Img2imgPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) WithTimeout ¶

WithTimeout adds the timeout to the img2imgapi sdapi v1 img2img post params

func (*Img2imgapiSdapiV1Img2imgPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type Img2imgapiSdapiV1Img2imgPostReader ¶

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

Img2imgapiSdapiV1Img2imgPostReader is a Reader for the Img2imgapiSdapiV1Img2imgPost structure.

func (*Img2imgapiSdapiV1Img2imgPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type Img2imgapiSdapiV1Img2imgPostUnprocessableEntity ¶

type Img2imgapiSdapiV1Img2imgPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

Img2imgapiSdapiV1Img2imgPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewImg2imgapiSdapiV1Img2imgPostUnprocessableEntity ¶

func NewImg2imgapiSdapiV1Img2imgPostUnprocessableEntity() *Img2imgapiSdapiV1Img2imgPostUnprocessableEntity

NewImg2imgapiSdapiV1Img2imgPostUnprocessableEntity creates a Img2imgapiSdapiV1Img2imgPostUnprocessableEntity with default headers values

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) Code ¶

Code gets the status code for the img2imgapi sdapi v1 img2img post unprocessable entity response

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) Error ¶

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) GetPayload ¶

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this img2imgapi sdapi v1 img2img post unprocessable entity response has a 4xx status code

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) IsCode ¶

IsCode returns true when this img2imgapi sdapi v1 img2img post unprocessable entity response a status code equal to that given

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this img2imgapi sdapi v1 img2img post unprocessable entity response has a 3xx status code

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this img2imgapi sdapi v1 img2img post unprocessable entity response has a 5xx status code

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this img2imgapi sdapi v1 img2img post unprocessable entity response has a 2xx status code

func (*Img2imgapiSdapiV1Img2imgPostUnprocessableEntity) String ¶

type IndexBdInfiniteImageBrowsingGetOK ¶

type IndexBdInfiniteImageBrowsingGetOK struct {
	Payload interface{}
}

IndexBdInfiniteImageBrowsingGetOK describes a response with status code 200, with default header values.

Successful Response

func NewIndexBdInfiniteImageBrowsingGetOK ¶

func NewIndexBdInfiniteImageBrowsingGetOK() *IndexBdInfiniteImageBrowsingGetOK

NewIndexBdInfiniteImageBrowsingGetOK creates a IndexBdInfiniteImageBrowsingGetOK with default headers values

func (*IndexBdInfiniteImageBrowsingGetOK) Code ¶

Code gets the status code for the index bd infinite image browsing get o k response

func (*IndexBdInfiniteImageBrowsingGetOK) Error ¶

func (*IndexBdInfiniteImageBrowsingGetOK) GetPayload ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) GetPayload() interface{}

func (*IndexBdInfiniteImageBrowsingGetOK) IsClientError ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) IsClientError() bool

IsClientError returns true when this index bd infinite image browsing get o k response has a 4xx status code

func (*IndexBdInfiniteImageBrowsingGetOK) IsCode ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) IsCode(code int) bool

IsCode returns true when this index bd infinite image browsing get o k response a status code equal to that given

func (*IndexBdInfiniteImageBrowsingGetOK) IsRedirect ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) IsRedirect() bool

IsRedirect returns true when this index bd infinite image browsing get o k response has a 3xx status code

func (*IndexBdInfiniteImageBrowsingGetOK) IsServerError ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) IsServerError() bool

IsServerError returns true when this index bd infinite image browsing get o k response has a 5xx status code

func (*IndexBdInfiniteImageBrowsingGetOK) IsSuccess ¶

func (o *IndexBdInfiniteImageBrowsingGetOK) IsSuccess() bool

IsSuccess returns true when this index bd infinite image browsing get o k response has a 2xx status code

func (*IndexBdInfiniteImageBrowsingGetOK) String ¶

type IndexBdInfiniteImageBrowsingGetParams ¶

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

IndexBdInfiniteImageBrowsingGetParams contains all the parameters to send to the API endpoint

for the index bd infinite image browsing get operation.

Typically these are written to a http.Request.

func NewIndexBdInfiniteImageBrowsingGetParams ¶

func NewIndexBdInfiniteImageBrowsingGetParams() *IndexBdInfiniteImageBrowsingGetParams

NewIndexBdInfiniteImageBrowsingGetParams creates a new IndexBdInfiniteImageBrowsingGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewIndexBdInfiniteImageBrowsingGetParamsWithContext ¶

func NewIndexBdInfiniteImageBrowsingGetParamsWithContext(ctx context.Context) *IndexBdInfiniteImageBrowsingGetParams

NewIndexBdInfiniteImageBrowsingGetParamsWithContext creates a new IndexBdInfiniteImageBrowsingGetParams object with the ability to set a context for a request.

func NewIndexBdInfiniteImageBrowsingGetParamsWithHTTPClient ¶

func NewIndexBdInfiniteImageBrowsingGetParamsWithHTTPClient(client *http.Client) *IndexBdInfiniteImageBrowsingGetParams

NewIndexBdInfiniteImageBrowsingGetParamsWithHTTPClient creates a new IndexBdInfiniteImageBrowsingGetParams object with the ability to set a custom HTTPClient for a request.

func NewIndexBdInfiniteImageBrowsingGetParamsWithTimeout ¶

func NewIndexBdInfiniteImageBrowsingGetParamsWithTimeout(timeout time.Duration) *IndexBdInfiniteImageBrowsingGetParams

NewIndexBdInfiniteImageBrowsingGetParamsWithTimeout creates a new IndexBdInfiniteImageBrowsingGetParams object with the ability to set a timeout on a request.

func (*IndexBdInfiniteImageBrowsingGetParams) SetContext ¶

SetContext adds the context to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) SetDefaults ¶

func (o *IndexBdInfiniteImageBrowsingGetParams) SetDefaults()

SetDefaults hydrates default values in the index bd infinite image browsing get params (not the query body).

All values with no default are reset to their zero value.

func (*IndexBdInfiniteImageBrowsingGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) WithContext ¶

WithContext adds the context to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) WithDefaults ¶

WithDefaults hydrates default values in the index bd infinite image browsing get params (not the query body).

All values with no default are reset to their zero value.

func (*IndexBdInfiniteImageBrowsingGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) WithTimeout ¶

WithTimeout adds the timeout to the index bd infinite image browsing get params

func (*IndexBdInfiniteImageBrowsingGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type IndexBdInfiniteImageBrowsingGetReader ¶

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

IndexBdInfiniteImageBrowsingGetReader is a Reader for the IndexBdInfiniteImageBrowsingGet structure.

func (*IndexBdInfiniteImageBrowsingGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type InterrogateapiSdapiV1InterrogatePostInternalServerError ¶ added in v0.2.3

type InterrogateapiSdapiV1InterrogatePostInternalServerError struct {
	Payload *models.HTTPException
}

InterrogateapiSdapiV1InterrogatePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewInterrogateapiSdapiV1InterrogatePostInternalServerError ¶ added in v0.2.3

func NewInterrogateapiSdapiV1InterrogatePostInternalServerError() *InterrogateapiSdapiV1InterrogatePostInternalServerError

NewInterrogateapiSdapiV1InterrogatePostInternalServerError creates a InterrogateapiSdapiV1InterrogatePostInternalServerError with default headers values

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the interrogateapi sdapi v1 interrogate post internal server error response

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) Error ¶ added in v0.2.3

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) GetPayload ¶ added in v0.2.3

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this interrogateapi sdapi v1 interrogate post internal server error response has a 4xx status code

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this interrogateapi sdapi v1 interrogate post internal server error response a status code equal to that given

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this interrogateapi sdapi v1 interrogate post internal server error response has a 3xx status code

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this interrogateapi sdapi v1 interrogate post internal server error response has a 5xx status code

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this interrogateapi sdapi v1 interrogate post internal server error response has a 2xx status code

func (*InterrogateapiSdapiV1InterrogatePostInternalServerError) String ¶ added in v0.2.3

type InterrogateapiSdapiV1InterrogatePostOK ¶

type InterrogateapiSdapiV1InterrogatePostOK struct {
	Payload interface{}
}

InterrogateapiSdapiV1InterrogatePostOK describes a response with status code 200, with default header values.

Successful Response

func NewInterrogateapiSdapiV1InterrogatePostOK ¶

func NewInterrogateapiSdapiV1InterrogatePostOK() *InterrogateapiSdapiV1InterrogatePostOK

NewInterrogateapiSdapiV1InterrogatePostOK creates a InterrogateapiSdapiV1InterrogatePostOK with default headers values

func (*InterrogateapiSdapiV1InterrogatePostOK) Code ¶

Code gets the status code for the interrogateapi sdapi v1 interrogate post o k response

func (*InterrogateapiSdapiV1InterrogatePostOK) Error ¶

func (*InterrogateapiSdapiV1InterrogatePostOK) GetPayload ¶

func (o *InterrogateapiSdapiV1InterrogatePostOK) GetPayload() interface{}

func (*InterrogateapiSdapiV1InterrogatePostOK) IsClientError ¶

func (o *InterrogateapiSdapiV1InterrogatePostOK) IsClientError() bool

IsClientError returns true when this interrogateapi sdapi v1 interrogate post o k response has a 4xx status code

func (*InterrogateapiSdapiV1InterrogatePostOK) IsCode ¶

IsCode returns true when this interrogateapi sdapi v1 interrogate post o k response a status code equal to that given

func (*InterrogateapiSdapiV1InterrogatePostOK) IsRedirect ¶

IsRedirect returns true when this interrogateapi sdapi v1 interrogate post o k response has a 3xx status code

func (*InterrogateapiSdapiV1InterrogatePostOK) IsServerError ¶

func (o *InterrogateapiSdapiV1InterrogatePostOK) IsServerError() bool

IsServerError returns true when this interrogateapi sdapi v1 interrogate post o k response has a 5xx status code

func (*InterrogateapiSdapiV1InterrogatePostOK) IsSuccess ¶

IsSuccess returns true when this interrogateapi sdapi v1 interrogate post o k response has a 2xx status code

func (*InterrogateapiSdapiV1InterrogatePostOK) String ¶

type InterrogateapiSdapiV1InterrogatePostParams ¶

type InterrogateapiSdapiV1InterrogatePostParams struct {

	// Body.
	Body *models.InterrogateRequest

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

InterrogateapiSdapiV1InterrogatePostParams contains all the parameters to send to the API endpoint

for the interrogateapi sdapi v1 interrogate post operation.

Typically these are written to a http.Request.

func NewInterrogateapiSdapiV1InterrogatePostParams ¶

func NewInterrogateapiSdapiV1InterrogatePostParams() *InterrogateapiSdapiV1InterrogatePostParams

NewInterrogateapiSdapiV1InterrogatePostParams creates a new InterrogateapiSdapiV1InterrogatePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInterrogateapiSdapiV1InterrogatePostParamsWithContext ¶

func NewInterrogateapiSdapiV1InterrogatePostParamsWithContext(ctx context.Context) *InterrogateapiSdapiV1InterrogatePostParams

NewInterrogateapiSdapiV1InterrogatePostParamsWithContext creates a new InterrogateapiSdapiV1InterrogatePostParams object with the ability to set a context for a request.

func NewInterrogateapiSdapiV1InterrogatePostParamsWithHTTPClient ¶

func NewInterrogateapiSdapiV1InterrogatePostParamsWithHTTPClient(client *http.Client) *InterrogateapiSdapiV1InterrogatePostParams

NewInterrogateapiSdapiV1InterrogatePostParamsWithHTTPClient creates a new InterrogateapiSdapiV1InterrogatePostParams object with the ability to set a custom HTTPClient for a request.

func NewInterrogateapiSdapiV1InterrogatePostParamsWithTimeout ¶

func NewInterrogateapiSdapiV1InterrogatePostParamsWithTimeout(timeout time.Duration) *InterrogateapiSdapiV1InterrogatePostParams

NewInterrogateapiSdapiV1InterrogatePostParamsWithTimeout creates a new InterrogateapiSdapiV1InterrogatePostParams object with the ability to set a timeout on a request.

func (*InterrogateapiSdapiV1InterrogatePostParams) SetBody ¶

SetBody adds the body to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) SetContext ¶

SetContext adds the context to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) SetDefaults ¶

SetDefaults hydrates default values in the interrogateapi sdapi v1 interrogate post params (not the query body).

All values with no default are reset to their zero value.

func (*InterrogateapiSdapiV1InterrogatePostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) SetTimeout ¶

SetTimeout adds the timeout to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) WithBody ¶

WithBody adds the body to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) WithContext ¶

WithContext adds the context to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) WithDefaults ¶

WithDefaults hydrates default values in the interrogateapi sdapi v1 interrogate post params (not the query body).

All values with no default are reset to their zero value.

func (*InterrogateapiSdapiV1InterrogatePostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) WithTimeout ¶

WithTimeout adds the timeout to the interrogateapi sdapi v1 interrogate post params

func (*InterrogateapiSdapiV1InterrogatePostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type InterrogateapiSdapiV1InterrogatePostReader ¶

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

InterrogateapiSdapiV1InterrogatePostReader is a Reader for the InterrogateapiSdapiV1InterrogatePost structure.

func (*InterrogateapiSdapiV1InterrogatePostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type InterrogateapiSdapiV1InterrogatePostUnprocessableEntity ¶

type InterrogateapiSdapiV1InterrogatePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

InterrogateapiSdapiV1InterrogatePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewInterrogateapiSdapiV1InterrogatePostUnprocessableEntity ¶

func NewInterrogateapiSdapiV1InterrogatePostUnprocessableEntity() *InterrogateapiSdapiV1InterrogatePostUnprocessableEntity

NewInterrogateapiSdapiV1InterrogatePostUnprocessableEntity creates a InterrogateapiSdapiV1InterrogatePostUnprocessableEntity with default headers values

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) Code ¶

Code gets the status code for the interrogateapi sdapi v1 interrogate post unprocessable entity response

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) Error ¶

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) GetPayload ¶

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this interrogateapi sdapi v1 interrogate post unprocessable entity response has a 4xx status code

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) IsCode ¶

IsCode returns true when this interrogateapi sdapi v1 interrogate post unprocessable entity response a status code equal to that given

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this interrogateapi sdapi v1 interrogate post unprocessable entity response has a 3xx status code

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this interrogateapi sdapi v1 interrogate post unprocessable entity response has a 5xx status code

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this interrogateapi sdapi v1 interrogate post unprocessable entity response has a 2xx status code

func (*InterrogateapiSdapiV1InterrogatePostUnprocessableEntity) String ¶

type InterruptapiSdapiV1InterruptPostInternalServerError ¶ added in v0.2.3

type InterruptapiSdapiV1InterruptPostInternalServerError struct {
	Payload *models.HTTPException
}

InterruptapiSdapiV1InterruptPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewInterruptapiSdapiV1InterruptPostInternalServerError ¶ added in v0.2.3

func NewInterruptapiSdapiV1InterruptPostInternalServerError() *InterruptapiSdapiV1InterruptPostInternalServerError

NewInterruptapiSdapiV1InterruptPostInternalServerError creates a InterruptapiSdapiV1InterruptPostInternalServerError with default headers values

func (*InterruptapiSdapiV1InterruptPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the interruptapi sdapi v1 interrupt post internal server error response

func (*InterruptapiSdapiV1InterruptPostInternalServerError) Error ¶ added in v0.2.3

func (*InterruptapiSdapiV1InterruptPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*InterruptapiSdapiV1InterruptPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this interruptapi sdapi v1 interrupt post internal server error response has a 4xx status code

func (*InterruptapiSdapiV1InterruptPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this interruptapi sdapi v1 interrupt post internal server error response a status code equal to that given

func (*InterruptapiSdapiV1InterruptPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this interruptapi sdapi v1 interrupt post internal server error response has a 3xx status code

func (*InterruptapiSdapiV1InterruptPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this interruptapi sdapi v1 interrupt post internal server error response has a 5xx status code

func (*InterruptapiSdapiV1InterruptPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this interruptapi sdapi v1 interrupt post internal server error response has a 2xx status code

func (*InterruptapiSdapiV1InterruptPostInternalServerError) String ¶ added in v0.2.3

type InterruptapiSdapiV1InterruptPostOK ¶

type InterruptapiSdapiV1InterruptPostOK struct {
	Payload interface{}
}

InterruptapiSdapiV1InterruptPostOK describes a response with status code 200, with default header values.

Successful Response

func NewInterruptapiSdapiV1InterruptPostOK ¶

func NewInterruptapiSdapiV1InterruptPostOK() *InterruptapiSdapiV1InterruptPostOK

NewInterruptapiSdapiV1InterruptPostOK creates a InterruptapiSdapiV1InterruptPostOK with default headers values

func (*InterruptapiSdapiV1InterruptPostOK) Code ¶

Code gets the status code for the interruptapi sdapi v1 interrupt post o k response

func (*InterruptapiSdapiV1InterruptPostOK) Error ¶

func (*InterruptapiSdapiV1InterruptPostOK) GetPayload ¶

func (o *InterruptapiSdapiV1InterruptPostOK) GetPayload() interface{}

func (*InterruptapiSdapiV1InterruptPostOK) IsClientError ¶

func (o *InterruptapiSdapiV1InterruptPostOK) IsClientError() bool

IsClientError returns true when this interruptapi sdapi v1 interrupt post o k response has a 4xx status code

func (*InterruptapiSdapiV1InterruptPostOK) IsCode ¶

IsCode returns true when this interruptapi sdapi v1 interrupt post o k response a status code equal to that given

func (*InterruptapiSdapiV1InterruptPostOK) IsRedirect ¶

func (o *InterruptapiSdapiV1InterruptPostOK) IsRedirect() bool

IsRedirect returns true when this interruptapi sdapi v1 interrupt post o k response has a 3xx status code

func (*InterruptapiSdapiV1InterruptPostOK) IsServerError ¶

func (o *InterruptapiSdapiV1InterruptPostOK) IsServerError() bool

IsServerError returns true when this interruptapi sdapi v1 interrupt post o k response has a 5xx status code

func (*InterruptapiSdapiV1InterruptPostOK) IsSuccess ¶

IsSuccess returns true when this interruptapi sdapi v1 interrupt post o k response has a 2xx status code

func (*InterruptapiSdapiV1InterruptPostOK) String ¶

type InterruptapiSdapiV1InterruptPostParams ¶

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

InterruptapiSdapiV1InterruptPostParams contains all the parameters to send to the API endpoint

for the interruptapi sdapi v1 interrupt post operation.

Typically these are written to a http.Request.

func NewInterruptapiSdapiV1InterruptPostParams ¶

func NewInterruptapiSdapiV1InterruptPostParams() *InterruptapiSdapiV1InterruptPostParams

NewInterruptapiSdapiV1InterruptPostParams creates a new InterruptapiSdapiV1InterruptPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInterruptapiSdapiV1InterruptPostParamsWithContext ¶

func NewInterruptapiSdapiV1InterruptPostParamsWithContext(ctx context.Context) *InterruptapiSdapiV1InterruptPostParams

NewInterruptapiSdapiV1InterruptPostParamsWithContext creates a new InterruptapiSdapiV1InterruptPostParams object with the ability to set a context for a request.

func NewInterruptapiSdapiV1InterruptPostParamsWithHTTPClient ¶

func NewInterruptapiSdapiV1InterruptPostParamsWithHTTPClient(client *http.Client) *InterruptapiSdapiV1InterruptPostParams

NewInterruptapiSdapiV1InterruptPostParamsWithHTTPClient creates a new InterruptapiSdapiV1InterruptPostParams object with the ability to set a custom HTTPClient for a request.

func NewInterruptapiSdapiV1InterruptPostParamsWithTimeout ¶

func NewInterruptapiSdapiV1InterruptPostParamsWithTimeout(timeout time.Duration) *InterruptapiSdapiV1InterruptPostParams

NewInterruptapiSdapiV1InterruptPostParamsWithTimeout creates a new InterruptapiSdapiV1InterruptPostParams object with the ability to set a timeout on a request.

func (*InterruptapiSdapiV1InterruptPostParams) SetContext ¶

SetContext adds the context to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) SetDefaults ¶

func (o *InterruptapiSdapiV1InterruptPostParams) SetDefaults()

SetDefaults hydrates default values in the interruptapi sdapi v1 interrupt post params (not the query body).

All values with no default are reset to their zero value.

func (*InterruptapiSdapiV1InterruptPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) WithContext ¶

WithContext adds the context to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) WithDefaults ¶

WithDefaults hydrates default values in the interruptapi sdapi v1 interrupt post params (not the query body).

All values with no default are reset to their zero value.

func (*InterruptapiSdapiV1InterruptPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) WithTimeout ¶

WithTimeout adds the timeout to the interruptapi sdapi v1 interrupt post params

func (*InterruptapiSdapiV1InterruptPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type InterruptapiSdapiV1InterruptPostReader ¶

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

InterruptapiSdapiV1InterruptPostReader is a Reader for the InterruptapiSdapiV1InterruptPost structure.

func (*InterruptapiSdapiV1InterruptPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LambdaInternalPingGetOK ¶

type LambdaInternalPingGetOK struct {
	Payload interface{}
}

LambdaInternalPingGetOK describes a response with status code 200, with default header values.

Successful Response

func NewLambdaInternalPingGetOK ¶

func NewLambdaInternalPingGetOK() *LambdaInternalPingGetOK

NewLambdaInternalPingGetOK creates a LambdaInternalPingGetOK with default headers values

func (*LambdaInternalPingGetOK) Code ¶

func (o *LambdaInternalPingGetOK) Code() int

Code gets the status code for the lambda internal ping get o k response

func (*LambdaInternalPingGetOK) Error ¶

func (o *LambdaInternalPingGetOK) Error() string

func (*LambdaInternalPingGetOK) GetPayload ¶

func (o *LambdaInternalPingGetOK) GetPayload() interface{}

func (*LambdaInternalPingGetOK) IsClientError ¶

func (o *LambdaInternalPingGetOK) IsClientError() bool

IsClientError returns true when this lambda internal ping get o k response has a 4xx status code

func (*LambdaInternalPingGetOK) IsCode ¶

func (o *LambdaInternalPingGetOK) IsCode(code int) bool

IsCode returns true when this lambda internal ping get o k response a status code equal to that given

func (*LambdaInternalPingGetOK) IsRedirect ¶

func (o *LambdaInternalPingGetOK) IsRedirect() bool

IsRedirect returns true when this lambda internal ping get o k response has a 3xx status code

func (*LambdaInternalPingGetOK) IsServerError ¶

func (o *LambdaInternalPingGetOK) IsServerError() bool

IsServerError returns true when this lambda internal ping get o k response has a 5xx status code

func (*LambdaInternalPingGetOK) IsSuccess ¶

func (o *LambdaInternalPingGetOK) IsSuccess() bool

IsSuccess returns true when this lambda internal ping get o k response has a 2xx status code

func (*LambdaInternalPingGetOK) String ¶

func (o *LambdaInternalPingGetOK) String() string

type LambdaInternalPingGetParams ¶

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

LambdaInternalPingGetParams contains all the parameters to send to the API endpoint

for the lambda internal ping get operation.

Typically these are written to a http.Request.

func NewLambdaInternalPingGetParams ¶

func NewLambdaInternalPingGetParams() *LambdaInternalPingGetParams

NewLambdaInternalPingGetParams creates a new LambdaInternalPingGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewLambdaInternalPingGetParamsWithContext ¶

func NewLambdaInternalPingGetParamsWithContext(ctx context.Context) *LambdaInternalPingGetParams

NewLambdaInternalPingGetParamsWithContext creates a new LambdaInternalPingGetParams object with the ability to set a context for a request.

func NewLambdaInternalPingGetParamsWithHTTPClient ¶

func NewLambdaInternalPingGetParamsWithHTTPClient(client *http.Client) *LambdaInternalPingGetParams

NewLambdaInternalPingGetParamsWithHTTPClient creates a new LambdaInternalPingGetParams object with the ability to set a custom HTTPClient for a request.

func NewLambdaInternalPingGetParamsWithTimeout ¶

func NewLambdaInternalPingGetParamsWithTimeout(timeout time.Duration) *LambdaInternalPingGetParams

NewLambdaInternalPingGetParamsWithTimeout creates a new LambdaInternalPingGetParams object with the ability to set a timeout on a request.

func (*LambdaInternalPingGetParams) SetContext ¶

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

SetContext adds the context to the lambda internal ping get params

func (*LambdaInternalPingGetParams) SetDefaults ¶

func (o *LambdaInternalPingGetParams) SetDefaults()

SetDefaults hydrates default values in the lambda internal ping get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalPingGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the lambda internal ping get params

func (*LambdaInternalPingGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the lambda internal ping get params

func (*LambdaInternalPingGetParams) WithContext ¶

WithContext adds the context to the lambda internal ping get params

func (*LambdaInternalPingGetParams) WithDefaults ¶

WithDefaults hydrates default values in the lambda internal ping get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalPingGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the lambda internal ping get params

func (*LambdaInternalPingGetParams) WithTimeout ¶

WithTimeout adds the timeout to the lambda internal ping get params

func (*LambdaInternalPingGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type LambdaInternalPingGetReader ¶

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

LambdaInternalPingGetReader is a Reader for the LambdaInternalPingGet structure.

func (*LambdaInternalPingGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LambdaInternalProfileStartupGetOK ¶

type LambdaInternalProfileStartupGetOK struct {
	Payload interface{}
}

LambdaInternalProfileStartupGetOK describes a response with status code 200, with default header values.

Successful Response

func NewLambdaInternalProfileStartupGetOK ¶

func NewLambdaInternalProfileStartupGetOK() *LambdaInternalProfileStartupGetOK

NewLambdaInternalProfileStartupGetOK creates a LambdaInternalProfileStartupGetOK with default headers values

func (*LambdaInternalProfileStartupGetOK) Code ¶

Code gets the status code for the lambda internal profile startup get o k response

func (*LambdaInternalProfileStartupGetOK) Error ¶

func (*LambdaInternalProfileStartupGetOK) GetPayload ¶

func (o *LambdaInternalProfileStartupGetOK) GetPayload() interface{}

func (*LambdaInternalProfileStartupGetOK) IsClientError ¶

func (o *LambdaInternalProfileStartupGetOK) IsClientError() bool

IsClientError returns true when this lambda internal profile startup get o k response has a 4xx status code

func (*LambdaInternalProfileStartupGetOK) IsCode ¶

func (o *LambdaInternalProfileStartupGetOK) IsCode(code int) bool

IsCode returns true when this lambda internal profile startup get o k response a status code equal to that given

func (*LambdaInternalProfileStartupGetOK) IsRedirect ¶

func (o *LambdaInternalProfileStartupGetOK) IsRedirect() bool

IsRedirect returns true when this lambda internal profile startup get o k response has a 3xx status code

func (*LambdaInternalProfileStartupGetOK) IsServerError ¶

func (o *LambdaInternalProfileStartupGetOK) IsServerError() bool

IsServerError returns true when this lambda internal profile startup get o k response has a 5xx status code

func (*LambdaInternalProfileStartupGetOK) IsSuccess ¶

func (o *LambdaInternalProfileStartupGetOK) IsSuccess() bool

IsSuccess returns true when this lambda internal profile startup get o k response has a 2xx status code

func (*LambdaInternalProfileStartupGetOK) String ¶

type LambdaInternalProfileStartupGetParams ¶

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

LambdaInternalProfileStartupGetParams contains all the parameters to send to the API endpoint

for the lambda internal profile startup get operation.

Typically these are written to a http.Request.

func NewLambdaInternalProfileStartupGetParams ¶

func NewLambdaInternalProfileStartupGetParams() *LambdaInternalProfileStartupGetParams

NewLambdaInternalProfileStartupGetParams creates a new LambdaInternalProfileStartupGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewLambdaInternalProfileStartupGetParamsWithContext ¶

func NewLambdaInternalProfileStartupGetParamsWithContext(ctx context.Context) *LambdaInternalProfileStartupGetParams

NewLambdaInternalProfileStartupGetParamsWithContext creates a new LambdaInternalProfileStartupGetParams object with the ability to set a context for a request.

func NewLambdaInternalProfileStartupGetParamsWithHTTPClient ¶

func NewLambdaInternalProfileStartupGetParamsWithHTTPClient(client *http.Client) *LambdaInternalProfileStartupGetParams

NewLambdaInternalProfileStartupGetParamsWithHTTPClient creates a new LambdaInternalProfileStartupGetParams object with the ability to set a custom HTTPClient for a request.

func NewLambdaInternalProfileStartupGetParamsWithTimeout ¶

func NewLambdaInternalProfileStartupGetParamsWithTimeout(timeout time.Duration) *LambdaInternalProfileStartupGetParams

NewLambdaInternalProfileStartupGetParamsWithTimeout creates a new LambdaInternalProfileStartupGetParams object with the ability to set a timeout on a request.

func (*LambdaInternalProfileStartupGetParams) SetContext ¶

SetContext adds the context to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) SetDefaults ¶

func (o *LambdaInternalProfileStartupGetParams) SetDefaults()

SetDefaults hydrates default values in the lambda internal profile startup get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalProfileStartupGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) WithContext ¶

WithContext adds the context to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) WithDefaults ¶

WithDefaults hydrates default values in the lambda internal profile startup get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalProfileStartupGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) WithTimeout ¶

WithTimeout adds the timeout to the lambda internal profile startup get params

func (*LambdaInternalProfileStartupGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type LambdaInternalProfileStartupGetReader ¶

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

LambdaInternalProfileStartupGetReader is a Reader for the LambdaInternalProfileStartupGet structure.

func (*LambdaInternalProfileStartupGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LambdaInternalSysinfoDownloadGetOK ¶

type LambdaInternalSysinfoDownloadGetOK struct {
	Payload interface{}
}

LambdaInternalSysinfoDownloadGetOK describes a response with status code 200, with default header values.

Successful Response

func NewLambdaInternalSysinfoDownloadGetOK ¶

func NewLambdaInternalSysinfoDownloadGetOK() *LambdaInternalSysinfoDownloadGetOK

NewLambdaInternalSysinfoDownloadGetOK creates a LambdaInternalSysinfoDownloadGetOK with default headers values

func (*LambdaInternalSysinfoDownloadGetOK) Code ¶

Code gets the status code for the lambda internal sysinfo download get o k response

func (*LambdaInternalSysinfoDownloadGetOK) Error ¶

func (*LambdaInternalSysinfoDownloadGetOK) GetPayload ¶

func (o *LambdaInternalSysinfoDownloadGetOK) GetPayload() interface{}

func (*LambdaInternalSysinfoDownloadGetOK) IsClientError ¶

func (o *LambdaInternalSysinfoDownloadGetOK) IsClientError() bool

IsClientError returns true when this lambda internal sysinfo download get o k response has a 4xx status code

func (*LambdaInternalSysinfoDownloadGetOK) IsCode ¶

IsCode returns true when this lambda internal sysinfo download get o k response a status code equal to that given

func (*LambdaInternalSysinfoDownloadGetOK) IsRedirect ¶

func (o *LambdaInternalSysinfoDownloadGetOK) IsRedirect() bool

IsRedirect returns true when this lambda internal sysinfo download get o k response has a 3xx status code

func (*LambdaInternalSysinfoDownloadGetOK) IsServerError ¶

func (o *LambdaInternalSysinfoDownloadGetOK) IsServerError() bool

IsServerError returns true when this lambda internal sysinfo download get o k response has a 5xx status code

func (*LambdaInternalSysinfoDownloadGetOK) IsSuccess ¶

IsSuccess returns true when this lambda internal sysinfo download get o k response has a 2xx status code

func (*LambdaInternalSysinfoDownloadGetOK) String ¶

type LambdaInternalSysinfoDownloadGetParams ¶

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

LambdaInternalSysinfoDownloadGetParams contains all the parameters to send to the API endpoint

for the lambda internal sysinfo download get operation.

Typically these are written to a http.Request.

func NewLambdaInternalSysinfoDownloadGetParams ¶

func NewLambdaInternalSysinfoDownloadGetParams() *LambdaInternalSysinfoDownloadGetParams

NewLambdaInternalSysinfoDownloadGetParams creates a new LambdaInternalSysinfoDownloadGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewLambdaInternalSysinfoDownloadGetParamsWithContext ¶

func NewLambdaInternalSysinfoDownloadGetParamsWithContext(ctx context.Context) *LambdaInternalSysinfoDownloadGetParams

NewLambdaInternalSysinfoDownloadGetParamsWithContext creates a new LambdaInternalSysinfoDownloadGetParams object with the ability to set a context for a request.

func NewLambdaInternalSysinfoDownloadGetParamsWithHTTPClient ¶

func NewLambdaInternalSysinfoDownloadGetParamsWithHTTPClient(client *http.Client) *LambdaInternalSysinfoDownloadGetParams

NewLambdaInternalSysinfoDownloadGetParamsWithHTTPClient creates a new LambdaInternalSysinfoDownloadGetParams object with the ability to set a custom HTTPClient for a request.

func NewLambdaInternalSysinfoDownloadGetParamsWithTimeout ¶

func NewLambdaInternalSysinfoDownloadGetParamsWithTimeout(timeout time.Duration) *LambdaInternalSysinfoDownloadGetParams

NewLambdaInternalSysinfoDownloadGetParamsWithTimeout creates a new LambdaInternalSysinfoDownloadGetParams object with the ability to set a timeout on a request.

func (*LambdaInternalSysinfoDownloadGetParams) SetContext ¶

SetContext adds the context to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) SetDefaults ¶

func (o *LambdaInternalSysinfoDownloadGetParams) SetDefaults()

SetDefaults hydrates default values in the lambda internal sysinfo download get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalSysinfoDownloadGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) WithContext ¶

WithContext adds the context to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) WithDefaults ¶

WithDefaults hydrates default values in the lambda internal sysinfo download get params (not the query body).

All values with no default are reset to their zero value.

func (*LambdaInternalSysinfoDownloadGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) WithTimeout ¶

WithTimeout adds the timeout to the lambda internal sysinfo download get params

func (*LambdaInternalSysinfoDownloadGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type LambdaInternalSysinfoDownloadGetReader ¶

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

LambdaInternalSysinfoDownloadGetReader is a Reader for the LambdaInternalSysinfoDownloadGet structure.

func (*LambdaInternalSysinfoDownloadGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LoginCheckLoginCheckGetOK ¶

type LoginCheckLoginCheckGetOK struct {
	Payload interface{}
}

LoginCheckLoginCheckGetOK describes a response with status code 200, with default header values.

Successful Response

func NewLoginCheckLoginCheckGetOK ¶

func NewLoginCheckLoginCheckGetOK() *LoginCheckLoginCheckGetOK

NewLoginCheckLoginCheckGetOK creates a LoginCheckLoginCheckGetOK with default headers values

func (*LoginCheckLoginCheckGetOK) Code ¶

func (o *LoginCheckLoginCheckGetOK) Code() int

Code gets the status code for the login check login check get o k response

func (*LoginCheckLoginCheckGetOK) Error ¶

func (o *LoginCheckLoginCheckGetOK) Error() string

func (*LoginCheckLoginCheckGetOK) GetPayload ¶

func (o *LoginCheckLoginCheckGetOK) GetPayload() interface{}

func (*LoginCheckLoginCheckGetOK) IsClientError ¶

func (o *LoginCheckLoginCheckGetOK) IsClientError() bool

IsClientError returns true when this login check login check get o k response has a 4xx status code

func (*LoginCheckLoginCheckGetOK) IsCode ¶

func (o *LoginCheckLoginCheckGetOK) IsCode(code int) bool

IsCode returns true when this login check login check get o k response a status code equal to that given

func (*LoginCheckLoginCheckGetOK) IsRedirect ¶

func (o *LoginCheckLoginCheckGetOK) IsRedirect() bool

IsRedirect returns true when this login check login check get o k response has a 3xx status code

func (*LoginCheckLoginCheckGetOK) IsServerError ¶

func (o *LoginCheckLoginCheckGetOK) IsServerError() bool

IsServerError returns true when this login check login check get o k response has a 5xx status code

func (*LoginCheckLoginCheckGetOK) IsSuccess ¶

func (o *LoginCheckLoginCheckGetOK) IsSuccess() bool

IsSuccess returns true when this login check login check get o k response has a 2xx status code

func (*LoginCheckLoginCheckGetOK) String ¶

func (o *LoginCheckLoginCheckGetOK) String() string

type LoginCheckLoginCheckGetParams ¶

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

LoginCheckLoginCheckGetParams contains all the parameters to send to the API endpoint

for the login check login check get operation.

Typically these are written to a http.Request.

func NewLoginCheckLoginCheckGetParams ¶

func NewLoginCheckLoginCheckGetParams() *LoginCheckLoginCheckGetParams

NewLoginCheckLoginCheckGetParams creates a new LoginCheckLoginCheckGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewLoginCheckLoginCheckGetParamsWithContext ¶

func NewLoginCheckLoginCheckGetParamsWithContext(ctx context.Context) *LoginCheckLoginCheckGetParams

NewLoginCheckLoginCheckGetParamsWithContext creates a new LoginCheckLoginCheckGetParams object with the ability to set a context for a request.

func NewLoginCheckLoginCheckGetParamsWithHTTPClient ¶

func NewLoginCheckLoginCheckGetParamsWithHTTPClient(client *http.Client) *LoginCheckLoginCheckGetParams

NewLoginCheckLoginCheckGetParamsWithHTTPClient creates a new LoginCheckLoginCheckGetParams object with the ability to set a custom HTTPClient for a request.

func NewLoginCheckLoginCheckGetParamsWithTimeout ¶

func NewLoginCheckLoginCheckGetParamsWithTimeout(timeout time.Duration) *LoginCheckLoginCheckGetParams

NewLoginCheckLoginCheckGetParamsWithTimeout creates a new LoginCheckLoginCheckGetParams object with the ability to set a timeout on a request.

func (*LoginCheckLoginCheckGetParams) SetContext ¶

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

SetContext adds the context to the login check login check get params

func (*LoginCheckLoginCheckGetParams) SetDefaults ¶

func (o *LoginCheckLoginCheckGetParams) SetDefaults()

SetDefaults hydrates default values in the login check login check get params (not the query body).

All values with no default are reset to their zero value.

func (*LoginCheckLoginCheckGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the login check login check get params

func (*LoginCheckLoginCheckGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the login check login check get params

func (*LoginCheckLoginCheckGetParams) WithContext ¶

WithContext adds the context to the login check login check get params

func (*LoginCheckLoginCheckGetParams) WithDefaults ¶

WithDefaults hydrates default values in the login check login check get params (not the query body).

All values with no default are reset to their zero value.

func (*LoginCheckLoginCheckGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the login check login check get params

func (*LoginCheckLoginCheckGetParams) WithTimeout ¶

WithTimeout adds the timeout to the login check login check get params

func (*LoginCheckLoginCheckGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type LoginCheckLoginCheckGetReader ¶

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

LoginCheckLoginCheckGetReader is a Reader for the LoginCheckLoginCheckGet structure.

func (*LoginCheckLoginCheckGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LoginLoginPostInternalServerError ¶ added in v0.2.3

type LoginLoginPostInternalServerError struct {
	Payload *models.HTTPException
}

LoginLoginPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewLoginLoginPostInternalServerError ¶ added in v0.2.3

func NewLoginLoginPostInternalServerError() *LoginLoginPostInternalServerError

NewLoginLoginPostInternalServerError creates a LoginLoginPostInternalServerError with default headers values

func (*LoginLoginPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the login login post internal server error response

func (*LoginLoginPostInternalServerError) Error ¶ added in v0.2.3

func (*LoginLoginPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*LoginLoginPostInternalServerError) IsClientError ¶ added in v0.2.3

func (o *LoginLoginPostInternalServerError) IsClientError() bool

IsClientError returns true when this login login post internal server error response has a 4xx status code

func (*LoginLoginPostInternalServerError) IsCode ¶ added in v0.2.3

func (o *LoginLoginPostInternalServerError) IsCode(code int) bool

IsCode returns true when this login login post internal server error response a status code equal to that given

func (*LoginLoginPostInternalServerError) IsRedirect ¶ added in v0.2.3

func (o *LoginLoginPostInternalServerError) IsRedirect() bool

IsRedirect returns true when this login login post internal server error response has a 3xx status code

func (*LoginLoginPostInternalServerError) IsServerError ¶ added in v0.2.3

func (o *LoginLoginPostInternalServerError) IsServerError() bool

IsServerError returns true when this login login post internal server error response has a 5xx status code

func (*LoginLoginPostInternalServerError) IsSuccess ¶ added in v0.2.3

func (o *LoginLoginPostInternalServerError) IsSuccess() bool

IsSuccess returns true when this login login post internal server error response has a 2xx status code

func (*LoginLoginPostInternalServerError) String ¶ added in v0.2.3

type LoginLoginPostOK ¶

type LoginLoginPostOK struct {
	Payload interface{}
}

LoginLoginPostOK describes a response with status code 200, with default header values.

Successful Response

func NewLoginLoginPostOK ¶

func NewLoginLoginPostOK() *LoginLoginPostOK

NewLoginLoginPostOK creates a LoginLoginPostOK with default headers values

func (*LoginLoginPostOK) Code ¶

func (o *LoginLoginPostOK) Code() int

Code gets the status code for the login login post o k response

func (*LoginLoginPostOK) Error ¶

func (o *LoginLoginPostOK) Error() string

func (*LoginLoginPostOK) GetPayload ¶

func (o *LoginLoginPostOK) GetPayload() interface{}

func (*LoginLoginPostOK) IsClientError ¶

func (o *LoginLoginPostOK) IsClientError() bool

IsClientError returns true when this login login post o k response has a 4xx status code

func (*LoginLoginPostOK) IsCode ¶

func (o *LoginLoginPostOK) IsCode(code int) bool

IsCode returns true when this login login post o k response a status code equal to that given

func (*LoginLoginPostOK) IsRedirect ¶

func (o *LoginLoginPostOK) IsRedirect() bool

IsRedirect returns true when this login login post o k response has a 3xx status code

func (*LoginLoginPostOK) IsServerError ¶

func (o *LoginLoginPostOK) IsServerError() bool

IsServerError returns true when this login login post o k response has a 5xx status code

func (*LoginLoginPostOK) IsSuccess ¶

func (o *LoginLoginPostOK) IsSuccess() bool

IsSuccess returns true when this login login post o k response has a 2xx status code

func (*LoginLoginPostOK) String ¶

func (o *LoginLoginPostOK) String() string

type LoginLoginPostParams ¶

type LoginLoginPostParams struct {

	// ClientID.
	ClientID *string

	// ClientSecret.
	ClientSecret *string

	// GrantType.
	GrantType *string

	// Password.
	Password string

	// Scope.
	Scope *string

	// Username.
	Username string

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

LoginLoginPostParams contains all the parameters to send to the API endpoint

for the login login post operation.

Typically these are written to a http.Request.

func NewLoginLoginPostParams ¶

func NewLoginLoginPostParams() *LoginLoginPostParams

NewLoginLoginPostParams creates a new LoginLoginPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewLoginLoginPostParamsWithContext ¶

func NewLoginLoginPostParamsWithContext(ctx context.Context) *LoginLoginPostParams

NewLoginLoginPostParamsWithContext creates a new LoginLoginPostParams object with the ability to set a context for a request.

func NewLoginLoginPostParamsWithHTTPClient ¶

func NewLoginLoginPostParamsWithHTTPClient(client *http.Client) *LoginLoginPostParams

NewLoginLoginPostParamsWithHTTPClient creates a new LoginLoginPostParams object with the ability to set a custom HTTPClient for a request.

func NewLoginLoginPostParamsWithTimeout ¶

func NewLoginLoginPostParamsWithTimeout(timeout time.Duration) *LoginLoginPostParams

NewLoginLoginPostParamsWithTimeout creates a new LoginLoginPostParams object with the ability to set a timeout on a request.

func (*LoginLoginPostParams) SetClientID ¶

func (o *LoginLoginPostParams) SetClientID(clientID *string)

SetClientID adds the clientId to the login login post params

func (*LoginLoginPostParams) SetClientSecret ¶

func (o *LoginLoginPostParams) SetClientSecret(clientSecret *string)

SetClientSecret adds the clientSecret to the login login post params

func (*LoginLoginPostParams) SetContext ¶

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

SetContext adds the context to the login login post params

func (*LoginLoginPostParams) SetDefaults ¶

func (o *LoginLoginPostParams) SetDefaults()

SetDefaults hydrates default values in the login login post params (not the query body).

All values with no default are reset to their zero value.

func (*LoginLoginPostParams) SetGrantType ¶

func (o *LoginLoginPostParams) SetGrantType(grantType *string)

SetGrantType adds the grantType to the login login post params

func (*LoginLoginPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the login login post params

func (*LoginLoginPostParams) SetPassword ¶

func (o *LoginLoginPostParams) SetPassword(password string)

SetPassword adds the password to the login login post params

func (*LoginLoginPostParams) SetScope ¶

func (o *LoginLoginPostParams) SetScope(scope *string)

SetScope adds the scope to the login login post params

func (*LoginLoginPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the login login post params

func (*LoginLoginPostParams) SetUsername ¶

func (o *LoginLoginPostParams) SetUsername(username string)

SetUsername adds the username to the login login post params

func (*LoginLoginPostParams) WithClientID ¶

func (o *LoginLoginPostParams) WithClientID(clientID *string) *LoginLoginPostParams

WithClientID adds the clientID to the login login post params

func (*LoginLoginPostParams) WithClientSecret ¶

func (o *LoginLoginPostParams) WithClientSecret(clientSecret *string) *LoginLoginPostParams

WithClientSecret adds the clientSecret to the login login post params

func (*LoginLoginPostParams) WithContext ¶

WithContext adds the context to the login login post params

func (*LoginLoginPostParams) WithDefaults ¶

func (o *LoginLoginPostParams) WithDefaults() *LoginLoginPostParams

WithDefaults hydrates default values in the login login post params (not the query body).

All values with no default are reset to their zero value.

func (*LoginLoginPostParams) WithGrantType ¶

func (o *LoginLoginPostParams) WithGrantType(grantType *string) *LoginLoginPostParams

WithGrantType adds the grantType to the login login post params

func (*LoginLoginPostParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the login login post params

func (*LoginLoginPostParams) WithPassword ¶

func (o *LoginLoginPostParams) WithPassword(password string) *LoginLoginPostParams

WithPassword adds the password to the login login post params

func (*LoginLoginPostParams) WithScope ¶

func (o *LoginLoginPostParams) WithScope(scope *string) *LoginLoginPostParams

WithScope adds the scope to the login login post params

func (*LoginLoginPostParams) WithTimeout ¶

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

WithTimeout adds the timeout to the login login post params

func (*LoginLoginPostParams) WithUsername ¶

func (o *LoginLoginPostParams) WithUsername(username string) *LoginLoginPostParams

WithUsername adds the username to the login login post params

func (*LoginLoginPostParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type LoginLoginPostReader ¶

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

LoginLoginPostReader is a Reader for the LoginLoginPost structure.

func (*LoginLoginPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type LoginLoginPostUnprocessableEntity ¶

type LoginLoginPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

LoginLoginPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewLoginLoginPostUnprocessableEntity ¶

func NewLoginLoginPostUnprocessableEntity() *LoginLoginPostUnprocessableEntity

NewLoginLoginPostUnprocessableEntity creates a LoginLoginPostUnprocessableEntity with default headers values

func (*LoginLoginPostUnprocessableEntity) Code ¶

Code gets the status code for the login login post unprocessable entity response

func (*LoginLoginPostUnprocessableEntity) Error ¶

func (*LoginLoginPostUnprocessableEntity) GetPayload ¶

func (*LoginLoginPostUnprocessableEntity) IsClientError ¶

func (o *LoginLoginPostUnprocessableEntity) IsClientError() bool

IsClientError returns true when this login login post unprocessable entity response has a 4xx status code

func (*LoginLoginPostUnprocessableEntity) IsCode ¶

func (o *LoginLoginPostUnprocessableEntity) IsCode(code int) bool

IsCode returns true when this login login post unprocessable entity response a status code equal to that given

func (*LoginLoginPostUnprocessableEntity) IsRedirect ¶

func (o *LoginLoginPostUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this login login post unprocessable entity response has a 3xx status code

func (*LoginLoginPostUnprocessableEntity) IsServerError ¶

func (o *LoginLoginPostUnprocessableEntity) IsServerError() bool

IsServerError returns true when this login login post unprocessable entity response has a 5xx status code

func (*LoginLoginPostUnprocessableEntity) IsSuccess ¶

func (o *LoginLoginPostUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this login login post unprocessable entity response has a 2xx status code

func (*LoginLoginPostUnprocessableEntity) String ¶

type MainGetOK ¶

type MainGetOK struct {
	Payload string
}

MainGetOK describes a response with status code 200, with default header values.

Successful Response

func NewMainGetOK ¶

func NewMainGetOK() *MainGetOK

NewMainGetOK creates a MainGetOK with default headers values

func (*MainGetOK) Code ¶

func (o *MainGetOK) Code() int

Code gets the status code for the main get o k response

func (*MainGetOK) Error ¶

func (o *MainGetOK) Error() string

func (*MainGetOK) GetPayload ¶

func (o *MainGetOK) GetPayload() string

func (*MainGetOK) IsClientError ¶

func (o *MainGetOK) IsClientError() bool

IsClientError returns true when this main get o k response has a 4xx status code

func (*MainGetOK) IsCode ¶

func (o *MainGetOK) IsCode(code int) bool

IsCode returns true when this main get o k response a status code equal to that given

func (*MainGetOK) IsRedirect ¶

func (o *MainGetOK) IsRedirect() bool

IsRedirect returns true when this main get o k response has a 3xx status code

func (*MainGetOK) IsServerError ¶

func (o *MainGetOK) IsServerError() bool

IsServerError returns true when this main get o k response has a 5xx status code

func (*MainGetOK) IsSuccess ¶

func (o *MainGetOK) IsSuccess() bool

IsSuccess returns true when this main get o k response has a 2xx status code

func (*MainGetOK) String ¶

func (o *MainGetOK) String() string

type MainGetParams ¶

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

MainGetParams contains all the parameters to send to the API endpoint

for the main get operation.

Typically these are written to a http.Request.

func NewMainGetParams ¶

func NewMainGetParams() *MainGetParams

NewMainGetParams creates a new MainGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMainGetParamsWithContext ¶

func NewMainGetParamsWithContext(ctx context.Context) *MainGetParams

NewMainGetParamsWithContext creates a new MainGetParams object with the ability to set a context for a request.

func NewMainGetParamsWithHTTPClient ¶

func NewMainGetParamsWithHTTPClient(client *http.Client) *MainGetParams

NewMainGetParamsWithHTTPClient creates a new MainGetParams object with the ability to set a custom HTTPClient for a request.

func NewMainGetParamsWithTimeout ¶

func NewMainGetParamsWithTimeout(timeout time.Duration) *MainGetParams

NewMainGetParamsWithTimeout creates a new MainGetParams object with the ability to set a timeout on a request.

func (*MainGetParams) SetContext ¶

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

SetContext adds the context to the main get params

func (*MainGetParams) SetDefaults ¶

func (o *MainGetParams) SetDefaults()

SetDefaults hydrates default values in the main get params (not the query body).

All values with no default are reset to their zero value.

func (*MainGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the main get params

func (*MainGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the main get params

func (*MainGetParams) WithContext ¶

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

WithContext adds the context to the main get params

func (*MainGetParams) WithDefaults ¶

func (o *MainGetParams) WithDefaults() *MainGetParams

WithDefaults hydrates default values in the main get params (not the query body).

All values with no default are reset to their zero value.

func (*MainGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the main get params

func (*MainGetParams) WithTimeout ¶

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

WithTimeout adds the timeout to the main get params

func (*MainGetParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type MainGetReader ¶

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

MainGetReader is a Reader for the MainGet structure.

func (*MainGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type MainHeadOK ¶

type MainHeadOK struct {
	Payload string
}

MainHeadOK describes a response with status code 200, with default header values.

Successful Response

func NewMainHeadOK ¶

func NewMainHeadOK() *MainHeadOK

NewMainHeadOK creates a MainHeadOK with default headers values

func (*MainHeadOK) Code ¶

func (o *MainHeadOK) Code() int

Code gets the status code for the main head o k response

func (*MainHeadOK) Error ¶

func (o *MainHeadOK) Error() string

func (*MainHeadOK) GetPayload ¶

func (o *MainHeadOK) GetPayload() string

func (*MainHeadOK) IsClientError ¶

func (o *MainHeadOK) IsClientError() bool

IsClientError returns true when this main head o k response has a 4xx status code

func (*MainHeadOK) IsCode ¶

func (o *MainHeadOK) IsCode(code int) bool

IsCode returns true when this main head o k response a status code equal to that given

func (*MainHeadOK) IsRedirect ¶

func (o *MainHeadOK) IsRedirect() bool

IsRedirect returns true when this main head o k response has a 3xx status code

func (*MainHeadOK) IsServerError ¶

func (o *MainHeadOK) IsServerError() bool

IsServerError returns true when this main head o k response has a 5xx status code

func (*MainHeadOK) IsSuccess ¶

func (o *MainHeadOK) IsSuccess() bool

IsSuccess returns true when this main head o k response has a 2xx status code

func (*MainHeadOK) String ¶

func (o *MainHeadOK) String() string

type MainHeadParams ¶

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

MainHeadParams contains all the parameters to send to the API endpoint

for the main head operation.

Typically these are written to a http.Request.

func NewMainHeadParams ¶

func NewMainHeadParams() *MainHeadParams

NewMainHeadParams creates a new MainHeadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMainHeadParamsWithContext ¶

func NewMainHeadParamsWithContext(ctx context.Context) *MainHeadParams

NewMainHeadParamsWithContext creates a new MainHeadParams object with the ability to set a context for a request.

func NewMainHeadParamsWithHTTPClient ¶

func NewMainHeadParamsWithHTTPClient(client *http.Client) *MainHeadParams

NewMainHeadParamsWithHTTPClient creates a new MainHeadParams object with the ability to set a custom HTTPClient for a request.

func NewMainHeadParamsWithTimeout ¶

func NewMainHeadParamsWithTimeout(timeout time.Duration) *MainHeadParams

NewMainHeadParamsWithTimeout creates a new MainHeadParams object with the ability to set a timeout on a request.

func (*MainHeadParams) SetContext ¶

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

SetContext adds the context to the main head params

func (*MainHeadParams) SetDefaults ¶

func (o *MainHeadParams) SetDefaults()

SetDefaults hydrates default values in the main head params (not the query body).

All values with no default are reset to their zero value.

func (*MainHeadParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the main head params

func (*MainHeadParams) SetTimeout ¶

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

SetTimeout adds the timeout to the main head params

func (*MainHeadParams) WithContext ¶

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

WithContext adds the context to the main head params

func (*MainHeadParams) WithDefaults ¶

func (o *MainHeadParams) WithDefaults() *MainHeadParams

WithDefaults hydrates default values in the main head params (not the query body).

All values with no default are reset to their zero value.

func (*MainHeadParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the main head params

func (*MainHeadParams) WithTimeout ¶

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

WithTimeout adds the timeout to the main head params

func (*MainHeadParams) WriteToRequest ¶

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

WriteToRequest writes these params to a swagger request

type MainHeadReader ¶

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

MainHeadReader is a Reader for the MainHead structure.

func (*MainHeadReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError ¶ added in v0.2.3

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError struct {
	Payload *models.HTTPException
}

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError ¶ added in v0.2.3

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError() *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError creates a MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError with default headers values

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the match image by tags infinite image browsing db match images by tags post internal server error response

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) Error ¶ added in v0.2.3

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this match image by tags infinite image browsing db match images by tags post internal server error response has a 4xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this match image by tags infinite image browsing db match images by tags post internal server error response a status code equal to that given

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this match image by tags infinite image browsing db match images by tags post internal server error response has a 3xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this match image by tags infinite image browsing db match images by tags post internal server error response has a 5xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this match image by tags infinite image browsing db match images by tags post internal server error response has a 2xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostInternalServerError) String ¶ added in v0.2.3

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK ¶

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK struct {
	Payload interface{}
}

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK() *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK creates a MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK with default headers values

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) Code ¶

Code gets the status code for the match image by tags infinite image browsing db match images by tags post o k response

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) Error ¶

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) GetPayload ¶

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) IsClientError ¶

IsClientError returns true when this match image by tags infinite image browsing db match images by tags post o k response has a 4xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) IsCode ¶

IsCode returns true when this match image by tags infinite image browsing db match images by tags post o k response a status code equal to that given

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) IsRedirect ¶

IsRedirect returns true when this match image by tags infinite image browsing db match images by tags post o k response has a 3xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) IsServerError ¶

IsServerError returns true when this match image by tags infinite image browsing db match images by tags post o k response has a 5xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) IsSuccess ¶

IsSuccess returns true when this match image by tags infinite image browsing db match images by tags post o k response has a 2xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostOK) String ¶

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams ¶

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams struct {

	// Body.
	Body *models.MatchImagesByTagsReq

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

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams contains all the parameters to send to the API endpoint

for the match image by tags infinite image browsing db match images by tags post operation.

Typically these are written to a http.Request.

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams() *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams creates a new MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithContext ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithContext(ctx context.Context) *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithContext creates a new MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams object with the ability to set a context for a request.

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithHTTPClient ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithHTTPClient(client *http.Client) *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithHTTPClient creates a new MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams object with the ability to set a custom HTTPClient for a request.

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithTimeout ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithTimeout(timeout time.Duration) *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParamsWithTimeout creates a new MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams object with the ability to set a timeout on a request.

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) SetBody ¶

SetBody adds the body to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) SetContext ¶

SetContext adds the context to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the match image by tags infinite image browsing db match images by tags post params (not the query body).

All values with no default are reset to their zero value.

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WithBody ¶

WithBody adds the body to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WithContext ¶

WithContext adds the context to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the match image by tags infinite image browsing db match images by tags post params (not the query body).

All values with no default are reset to their zero value.

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the match image by tags infinite image browsing db match images by tags post params

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostReader ¶

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

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostReader is a Reader for the MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPost structure.

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity ¶

type MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity ¶

func NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity() *MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity

NewMatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity creates a MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity with default headers values

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) Code ¶

Code gets the status code for the match image by tags infinite image browsing db match images by tags post unprocessable entity response

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) Error ¶

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) GetPayload ¶

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this match image by tags infinite image browsing db match images by tags post unprocessable entity response has a 4xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this match image by tags infinite image browsing db match images by tags post unprocessable entity response a status code equal to that given

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this match image by tags infinite image browsing db match images by tags post unprocessable entity response has a 3xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this match image by tags infinite image browsing db match images by tags post unprocessable entity response has a 5xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this match image by tags infinite image browsing db match images by tags post unprocessable entity response has a 2xx status code

func (*MatchImageByTagsInfiniteImageBrowsingDbMatchImagesByTagsPostUnprocessableEntity) String ¶

type ModelListControlnetModelListGetOK ¶

type ModelListControlnetModelListGetOK struct {
	Payload interface{}
}

ModelListControlnetModelListGetOK describes a response with status code 200, with default header values.

Successful Response

func NewModelListControlnetModelListGetOK ¶

func NewModelListControlnetModelListGetOK() *ModelListControlnetModelListGetOK

NewModelListControlnetModelListGetOK creates a ModelListControlnetModelListGetOK with default headers values

func (*ModelListControlnetModelListGetOK) Code ¶

Code gets the status code for the model list controlnet model list get o k response

func (*ModelListControlnetModelListGetOK) Error ¶

func (*ModelListControlnetModelListGetOK) GetPayload ¶

func (o *ModelListControlnetModelListGetOK) GetPayload() interface{}

func (*ModelListControlnetModelListGetOK) IsClientError ¶

func (o *ModelListControlnetModelListGetOK) IsClientError() bool

IsClientError returns true when this model list controlnet model list get o k response has a 4xx status code

func (*ModelListControlnetModelListGetOK) IsCode ¶

func (o *ModelListControlnetModelListGetOK) IsCode(code int) bool

IsCode returns true when this model list controlnet model list get o k response a status code equal to that given

func (*ModelListControlnetModelListGetOK) IsRedirect ¶

func (o *ModelListControlnetModelListGetOK) IsRedirect() bool

IsRedirect returns true when this model list controlnet model list get o k response has a 3xx status code

func (*ModelListControlnetModelListGetOK) IsServerError ¶

func (o *ModelListControlnetModelListGetOK) IsServerError() bool

IsServerError returns true when this model list controlnet model list get o k response has a 5xx status code

func (*ModelListControlnetModelListGetOK) IsSuccess ¶

func (o *ModelListControlnetModelListGetOK) IsSuccess() bool

IsSuccess returns true when this model list controlnet model list get o k response has a 2xx status code

func (*ModelListControlnetModelListGetOK) String ¶

type ModelListControlnetModelListGetParams ¶

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

ModelListControlnetModelListGetParams contains all the parameters to send to the API endpoint

for the model list controlnet model list get operation.

Typically these are written to a http.Request.

func NewModelListControlnetModelListGetParams ¶

func NewModelListControlnetModelListGetParams() *ModelListControlnetModelListGetParams

NewModelListControlnetModelListGetParams creates a new ModelListControlnetModelListGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewModelListControlnetModelListGetParamsWithContext ¶

func NewModelListControlnetModelListGetParamsWithContext(ctx context.Context) *ModelListControlnetModelListGetParams

NewModelListControlnetModelListGetParamsWithContext creates a new ModelListControlnetModelListGetParams object with the ability to set a context for a request.

func NewModelListControlnetModelListGetParamsWithHTTPClient ¶

func NewModelListControlnetModelListGetParamsWithHTTPClient(client *http.Client) *ModelListControlnetModelListGetParams

NewModelListControlnetModelListGetParamsWithHTTPClient creates a new ModelListControlnetModelListGetParams object with the ability to set a custom HTTPClient for a request.

func NewModelListControlnetModelListGetParamsWithTimeout ¶

func NewModelListControlnetModelListGetParamsWithTimeout(timeout time.Duration) *ModelListControlnetModelListGetParams

NewModelListControlnetModelListGetParamsWithTimeout creates a new ModelListControlnetModelListGetParams object with the ability to set a timeout on a request.

func (*ModelListControlnetModelListGetParams) SetContext ¶

SetContext adds the context to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) SetDefaults ¶

func (o *ModelListControlnetModelListGetParams) SetDefaults()

SetDefaults hydrates default values in the model list controlnet model list get params (not the query body).

All values with no default are reset to their zero value.

func (*ModelListControlnetModelListGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) WithContext ¶

WithContext adds the context to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) WithDefaults ¶

WithDefaults hydrates default values in the model list controlnet model list get params (not the query body).

All values with no default are reset to their zero value.

func (*ModelListControlnetModelListGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) WithTimeout ¶

WithTimeout adds the timeout to the model list controlnet model list get params

func (*ModelListControlnetModelListGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ModelListControlnetModelListGetReader ¶

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

ModelListControlnetModelListGetReader is a Reader for the ModelListControlnetModelListGet structure.

func (*ModelListControlnetModelListGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ModuleListControlnetModuleListGetOK ¶

type ModuleListControlnetModuleListGetOK struct {
	Payload interface{}
}

ModuleListControlnetModuleListGetOK describes a response with status code 200, with default header values.

Successful Response

func NewModuleListControlnetModuleListGetOK ¶

func NewModuleListControlnetModuleListGetOK() *ModuleListControlnetModuleListGetOK

NewModuleListControlnetModuleListGetOK creates a ModuleListControlnetModuleListGetOK with default headers values

func (*ModuleListControlnetModuleListGetOK) Code ¶

Code gets the status code for the module list controlnet module list get o k response

func (*ModuleListControlnetModuleListGetOK) Error ¶

func (*ModuleListControlnetModuleListGetOK) GetPayload ¶

func (o *ModuleListControlnetModuleListGetOK) GetPayload() interface{}

func (*ModuleListControlnetModuleListGetOK) IsClientError ¶

func (o *ModuleListControlnetModuleListGetOK) IsClientError() bool

IsClientError returns true when this module list controlnet module list get o k response has a 4xx status code

func (*ModuleListControlnetModuleListGetOK) IsCode ¶

IsCode returns true when this module list controlnet module list get o k response a status code equal to that given

func (*ModuleListControlnetModuleListGetOK) IsRedirect ¶

func (o *ModuleListControlnetModuleListGetOK) IsRedirect() bool

IsRedirect returns true when this module list controlnet module list get o k response has a 3xx status code

func (*ModuleListControlnetModuleListGetOK) IsServerError ¶

func (o *ModuleListControlnetModuleListGetOK) IsServerError() bool

IsServerError returns true when this module list controlnet module list get o k response has a 5xx status code

func (*ModuleListControlnetModuleListGetOK) IsSuccess ¶

IsSuccess returns true when this module list controlnet module list get o k response has a 2xx status code

func (*ModuleListControlnetModuleListGetOK) String ¶

type ModuleListControlnetModuleListGetParams ¶

type ModuleListControlnetModuleListGetParams struct {

	// AliasNames.
	AliasNames *bool

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

ModuleListControlnetModuleListGetParams contains all the parameters to send to the API endpoint

for the module list controlnet module list get operation.

Typically these are written to a http.Request.

func NewModuleListControlnetModuleListGetParams ¶

func NewModuleListControlnetModuleListGetParams() *ModuleListControlnetModuleListGetParams

NewModuleListControlnetModuleListGetParams creates a new ModuleListControlnetModuleListGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewModuleListControlnetModuleListGetParamsWithContext ¶

func NewModuleListControlnetModuleListGetParamsWithContext(ctx context.Context) *ModuleListControlnetModuleListGetParams

NewModuleListControlnetModuleListGetParamsWithContext creates a new ModuleListControlnetModuleListGetParams object with the ability to set a context for a request.

func NewModuleListControlnetModuleListGetParamsWithHTTPClient ¶

func NewModuleListControlnetModuleListGetParamsWithHTTPClient(client *http.Client) *ModuleListControlnetModuleListGetParams

NewModuleListControlnetModuleListGetParamsWithHTTPClient creates a new ModuleListControlnetModuleListGetParams object with the ability to set a custom HTTPClient for a request.

func NewModuleListControlnetModuleListGetParamsWithTimeout ¶

func NewModuleListControlnetModuleListGetParamsWithTimeout(timeout time.Duration) *ModuleListControlnetModuleListGetParams

NewModuleListControlnetModuleListGetParamsWithTimeout creates a new ModuleListControlnetModuleListGetParams object with the ability to set a timeout on a request.

func (*ModuleListControlnetModuleListGetParams) SetAliasNames ¶

func (o *ModuleListControlnetModuleListGetParams) SetAliasNames(aliasNames *bool)

SetAliasNames adds the aliasNames to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) SetContext ¶

SetContext adds the context to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) SetDefaults ¶

func (o *ModuleListControlnetModuleListGetParams) SetDefaults()

SetDefaults hydrates default values in the module list controlnet module list get params (not the query body).

All values with no default are reset to their zero value.

func (*ModuleListControlnetModuleListGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) WithAliasNames ¶

WithAliasNames adds the aliasNames to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) WithContext ¶

WithContext adds the context to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) WithDefaults ¶

WithDefaults hydrates default values in the module list controlnet module list get params (not the query body).

All values with no default are reset to their zero value.

func (*ModuleListControlnetModuleListGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) WithTimeout ¶

WithTimeout adds the timeout to the module list controlnet module list get params

func (*ModuleListControlnetModuleListGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ModuleListControlnetModuleListGetReader ¶

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

ModuleListControlnetModuleListGetReader is a Reader for the ModuleListControlnetModuleListGet structure.

func (*ModuleListControlnetModuleListGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ModuleListControlnetModuleListGetUnprocessableEntity ¶

type ModuleListControlnetModuleListGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ModuleListControlnetModuleListGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewModuleListControlnetModuleListGetUnprocessableEntity ¶

func NewModuleListControlnetModuleListGetUnprocessableEntity() *ModuleListControlnetModuleListGetUnprocessableEntity

NewModuleListControlnetModuleListGetUnprocessableEntity creates a ModuleListControlnetModuleListGetUnprocessableEntity with default headers values

func (*ModuleListControlnetModuleListGetUnprocessableEntity) Code ¶

Code gets the status code for the module list controlnet module list get unprocessable entity response

func (*ModuleListControlnetModuleListGetUnprocessableEntity) Error ¶

func (*ModuleListControlnetModuleListGetUnprocessableEntity) GetPayload ¶

func (*ModuleListControlnetModuleListGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this module list controlnet module list get unprocessable entity response has a 4xx status code

func (*ModuleListControlnetModuleListGetUnprocessableEntity) IsCode ¶

IsCode returns true when this module list controlnet module list get unprocessable entity response a status code equal to that given

func (*ModuleListControlnetModuleListGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this module list controlnet module list get unprocessable entity response has a 3xx status code

func (*ModuleListControlnetModuleListGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this module list controlnet module list get unprocessable entity response has a 5xx status code

func (*ModuleListControlnetModuleListGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this module list controlnet module list get unprocessable entity response has a 2xx status code

func (*ModuleListControlnetModuleListGetUnprocessableEntity) String ¶

type MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError ¶ added in v0.2.3

type MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError struct {
	Payload *models.HTTPException
}

MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError ¶ added in v0.2.3

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError() *MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError

NewMoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError creates a MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError with default headers values

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the move files infinite image browsing move files post internal server error response

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) Error ¶ added in v0.2.3

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this move files infinite image browsing move files post internal server error response has a 4xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this move files infinite image browsing move files post internal server error response a status code equal to that given

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this move files infinite image browsing move files post internal server error response has a 3xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this move files infinite image browsing move files post internal server error response has a 5xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this move files infinite image browsing move files post internal server error response has a 2xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostInternalServerError) String ¶ added in v0.2.3

type MoveFilesInfiniteImageBrowsingMoveFilesPostOK ¶

type MoveFilesInfiniteImageBrowsingMoveFilesPostOK struct {
	Payload interface{}
}

MoveFilesInfiniteImageBrowsingMoveFilesPostOK describes a response with status code 200, with default header values.

Successful Response

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostOK ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostOK() *MoveFilesInfiniteImageBrowsingMoveFilesPostOK

NewMoveFilesInfiniteImageBrowsingMoveFilesPostOK creates a MoveFilesInfiniteImageBrowsingMoveFilesPostOK with default headers values

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) Code ¶

Code gets the status code for the move files infinite image browsing move files post o k response

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) Error ¶

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) GetPayload ¶

func (o *MoveFilesInfiniteImageBrowsingMoveFilesPostOK) GetPayload() interface{}

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) IsClientError ¶

IsClientError returns true when this move files infinite image browsing move files post o k response has a 4xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) IsCode ¶

IsCode returns true when this move files infinite image browsing move files post o k response a status code equal to that given

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) IsRedirect ¶

IsRedirect returns true when this move files infinite image browsing move files post o k response has a 3xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) IsServerError ¶

IsServerError returns true when this move files infinite image browsing move files post o k response has a 5xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) IsSuccess ¶

IsSuccess returns true when this move files infinite image browsing move files post o k response has a 2xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostOK) String ¶

type MoveFilesInfiniteImageBrowsingMoveFilesPostParams ¶

type MoveFilesInfiniteImageBrowsingMoveFilesPostParams struct {

	// Body.
	Body *models.MoveFilesReq

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

MoveFilesInfiniteImageBrowsingMoveFilesPostParams contains all the parameters to send to the API endpoint

for the move files infinite image browsing move files post operation.

Typically these are written to a http.Request.

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParams ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParams() *MoveFilesInfiniteImageBrowsingMoveFilesPostParams

NewMoveFilesInfiniteImageBrowsingMoveFilesPostParams creates a new MoveFilesInfiniteImageBrowsingMoveFilesPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithContext ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithContext(ctx context.Context) *MoveFilesInfiniteImageBrowsingMoveFilesPostParams

NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithContext creates a new MoveFilesInfiniteImageBrowsingMoveFilesPostParams object with the ability to set a context for a request.

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithHTTPClient ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithHTTPClient(client *http.Client) *MoveFilesInfiniteImageBrowsingMoveFilesPostParams

NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithHTTPClient creates a new MoveFilesInfiniteImageBrowsingMoveFilesPostParams object with the ability to set a custom HTTPClient for a request.

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithTimeout ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithTimeout(timeout time.Duration) *MoveFilesInfiniteImageBrowsingMoveFilesPostParams

NewMoveFilesInfiniteImageBrowsingMoveFilesPostParamsWithTimeout creates a new MoveFilesInfiniteImageBrowsingMoveFilesPostParams object with the ability to set a timeout on a request.

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) SetBody ¶

SetBody adds the body to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) SetContext ¶

SetContext adds the context to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) SetDefaults ¶

SetDefaults hydrates default values in the move files infinite image browsing move files post params (not the query body).

All values with no default are reset to their zero value.

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) SetTimeout ¶

SetTimeout adds the timeout to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WithBody ¶

WithBody adds the body to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WithContext ¶

WithContext adds the context to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WithDefaults ¶

WithDefaults hydrates default values in the move files infinite image browsing move files post params (not the query body).

All values with no default are reset to their zero value.

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WithTimeout ¶

WithTimeout adds the timeout to the move files infinite image browsing move files post params

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type MoveFilesInfiniteImageBrowsingMoveFilesPostReader ¶

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

MoveFilesInfiniteImageBrowsingMoveFilesPostReader is a Reader for the MoveFilesInfiniteImageBrowsingMoveFilesPost structure.

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity ¶

type MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity ¶

func NewMoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity() *MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity

NewMoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity creates a MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity with default headers values

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) Code ¶

Code gets the status code for the move files infinite image browsing move files post unprocessable entity response

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) Error ¶

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) GetPayload ¶

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this move files infinite image browsing move files post unprocessable entity response has a 4xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) IsCode ¶

IsCode returns true when this move files infinite image browsing move files post unprocessable entity response a status code equal to that given

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this move files infinite image browsing move files post unprocessable entity response has a 3xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this move files infinite image browsing move files post unprocessable entity response has a 5xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this move files infinite image browsing move files post unprocessable entity response has a 2xx status code

func (*MoveFilesInfiniteImageBrowsingMoveFilesPostUnprocessableEntity) String ¶

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError ¶ added in v0.2.3

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError struct {
	Payload *models.HTTPException
}

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError ¶ added in v0.2.3

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError() *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError creates a OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError with default headers values

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the open folder using explore infinite image browsing open folder post internal server error response

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) Error ¶ added in v0.2.3

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this open folder using explore infinite image browsing open folder post internal server error response has a 4xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this open folder using explore infinite image browsing open folder post internal server error response a status code equal to that given

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this open folder using explore infinite image browsing open folder post internal server error response has a 3xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this open folder using explore infinite image browsing open folder post internal server error response has a 5xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this open folder using explore infinite image browsing open folder post internal server error response has a 2xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostInternalServerError) String ¶ added in v0.2.3

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK ¶

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK struct {
	Payload interface{}
}

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK describes a response with status code 200, with default header values.

Successful Response

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK() *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK creates a OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK with default headers values

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) Code ¶

Code gets the status code for the open folder using explore infinite image browsing open folder post o k response

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) Error ¶

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) GetPayload ¶

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) IsClientError ¶

IsClientError returns true when this open folder using explore infinite image browsing open folder post o k response has a 4xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) IsCode ¶

IsCode returns true when this open folder using explore infinite image browsing open folder post o k response a status code equal to that given

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) IsRedirect ¶

IsRedirect returns true when this open folder using explore infinite image browsing open folder post o k response has a 3xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) IsServerError ¶

IsServerError returns true when this open folder using explore infinite image browsing open folder post o k response has a 5xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) IsSuccess ¶

IsSuccess returns true when this open folder using explore infinite image browsing open folder post o k response has a 2xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostOK) String ¶

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams ¶

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams struct {

	// Body.
	Body *models.OpenFolderReq

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

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams contains all the parameters to send to the API endpoint

for the open folder using explore infinite image browsing open folder post operation.

Typically these are written to a http.Request.

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams() *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams creates a new OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithContext ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithContext(ctx context.Context) *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithContext creates a new OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams object with the ability to set a context for a request.

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithHTTPClient ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithHTTPClient(client *http.Client) *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithHTTPClient creates a new OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams object with the ability to set a custom HTTPClient for a request.

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithTimeout ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithTimeout(timeout time.Duration) *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParamsWithTimeout creates a new OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams object with the ability to set a timeout on a request.

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) SetBody ¶

SetBody adds the body to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) SetContext ¶

SetContext adds the context to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) SetDefaults ¶

SetDefaults hydrates default values in the open folder using explore infinite image browsing open folder post params (not the query body).

All values with no default are reset to their zero value.

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) SetTimeout ¶

SetTimeout adds the timeout to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WithBody ¶

WithBody adds the body to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WithContext ¶

WithContext adds the context to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WithDefaults ¶

WithDefaults hydrates default values in the open folder using explore infinite image browsing open folder post params (not the query body).

All values with no default are reset to their zero value.

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WithTimeout ¶

WithTimeout adds the timeout to the open folder using explore infinite image browsing open folder post params

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostReader ¶

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

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostReader is a Reader for the OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPost structure.

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity ¶

type OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity ¶

func NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity() *OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity

NewOpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity creates a OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity with default headers values

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) Code ¶

Code gets the status code for the open folder using explore infinite image browsing open folder post unprocessable entity response

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) Error ¶

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) GetPayload ¶

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this open folder using explore infinite image browsing open folder post unprocessable entity response has a 4xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) IsCode ¶

IsCode returns true when this open folder using explore infinite image browsing open folder post unprocessable entity response a status code equal to that given

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this open folder using explore infinite image browsing open folder post unprocessable entity response has a 3xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this open folder using explore infinite image browsing open folder post unprocessable entity response has a 5xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this open folder using explore infinite image browsing open folder post unprocessable entity response has a 2xx status code

func (*OpenFolderUsingExploreInfiniteImageBrowsingOpenFolderPostUnprocessableEntity) String ¶

type PnginfoapiSdapiV1PngInfoPostInternalServerError ¶ added in v0.2.3

type PnginfoapiSdapiV1PngInfoPostInternalServerError struct {
	Payload *models.HTTPException
}

PnginfoapiSdapiV1PngInfoPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewPnginfoapiSdapiV1PngInfoPostInternalServerError ¶ added in v0.2.3

func NewPnginfoapiSdapiV1PngInfoPostInternalServerError() *PnginfoapiSdapiV1PngInfoPostInternalServerError

NewPnginfoapiSdapiV1PngInfoPostInternalServerError creates a PnginfoapiSdapiV1PngInfoPostInternalServerError with default headers values

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the pnginfoapi sdapi v1 png info post internal server error response

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) Error ¶ added in v0.2.3

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this pnginfoapi sdapi v1 png info post internal server error response has a 4xx status code

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this pnginfoapi sdapi v1 png info post internal server error response a status code equal to that given

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this pnginfoapi sdapi v1 png info post internal server error response has a 3xx status code

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this pnginfoapi sdapi v1 png info post internal server error response has a 5xx status code

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this pnginfoapi sdapi v1 png info post internal server error response has a 2xx status code

func (*PnginfoapiSdapiV1PngInfoPostInternalServerError) String ¶ added in v0.2.3

type PnginfoapiSdapiV1PngInfoPostOK ¶

type PnginfoapiSdapiV1PngInfoPostOK struct {
	Payload *models.PNGInfoResponse
}

PnginfoapiSdapiV1PngInfoPostOK describes a response with status code 200, with default header values.

Successful Response

func NewPnginfoapiSdapiV1PngInfoPostOK ¶

func NewPnginfoapiSdapiV1PngInfoPostOK() *PnginfoapiSdapiV1PngInfoPostOK

NewPnginfoapiSdapiV1PngInfoPostOK creates a PnginfoapiSdapiV1PngInfoPostOK with default headers values

func (*PnginfoapiSdapiV1PngInfoPostOK) Code ¶

Code gets the status code for the pnginfoapi sdapi v1 png info post o k response

func (*PnginfoapiSdapiV1PngInfoPostOK) Error ¶

func (*PnginfoapiSdapiV1PngInfoPostOK) GetPayload ¶

func (*PnginfoapiSdapiV1PngInfoPostOK) IsClientError ¶

func (o *PnginfoapiSdapiV1PngInfoPostOK) IsClientError() bool

IsClientError returns true when this pnginfoapi sdapi v1 png info post o k response has a 4xx status code

func (*PnginfoapiSdapiV1PngInfoPostOK) IsCode ¶

func (o *PnginfoapiSdapiV1PngInfoPostOK) IsCode(code int) bool

IsCode returns true when this pnginfoapi sdapi v1 png info post o k response a status code equal to that given

func (*PnginfoapiSdapiV1PngInfoPostOK) IsRedirect ¶

func (o *PnginfoapiSdapiV1PngInfoPostOK) IsRedirect() bool

IsRedirect returns true when this pnginfoapi sdapi v1 png info post o k response has a 3xx status code

func (*PnginfoapiSdapiV1PngInfoPostOK) IsServerError ¶

func (o *PnginfoapiSdapiV1PngInfoPostOK) IsServerError() bool

IsServerError returns true when this pnginfoapi sdapi v1 png info post o k response has a 5xx status code

func (*PnginfoapiSdapiV1PngInfoPostOK) IsSuccess ¶

func (o *PnginfoapiSdapiV1PngInfoPostOK) IsSuccess() bool

IsSuccess returns true when this pnginfoapi sdapi v1 png info post o k response has a 2xx status code

func (*PnginfoapiSdapiV1PngInfoPostOK) String ¶

type PnginfoapiSdapiV1PngInfoPostParams ¶

type PnginfoapiSdapiV1PngInfoPostParams struct {

	// Body.
	Body *models.PNGInfoRequest

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

PnginfoapiSdapiV1PngInfoPostParams contains all the parameters to send to the API endpoint

for the pnginfoapi sdapi v1 png info post operation.

Typically these are written to a http.Request.

func NewPnginfoapiSdapiV1PngInfoPostParams ¶

func NewPnginfoapiSdapiV1PngInfoPostParams() *PnginfoapiSdapiV1PngInfoPostParams

NewPnginfoapiSdapiV1PngInfoPostParams creates a new PnginfoapiSdapiV1PngInfoPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPnginfoapiSdapiV1PngInfoPostParamsWithContext ¶

func NewPnginfoapiSdapiV1PngInfoPostParamsWithContext(ctx context.Context) *PnginfoapiSdapiV1PngInfoPostParams

NewPnginfoapiSdapiV1PngInfoPostParamsWithContext creates a new PnginfoapiSdapiV1PngInfoPostParams object with the ability to set a context for a request.

func NewPnginfoapiSdapiV1PngInfoPostParamsWithHTTPClient ¶

func NewPnginfoapiSdapiV1PngInfoPostParamsWithHTTPClient(client *http.Client) *PnginfoapiSdapiV1PngInfoPostParams

NewPnginfoapiSdapiV1PngInfoPostParamsWithHTTPClient creates a new PnginfoapiSdapiV1PngInfoPostParams object with the ability to set a custom HTTPClient for a request.

func NewPnginfoapiSdapiV1PngInfoPostParamsWithTimeout ¶

func NewPnginfoapiSdapiV1PngInfoPostParamsWithTimeout(timeout time.Duration) *PnginfoapiSdapiV1PngInfoPostParams

NewPnginfoapiSdapiV1PngInfoPostParamsWithTimeout creates a new PnginfoapiSdapiV1PngInfoPostParams object with the ability to set a timeout on a request.

func (*PnginfoapiSdapiV1PngInfoPostParams) SetBody ¶

SetBody adds the body to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) SetContext ¶

SetContext adds the context to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) SetDefaults ¶

func (o *PnginfoapiSdapiV1PngInfoPostParams) SetDefaults()

SetDefaults hydrates default values in the pnginfoapi sdapi v1 png info post params (not the query body).

All values with no default are reset to their zero value.

func (*PnginfoapiSdapiV1PngInfoPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) WithBody ¶

WithBody adds the body to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) WithContext ¶

WithContext adds the context to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) WithDefaults ¶

WithDefaults hydrates default values in the pnginfoapi sdapi v1 png info post params (not the query body).

All values with no default are reset to their zero value.

func (*PnginfoapiSdapiV1PngInfoPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) WithTimeout ¶

WithTimeout adds the timeout to the pnginfoapi sdapi v1 png info post params

func (*PnginfoapiSdapiV1PngInfoPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PnginfoapiSdapiV1PngInfoPostReader ¶

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

PnginfoapiSdapiV1PngInfoPostReader is a Reader for the PnginfoapiSdapiV1PngInfoPost structure.

func (*PnginfoapiSdapiV1PngInfoPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type PnginfoapiSdapiV1PngInfoPostUnprocessableEntity ¶

type PnginfoapiSdapiV1PngInfoPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

PnginfoapiSdapiV1PngInfoPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewPnginfoapiSdapiV1PngInfoPostUnprocessableEntity ¶

func NewPnginfoapiSdapiV1PngInfoPostUnprocessableEntity() *PnginfoapiSdapiV1PngInfoPostUnprocessableEntity

NewPnginfoapiSdapiV1PngInfoPostUnprocessableEntity creates a PnginfoapiSdapiV1PngInfoPostUnprocessableEntity with default headers values

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) Code ¶

Code gets the status code for the pnginfoapi sdapi v1 png info post unprocessable entity response

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) Error ¶

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) GetPayload ¶

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this pnginfoapi sdapi v1 png info post unprocessable entity response has a 4xx status code

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) IsCode ¶

IsCode returns true when this pnginfoapi sdapi v1 png info post unprocessable entity response a status code equal to that given

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this pnginfoapi sdapi v1 png info post unprocessable entity response has a 3xx status code

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this pnginfoapi sdapi v1 png info post unprocessable entity response has a 5xx status code

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this pnginfoapi sdapi v1 png info post unprocessable entity response has a 2xx status code

func (*PnginfoapiSdapiV1PngInfoPostUnprocessableEntity) String ¶

type PredictAPIAPINamePostInternalServerError ¶ added in v0.2.3

type PredictAPIAPINamePostInternalServerError struct {
	Payload *models.HTTPException
}

PredictAPIAPINamePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewPredictAPIAPINamePostInternalServerError ¶ added in v0.2.3

func NewPredictAPIAPINamePostInternalServerError() *PredictAPIAPINamePostInternalServerError

NewPredictAPIAPINamePostInternalServerError creates a PredictAPIAPINamePostInternalServerError with default headers values

func (*PredictAPIAPINamePostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the predict Api Api name post internal server error response

func (*PredictAPIAPINamePostInternalServerError) Error ¶ added in v0.2.3

func (*PredictAPIAPINamePostInternalServerError) GetPayload ¶ added in v0.2.3

func (*PredictAPIAPINamePostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this predict Api Api name post internal server error response has a 4xx status code

func (*PredictAPIAPINamePostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this predict Api Api name post internal server error response a status code equal to that given

func (*PredictAPIAPINamePostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this predict Api Api name post internal server error response has a 3xx status code

func (*PredictAPIAPINamePostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this predict Api Api name post internal server error response has a 5xx status code

func (*PredictAPIAPINamePostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this predict Api Api name post internal server error response has a 2xx status code

func (*PredictAPIAPINamePostInternalServerError) String ¶ added in v0.2.3

type PredictAPIAPINamePostOK ¶

type PredictAPIAPINamePostOK struct {
	Payload interface{}
}

PredictAPIAPINamePostOK describes a response with status code 200, with default header values.

Successful Response

func NewPredictAPIAPINamePostOK ¶

func NewPredictAPIAPINamePostOK() *PredictAPIAPINamePostOK

NewPredictAPIAPINamePostOK creates a PredictAPIAPINamePostOK with default headers values

func (*PredictAPIAPINamePostOK) Code ¶

func (o *PredictAPIAPINamePostOK) Code() int

Code gets the status code for the predict Api Api name post o k response

func (*PredictAPIAPINamePostOK) Error ¶

func (o *PredictAPIAPINamePostOK) Error() string

func (*PredictAPIAPINamePostOK) GetPayload ¶

func (o *PredictAPIAPINamePostOK) GetPayload() interface{}

func (*PredictAPIAPINamePostOK) IsClientError ¶

func (o *PredictAPIAPINamePostOK) IsClientError() bool

IsClientError returns true when this predict Api Api name post o k response has a 4xx status code

func (*PredictAPIAPINamePostOK) IsCode ¶

func (o *PredictAPIAPINamePostOK) IsCode(code int) bool

IsCode returns true when this predict Api Api name post o k response a status code equal to that given

func (*PredictAPIAPINamePostOK) IsRedirect ¶

func (o *PredictAPIAPINamePostOK) IsRedirect() bool

IsRedirect returns true when this predict Api Api name post o k response has a 3xx status code

func (*PredictAPIAPINamePostOK) IsServerError ¶

func (o *PredictAPIAPINamePostOK) IsServerError() bool

IsServerError returns true when this predict Api Api name post o k response has a 5xx status code

func (*PredictAPIAPINamePostOK) IsSuccess ¶

func (o *PredictAPIAPINamePostOK) IsSuccess() bool

IsSuccess returns true when this predict Api Api name post o k response has a 2xx status code

func (*PredictAPIAPINamePostOK) String ¶

func (o *PredictAPIAPINamePostOK) String() string

type PredictAPIAPINamePostParams ¶

type PredictAPIAPINamePostParams struct {

	// APIName.
	APIName string

	// Body.
	Body *models.PredictBody

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

PredictAPIAPINamePostParams contains all the parameters to send to the API endpoint

for the predict api api name post operation.

Typically these are written to a http.Request.

func NewPredictAPIAPINamePostParams ¶

func NewPredictAPIAPINamePostParams() *PredictAPIAPINamePostParams

NewPredictAPIAPINamePostParams creates a new PredictAPIAPINamePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPredictAPIAPINamePostParamsWithContext ¶

func NewPredictAPIAPINamePostParamsWithContext(ctx context.Context) *PredictAPIAPINamePostParams

NewPredictAPIAPINamePostParamsWithContext creates a new PredictAPIAPINamePostParams object with the ability to set a context for a request.

func NewPredictAPIAPINamePostParamsWithHTTPClient ¶

func NewPredictAPIAPINamePostParamsWithHTTPClient(client *http.Client) *PredictAPIAPINamePostParams

NewPredictAPIAPINamePostParamsWithHTTPClient creates a new PredictAPIAPINamePostParams object with the ability to set a custom HTTPClient for a request.

func NewPredictAPIAPINamePostParamsWithTimeout ¶

func NewPredictAPIAPINamePostParamsWithTimeout(timeout time.Duration) *PredictAPIAPINamePostParams

NewPredictAPIAPINamePostParamsWithTimeout creates a new PredictAPIAPINamePostParams object with the ability to set a timeout on a request.

func (*PredictAPIAPINamePostParams) SetAPIName ¶

func (o *PredictAPIAPINamePostParams) SetAPIName(aPIName string)

SetAPIName adds the apiName to the predict api api name post params

func (*PredictAPIAPINamePostParams) SetBody ¶

SetBody adds the body to the predict api api name post params

func (*PredictAPIAPINamePostParams) SetContext ¶

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

SetContext adds the context to the predict api api name post params

func (*PredictAPIAPINamePostParams) SetDefaults ¶

func (o *PredictAPIAPINamePostParams) SetDefaults()

SetDefaults hydrates default values in the predict api api name post params (not the query body).

All values with no default are reset to their zero value.

func (*PredictAPIAPINamePostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the predict api api name post params

func (*PredictAPIAPINamePostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the predict api api name post params

func (*PredictAPIAPINamePostParams) WithAPIName ¶

WithAPIName adds the aPIName to the predict api api name post params

func (*PredictAPIAPINamePostParams) WithBody ¶

WithBody adds the body to the predict api api name post params

func (*PredictAPIAPINamePostParams) WithContext ¶

WithContext adds the context to the predict api api name post params

func (*PredictAPIAPINamePostParams) WithDefaults ¶

WithDefaults hydrates default values in the predict api api name post params (not the query body).

All values with no default are reset to their zero value.

func (*PredictAPIAPINamePostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the predict api api name post params

func (*PredictAPIAPINamePostParams) WithTimeout ¶

WithTimeout adds the timeout to the predict api api name post params

func (*PredictAPIAPINamePostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PredictAPIAPINamePostReader ¶

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

PredictAPIAPINamePostReader is a Reader for the PredictAPIAPINamePost structure.

func (*PredictAPIAPINamePostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type PredictAPIAPINamePostUnprocessableEntity ¶

type PredictAPIAPINamePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

PredictAPIAPINamePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewPredictAPIAPINamePostUnprocessableEntity ¶

func NewPredictAPIAPINamePostUnprocessableEntity() *PredictAPIAPINamePostUnprocessableEntity

NewPredictAPIAPINamePostUnprocessableEntity creates a PredictAPIAPINamePostUnprocessableEntity with default headers values

func (*PredictAPIAPINamePostUnprocessableEntity) Code ¶

Code gets the status code for the predict Api Api name post unprocessable entity response

func (*PredictAPIAPINamePostUnprocessableEntity) Error ¶

func (*PredictAPIAPINamePostUnprocessableEntity) GetPayload ¶

func (*PredictAPIAPINamePostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this predict Api Api name post unprocessable entity response has a 4xx status code

func (*PredictAPIAPINamePostUnprocessableEntity) IsCode ¶

IsCode returns true when this predict Api Api name post unprocessable entity response a status code equal to that given

func (*PredictAPIAPINamePostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this predict Api Api name post unprocessable entity response has a 3xx status code

func (*PredictAPIAPINamePostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this predict Api Api name post unprocessable entity response has a 5xx status code

func (*PredictAPIAPINamePostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this predict Api Api name post unprocessable entity response has a 2xx status code

func (*PredictAPIAPINamePostUnprocessableEntity) String ¶

type PredictRunAPINamePostInternalServerError ¶ added in v0.2.3

type PredictRunAPINamePostInternalServerError struct {
	Payload *models.HTTPException
}

PredictRunAPINamePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewPredictRunAPINamePostInternalServerError ¶ added in v0.2.3

func NewPredictRunAPINamePostInternalServerError() *PredictRunAPINamePostInternalServerError

NewPredictRunAPINamePostInternalServerError creates a PredictRunAPINamePostInternalServerError with default headers values

func (*PredictRunAPINamePostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the predict run Api name post internal server error response

func (*PredictRunAPINamePostInternalServerError) Error ¶ added in v0.2.3

func (*PredictRunAPINamePostInternalServerError) GetPayload ¶ added in v0.2.3

func (*PredictRunAPINamePostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this predict run Api name post internal server error response has a 4xx status code

func (*PredictRunAPINamePostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this predict run Api name post internal server error response a status code equal to that given

func (*PredictRunAPINamePostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this predict run Api name post internal server error response has a 3xx status code

func (*PredictRunAPINamePostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this predict run Api name post internal server error response has a 5xx status code

func (*PredictRunAPINamePostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this predict run Api name post internal server error response has a 2xx status code

func (*PredictRunAPINamePostInternalServerError) String ¶ added in v0.2.3

type PredictRunAPINamePostOK ¶

type PredictRunAPINamePostOK struct {
	Payload interface{}
}

PredictRunAPINamePostOK describes a response with status code 200, with default header values.

Successful Response

func NewPredictRunAPINamePostOK ¶

func NewPredictRunAPINamePostOK() *PredictRunAPINamePostOK

NewPredictRunAPINamePostOK creates a PredictRunAPINamePostOK with default headers values

func (*PredictRunAPINamePostOK) Code ¶

func (o *PredictRunAPINamePostOK) Code() int

Code gets the status code for the predict run Api name post o k response

func (*PredictRunAPINamePostOK) Error ¶

func (o *PredictRunAPINamePostOK) Error() string

func (*PredictRunAPINamePostOK) GetPayload ¶

func (o *PredictRunAPINamePostOK) GetPayload() interface{}

func (*PredictRunAPINamePostOK) IsClientError ¶

func (o *PredictRunAPINamePostOK) IsClientError() bool

IsClientError returns true when this predict run Api name post o k response has a 4xx status code

func (*PredictRunAPINamePostOK) IsCode ¶

func (o *PredictRunAPINamePostOK) IsCode(code int) bool

IsCode returns true when this predict run Api name post o k response a status code equal to that given

func (*PredictRunAPINamePostOK) IsRedirect ¶

func (o *PredictRunAPINamePostOK) IsRedirect() bool

IsRedirect returns true when this predict run Api name post o k response has a 3xx status code

func (*PredictRunAPINamePostOK) IsServerError ¶

func (o *PredictRunAPINamePostOK) IsServerError() bool

IsServerError returns true when this predict run Api name post o k response has a 5xx status code

func (*PredictRunAPINamePostOK) IsSuccess ¶

func (o *PredictRunAPINamePostOK) IsSuccess() bool

IsSuccess returns true when this predict run Api name post o k response has a 2xx status code

func (*PredictRunAPINamePostOK) String ¶

func (o *PredictRunAPINamePostOK) String() string

type PredictRunAPINamePostParams ¶

type PredictRunAPINamePostParams struct {

	// APIName.
	APIName string

	// Body.
	Body *models.PredictBody

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

PredictRunAPINamePostParams contains all the parameters to send to the API endpoint

for the predict run api name post operation.

Typically these are written to a http.Request.

func NewPredictRunAPINamePostParams ¶

func NewPredictRunAPINamePostParams() *PredictRunAPINamePostParams

NewPredictRunAPINamePostParams creates a new PredictRunAPINamePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPredictRunAPINamePostParamsWithContext ¶

func NewPredictRunAPINamePostParamsWithContext(ctx context.Context) *PredictRunAPINamePostParams

NewPredictRunAPINamePostParamsWithContext creates a new PredictRunAPINamePostParams object with the ability to set a context for a request.

func NewPredictRunAPINamePostParamsWithHTTPClient ¶

func NewPredictRunAPINamePostParamsWithHTTPClient(client *http.Client) *PredictRunAPINamePostParams

NewPredictRunAPINamePostParamsWithHTTPClient creates a new PredictRunAPINamePostParams object with the ability to set a custom HTTPClient for a request.

func NewPredictRunAPINamePostParamsWithTimeout ¶

func NewPredictRunAPINamePostParamsWithTimeout(timeout time.Duration) *PredictRunAPINamePostParams

NewPredictRunAPINamePostParamsWithTimeout creates a new PredictRunAPINamePostParams object with the ability to set a timeout on a request.

func (*PredictRunAPINamePostParams) SetAPIName ¶

func (o *PredictRunAPINamePostParams) SetAPIName(aPIName string)

SetAPIName adds the apiName to the predict run api name post params

func (*PredictRunAPINamePostParams) SetBody ¶

SetBody adds the body to the predict run api name post params

func (*PredictRunAPINamePostParams) SetContext ¶

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

SetContext adds the context to the predict run api name post params

func (*PredictRunAPINamePostParams) SetDefaults ¶

func (o *PredictRunAPINamePostParams) SetDefaults()

SetDefaults hydrates default values in the predict run api name post params (not the query body).

All values with no default are reset to their zero value.

func (*PredictRunAPINamePostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the predict run api name post params

func (*PredictRunAPINamePostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the predict run api name post params

func (*PredictRunAPINamePostParams) WithAPIName ¶

WithAPIName adds the aPIName to the predict run api name post params

func (*PredictRunAPINamePostParams) WithBody ¶

WithBody adds the body to the predict run api name post params

func (*PredictRunAPINamePostParams) WithContext ¶

WithContext adds the context to the predict run api name post params

func (*PredictRunAPINamePostParams) WithDefaults ¶

WithDefaults hydrates default values in the predict run api name post params (not the query body).

All values with no default are reset to their zero value.

func (*PredictRunAPINamePostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the predict run api name post params

func (*PredictRunAPINamePostParams) WithTimeout ¶

WithTimeout adds the timeout to the predict run api name post params

func (*PredictRunAPINamePostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PredictRunAPINamePostReader ¶

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

PredictRunAPINamePostReader is a Reader for the PredictRunAPINamePost structure.

func (*PredictRunAPINamePostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type PredictRunAPINamePostUnprocessableEntity ¶

type PredictRunAPINamePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

PredictRunAPINamePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewPredictRunAPINamePostUnprocessableEntity ¶

func NewPredictRunAPINamePostUnprocessableEntity() *PredictRunAPINamePostUnprocessableEntity

NewPredictRunAPINamePostUnprocessableEntity creates a PredictRunAPINamePostUnprocessableEntity with default headers values

func (*PredictRunAPINamePostUnprocessableEntity) Code ¶

Code gets the status code for the predict run Api name post unprocessable entity response

func (*PredictRunAPINamePostUnprocessableEntity) Error ¶

func (*PredictRunAPINamePostUnprocessableEntity) GetPayload ¶

func (*PredictRunAPINamePostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this predict run Api name post unprocessable entity response has a 4xx status code

func (*PredictRunAPINamePostUnprocessableEntity) IsCode ¶

IsCode returns true when this predict run Api name post unprocessable entity response a status code equal to that given

func (*PredictRunAPINamePostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this predict run Api name post unprocessable entity response has a 3xx status code

func (*PredictRunAPINamePostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this predict run Api name post unprocessable entity response has a 5xx status code

func (*PredictRunAPINamePostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this predict run Api name post unprocessable entity response has a 2xx status code

func (*PredictRunAPINamePostUnprocessableEntity) String ¶

type PreprocessSdapiV1PreprocessPostInternalServerError ¶ added in v0.2.3

type PreprocessSdapiV1PreprocessPostInternalServerError struct {
	Payload *models.HTTPException
}

PreprocessSdapiV1PreprocessPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewPreprocessSdapiV1PreprocessPostInternalServerError ¶ added in v0.2.3

func NewPreprocessSdapiV1PreprocessPostInternalServerError() *PreprocessSdapiV1PreprocessPostInternalServerError

NewPreprocessSdapiV1PreprocessPostInternalServerError creates a PreprocessSdapiV1PreprocessPostInternalServerError with default headers values

func (*PreprocessSdapiV1PreprocessPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the preprocess sdapi v1 preprocess post internal server error response

func (*PreprocessSdapiV1PreprocessPostInternalServerError) Error ¶ added in v0.2.3

func (*PreprocessSdapiV1PreprocessPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*PreprocessSdapiV1PreprocessPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this preprocess sdapi v1 preprocess post internal server error response has a 4xx status code

func (*PreprocessSdapiV1PreprocessPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this preprocess sdapi v1 preprocess post internal server error response a status code equal to that given

func (*PreprocessSdapiV1PreprocessPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this preprocess sdapi v1 preprocess post internal server error response has a 3xx status code

func (*PreprocessSdapiV1PreprocessPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this preprocess sdapi v1 preprocess post internal server error response has a 5xx status code

func (*PreprocessSdapiV1PreprocessPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this preprocess sdapi v1 preprocess post internal server error response has a 2xx status code

func (*PreprocessSdapiV1PreprocessPostInternalServerError) String ¶ added in v0.2.3

type PreprocessSdapiV1PreprocessPostOK ¶

type PreprocessSdapiV1PreprocessPostOK struct {
	Payload *models.PreprocessResponse
}

PreprocessSdapiV1PreprocessPostOK describes a response with status code 200, with default header values.

Successful Response

func NewPreprocessSdapiV1PreprocessPostOK ¶

func NewPreprocessSdapiV1PreprocessPostOK() *PreprocessSdapiV1PreprocessPostOK

NewPreprocessSdapiV1PreprocessPostOK creates a PreprocessSdapiV1PreprocessPostOK with default headers values

func (*PreprocessSdapiV1PreprocessPostOK) Code ¶

Code gets the status code for the preprocess sdapi v1 preprocess post o k response

func (*PreprocessSdapiV1PreprocessPostOK) Error ¶

func (*PreprocessSdapiV1PreprocessPostOK) GetPayload ¶

func (*PreprocessSdapiV1PreprocessPostOK) IsClientError ¶

func (o *PreprocessSdapiV1PreprocessPostOK) IsClientError() bool

IsClientError returns true when this preprocess sdapi v1 preprocess post o k response has a 4xx status code

func (*PreprocessSdapiV1PreprocessPostOK) IsCode ¶

func (o *PreprocessSdapiV1PreprocessPostOK) IsCode(code int) bool

IsCode returns true when this preprocess sdapi v1 preprocess post o k response a status code equal to that given

func (*PreprocessSdapiV1PreprocessPostOK) IsRedirect ¶

func (o *PreprocessSdapiV1PreprocessPostOK) IsRedirect() bool

IsRedirect returns true when this preprocess sdapi v1 preprocess post o k response has a 3xx status code

func (*PreprocessSdapiV1PreprocessPostOK) IsServerError ¶

func (o *PreprocessSdapiV1PreprocessPostOK) IsServerError() bool

IsServerError returns true when this preprocess sdapi v1 preprocess post o k response has a 5xx status code

func (*PreprocessSdapiV1PreprocessPostOK) IsSuccess ¶

func (o *PreprocessSdapiV1PreprocessPostOK) IsSuccess() bool

IsSuccess returns true when this preprocess sdapi v1 preprocess post o k response has a 2xx status code

func (*PreprocessSdapiV1PreprocessPostOK) String ¶

type PreprocessSdapiV1PreprocessPostParams ¶

type PreprocessSdapiV1PreprocessPostParams struct {

	// Body.
	Body interface{}

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

PreprocessSdapiV1PreprocessPostParams contains all the parameters to send to the API endpoint

for the preprocess sdapi v1 preprocess post operation.

Typically these are written to a http.Request.

func NewPreprocessSdapiV1PreprocessPostParams ¶

func NewPreprocessSdapiV1PreprocessPostParams() *PreprocessSdapiV1PreprocessPostParams

NewPreprocessSdapiV1PreprocessPostParams creates a new PreprocessSdapiV1PreprocessPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewPreprocessSdapiV1PreprocessPostParamsWithContext ¶

func NewPreprocessSdapiV1PreprocessPostParamsWithContext(ctx context.Context) *PreprocessSdapiV1PreprocessPostParams

NewPreprocessSdapiV1PreprocessPostParamsWithContext creates a new PreprocessSdapiV1PreprocessPostParams object with the ability to set a context for a request.

func NewPreprocessSdapiV1PreprocessPostParamsWithHTTPClient ¶

func NewPreprocessSdapiV1PreprocessPostParamsWithHTTPClient(client *http.Client) *PreprocessSdapiV1PreprocessPostParams

NewPreprocessSdapiV1PreprocessPostParamsWithHTTPClient creates a new PreprocessSdapiV1PreprocessPostParams object with the ability to set a custom HTTPClient for a request.

func NewPreprocessSdapiV1PreprocessPostParamsWithTimeout ¶

func NewPreprocessSdapiV1PreprocessPostParamsWithTimeout(timeout time.Duration) *PreprocessSdapiV1PreprocessPostParams

NewPreprocessSdapiV1PreprocessPostParamsWithTimeout creates a new PreprocessSdapiV1PreprocessPostParams object with the ability to set a timeout on a request.

func (*PreprocessSdapiV1PreprocessPostParams) SetBody ¶

func (o *PreprocessSdapiV1PreprocessPostParams) SetBody(body interface{})

SetBody adds the body to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) SetContext ¶

SetContext adds the context to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) SetDefaults ¶

func (o *PreprocessSdapiV1PreprocessPostParams) SetDefaults()

SetDefaults hydrates default values in the preprocess sdapi v1 preprocess post params (not the query body).

All values with no default are reset to their zero value.

func (*PreprocessSdapiV1PreprocessPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) WithBody ¶

WithBody adds the body to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) WithContext ¶

WithContext adds the context to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) WithDefaults ¶

WithDefaults hydrates default values in the preprocess sdapi v1 preprocess post params (not the query body).

All values with no default are reset to their zero value.

func (*PreprocessSdapiV1PreprocessPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) WithTimeout ¶

WithTimeout adds the timeout to the preprocess sdapi v1 preprocess post params

func (*PreprocessSdapiV1PreprocessPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type PreprocessSdapiV1PreprocessPostReader ¶

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

PreprocessSdapiV1PreprocessPostReader is a Reader for the PreprocessSdapiV1PreprocessPost structure.

func (*PreprocessSdapiV1PreprocessPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type PreprocessSdapiV1PreprocessPostUnprocessableEntity ¶

type PreprocessSdapiV1PreprocessPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

PreprocessSdapiV1PreprocessPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewPreprocessSdapiV1PreprocessPostUnprocessableEntity ¶

func NewPreprocessSdapiV1PreprocessPostUnprocessableEntity() *PreprocessSdapiV1PreprocessPostUnprocessableEntity

NewPreprocessSdapiV1PreprocessPostUnprocessableEntity creates a PreprocessSdapiV1PreprocessPostUnprocessableEntity with default headers values

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) Code ¶

Code gets the status code for the preprocess sdapi v1 preprocess post unprocessable entity response

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) Error ¶

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) GetPayload ¶

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this preprocess sdapi v1 preprocess post unprocessable entity response has a 4xx status code

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) IsCode ¶

IsCode returns true when this preprocess sdapi v1 preprocess post unprocessable entity response a status code equal to that given

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this preprocess sdapi v1 preprocess post unprocessable entity response has a 3xx status code

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this preprocess sdapi v1 preprocess post unprocessable entity response has a 5xx status code

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this preprocess sdapi v1 preprocess post unprocessable entity response has a 2xx status code

func (*PreprocessSdapiV1PreprocessPostUnprocessableEntity) String ¶

type ProgressapiInternalProgressPostInternalServerError ¶ added in v0.2.3

type ProgressapiInternalProgressPostInternalServerError struct {
	Payload *models.HTTPException
}

ProgressapiInternalProgressPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewProgressapiInternalProgressPostInternalServerError ¶ added in v0.2.3

func NewProgressapiInternalProgressPostInternalServerError() *ProgressapiInternalProgressPostInternalServerError

NewProgressapiInternalProgressPostInternalServerError creates a ProgressapiInternalProgressPostInternalServerError with default headers values

func (*ProgressapiInternalProgressPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the progressapi internal progress post internal server error response

func (*ProgressapiInternalProgressPostInternalServerError) Error ¶ added in v0.2.3

func (*ProgressapiInternalProgressPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ProgressapiInternalProgressPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this progressapi internal progress post internal server error response has a 4xx status code

func (*ProgressapiInternalProgressPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this progressapi internal progress post internal server error response a status code equal to that given

func (*ProgressapiInternalProgressPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this progressapi internal progress post internal server error response has a 3xx status code

func (*ProgressapiInternalProgressPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this progressapi internal progress post internal server error response has a 5xx status code

func (*ProgressapiInternalProgressPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this progressapi internal progress post internal server error response has a 2xx status code

func (*ProgressapiInternalProgressPostInternalServerError) String ¶ added in v0.2.3

type ProgressapiInternalProgressPostOK ¶

type ProgressapiInternalProgressPostOK struct {
	Payload *models.ModulesProgressProgressResponse
}

ProgressapiInternalProgressPostOK describes a response with status code 200, with default header values.

Successful Response

func NewProgressapiInternalProgressPostOK ¶

func NewProgressapiInternalProgressPostOK() *ProgressapiInternalProgressPostOK

NewProgressapiInternalProgressPostOK creates a ProgressapiInternalProgressPostOK with default headers values

func (*ProgressapiInternalProgressPostOK) Code ¶

Code gets the status code for the progressapi internal progress post o k response

func (*ProgressapiInternalProgressPostOK) Error ¶

func (*ProgressapiInternalProgressPostOK) GetPayload ¶

func (*ProgressapiInternalProgressPostOK) IsClientError ¶

func (o *ProgressapiInternalProgressPostOK) IsClientError() bool

IsClientError returns true when this progressapi internal progress post o k response has a 4xx status code

func (*ProgressapiInternalProgressPostOK) IsCode ¶

func (o *ProgressapiInternalProgressPostOK) IsCode(code int) bool

IsCode returns true when this progressapi internal progress post o k response a status code equal to that given

func (*ProgressapiInternalProgressPostOK) IsRedirect ¶

func (o *ProgressapiInternalProgressPostOK) IsRedirect() bool

IsRedirect returns true when this progressapi internal progress post o k response has a 3xx status code

func (*ProgressapiInternalProgressPostOK) IsServerError ¶

func (o *ProgressapiInternalProgressPostOK) IsServerError() bool

IsServerError returns true when this progressapi internal progress post o k response has a 5xx status code

func (*ProgressapiInternalProgressPostOK) IsSuccess ¶

func (o *ProgressapiInternalProgressPostOK) IsSuccess() bool

IsSuccess returns true when this progressapi internal progress post o k response has a 2xx status code

func (*ProgressapiInternalProgressPostOK) String ¶

type ProgressapiInternalProgressPostParams ¶

type ProgressapiInternalProgressPostParams struct {

	// Body.
	Body *models.ProgressRequest

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

ProgressapiInternalProgressPostParams contains all the parameters to send to the API endpoint

for the progressapi internal progress post operation.

Typically these are written to a http.Request.

func NewProgressapiInternalProgressPostParams ¶

func NewProgressapiInternalProgressPostParams() *ProgressapiInternalProgressPostParams

NewProgressapiInternalProgressPostParams creates a new ProgressapiInternalProgressPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewProgressapiInternalProgressPostParamsWithContext ¶

func NewProgressapiInternalProgressPostParamsWithContext(ctx context.Context) *ProgressapiInternalProgressPostParams

NewProgressapiInternalProgressPostParamsWithContext creates a new ProgressapiInternalProgressPostParams object with the ability to set a context for a request.

func NewProgressapiInternalProgressPostParamsWithHTTPClient ¶

func NewProgressapiInternalProgressPostParamsWithHTTPClient(client *http.Client) *ProgressapiInternalProgressPostParams

NewProgressapiInternalProgressPostParamsWithHTTPClient creates a new ProgressapiInternalProgressPostParams object with the ability to set a custom HTTPClient for a request.

func NewProgressapiInternalProgressPostParamsWithTimeout ¶

func NewProgressapiInternalProgressPostParamsWithTimeout(timeout time.Duration) *ProgressapiInternalProgressPostParams

NewProgressapiInternalProgressPostParamsWithTimeout creates a new ProgressapiInternalProgressPostParams object with the ability to set a timeout on a request.

func (*ProgressapiInternalProgressPostParams) SetBody ¶

SetBody adds the body to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) SetContext ¶

SetContext adds the context to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) SetDefaults ¶

func (o *ProgressapiInternalProgressPostParams) SetDefaults()

SetDefaults hydrates default values in the progressapi internal progress post params (not the query body).

All values with no default are reset to their zero value.

func (*ProgressapiInternalProgressPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) WithBody ¶

WithBody adds the body to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) WithContext ¶

WithContext adds the context to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) WithDefaults ¶

WithDefaults hydrates default values in the progressapi internal progress post params (not the query body).

All values with no default are reset to their zero value.

func (*ProgressapiInternalProgressPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) WithTimeout ¶

WithTimeout adds the timeout to the progressapi internal progress post params

func (*ProgressapiInternalProgressPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ProgressapiInternalProgressPostReader ¶

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

ProgressapiInternalProgressPostReader is a Reader for the ProgressapiInternalProgressPost structure.

func (*ProgressapiInternalProgressPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ProgressapiInternalProgressPostUnprocessableEntity ¶

type ProgressapiInternalProgressPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ProgressapiInternalProgressPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewProgressapiInternalProgressPostUnprocessableEntity ¶

func NewProgressapiInternalProgressPostUnprocessableEntity() *ProgressapiInternalProgressPostUnprocessableEntity

NewProgressapiInternalProgressPostUnprocessableEntity creates a ProgressapiInternalProgressPostUnprocessableEntity with default headers values

func (*ProgressapiInternalProgressPostUnprocessableEntity) Code ¶

Code gets the status code for the progressapi internal progress post unprocessable entity response

func (*ProgressapiInternalProgressPostUnprocessableEntity) Error ¶

func (*ProgressapiInternalProgressPostUnprocessableEntity) GetPayload ¶

func (*ProgressapiInternalProgressPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this progressapi internal progress post unprocessable entity response has a 4xx status code

func (*ProgressapiInternalProgressPostUnprocessableEntity) IsCode ¶

IsCode returns true when this progressapi internal progress post unprocessable entity response a status code equal to that given

func (*ProgressapiInternalProgressPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this progressapi internal progress post unprocessable entity response has a 3xx status code

func (*ProgressapiInternalProgressPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this progressapi internal progress post unprocessable entity response has a 5xx status code

func (*ProgressapiInternalProgressPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this progressapi internal progress post unprocessable entity response has a 2xx status code

func (*ProgressapiInternalProgressPostUnprocessableEntity) String ¶

type ProgressapiSdapiV1ProgressGetOK ¶

type ProgressapiSdapiV1ProgressGetOK struct {
	Payload *models.ModulesAPIModelsProgressResponse
}

ProgressapiSdapiV1ProgressGetOK describes a response with status code 200, with default header values.

Successful Response

func NewProgressapiSdapiV1ProgressGetOK ¶

func NewProgressapiSdapiV1ProgressGetOK() *ProgressapiSdapiV1ProgressGetOK

NewProgressapiSdapiV1ProgressGetOK creates a ProgressapiSdapiV1ProgressGetOK with default headers values

func (*ProgressapiSdapiV1ProgressGetOK) Code ¶

Code gets the status code for the progressapi sdapi v1 progress get o k response

func (*ProgressapiSdapiV1ProgressGetOK) Error ¶

func (*ProgressapiSdapiV1ProgressGetOK) GetPayload ¶

func (*ProgressapiSdapiV1ProgressGetOK) IsClientError ¶

func (o *ProgressapiSdapiV1ProgressGetOK) IsClientError() bool

IsClientError returns true when this progressapi sdapi v1 progress get o k response has a 4xx status code

func (*ProgressapiSdapiV1ProgressGetOK) IsCode ¶

func (o *ProgressapiSdapiV1ProgressGetOK) IsCode(code int) bool

IsCode returns true when this progressapi sdapi v1 progress get o k response a status code equal to that given

func (*ProgressapiSdapiV1ProgressGetOK) IsRedirect ¶

func (o *ProgressapiSdapiV1ProgressGetOK) IsRedirect() bool

IsRedirect returns true when this progressapi sdapi v1 progress get o k response has a 3xx status code

func (*ProgressapiSdapiV1ProgressGetOK) IsServerError ¶

func (o *ProgressapiSdapiV1ProgressGetOK) IsServerError() bool

IsServerError returns true when this progressapi sdapi v1 progress get o k response has a 5xx status code

func (*ProgressapiSdapiV1ProgressGetOK) IsSuccess ¶

func (o *ProgressapiSdapiV1ProgressGetOK) IsSuccess() bool

IsSuccess returns true when this progressapi sdapi v1 progress get o k response has a 2xx status code

func (*ProgressapiSdapiV1ProgressGetOK) String ¶

type ProgressapiSdapiV1ProgressGetParams ¶

type ProgressapiSdapiV1ProgressGetParams struct {

	// SkipCurrentImage.
	SkipCurrentImage *bool

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

ProgressapiSdapiV1ProgressGetParams contains all the parameters to send to the API endpoint

for the progressapi sdapi v1 progress get operation.

Typically these are written to a http.Request.

func NewProgressapiSdapiV1ProgressGetParams ¶

func NewProgressapiSdapiV1ProgressGetParams() *ProgressapiSdapiV1ProgressGetParams

NewProgressapiSdapiV1ProgressGetParams creates a new ProgressapiSdapiV1ProgressGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewProgressapiSdapiV1ProgressGetParamsWithContext ¶

func NewProgressapiSdapiV1ProgressGetParamsWithContext(ctx context.Context) *ProgressapiSdapiV1ProgressGetParams

NewProgressapiSdapiV1ProgressGetParamsWithContext creates a new ProgressapiSdapiV1ProgressGetParams object with the ability to set a context for a request.

func NewProgressapiSdapiV1ProgressGetParamsWithHTTPClient ¶

func NewProgressapiSdapiV1ProgressGetParamsWithHTTPClient(client *http.Client) *ProgressapiSdapiV1ProgressGetParams

NewProgressapiSdapiV1ProgressGetParamsWithHTTPClient creates a new ProgressapiSdapiV1ProgressGetParams object with the ability to set a custom HTTPClient for a request.

func NewProgressapiSdapiV1ProgressGetParamsWithTimeout ¶

func NewProgressapiSdapiV1ProgressGetParamsWithTimeout(timeout time.Duration) *ProgressapiSdapiV1ProgressGetParams

NewProgressapiSdapiV1ProgressGetParamsWithTimeout creates a new ProgressapiSdapiV1ProgressGetParams object with the ability to set a timeout on a request.

func (*ProgressapiSdapiV1ProgressGetParams) SetContext ¶

SetContext adds the context to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) SetDefaults ¶

func (o *ProgressapiSdapiV1ProgressGetParams) SetDefaults()

SetDefaults hydrates default values in the progressapi sdapi v1 progress get params (not the query body).

All values with no default are reset to their zero value.

func (*ProgressapiSdapiV1ProgressGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) SetSkipCurrentImage ¶

func (o *ProgressapiSdapiV1ProgressGetParams) SetSkipCurrentImage(skipCurrentImage *bool)

SetSkipCurrentImage adds the skipCurrentImage to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) WithContext ¶

WithContext adds the context to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) WithDefaults ¶

WithDefaults hydrates default values in the progressapi sdapi v1 progress get params (not the query body).

All values with no default are reset to their zero value.

func (*ProgressapiSdapiV1ProgressGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) WithSkipCurrentImage ¶

func (o *ProgressapiSdapiV1ProgressGetParams) WithSkipCurrentImage(skipCurrentImage *bool) *ProgressapiSdapiV1ProgressGetParams

WithSkipCurrentImage adds the skipCurrentImage to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) WithTimeout ¶

WithTimeout adds the timeout to the progressapi sdapi v1 progress get params

func (*ProgressapiSdapiV1ProgressGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ProgressapiSdapiV1ProgressGetReader ¶

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

ProgressapiSdapiV1ProgressGetReader is a Reader for the ProgressapiSdapiV1ProgressGet structure.

func (*ProgressapiSdapiV1ProgressGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ProgressapiSdapiV1ProgressGetUnprocessableEntity ¶

type ProgressapiSdapiV1ProgressGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ProgressapiSdapiV1ProgressGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewProgressapiSdapiV1ProgressGetUnprocessableEntity ¶

func NewProgressapiSdapiV1ProgressGetUnprocessableEntity() *ProgressapiSdapiV1ProgressGetUnprocessableEntity

NewProgressapiSdapiV1ProgressGetUnprocessableEntity creates a ProgressapiSdapiV1ProgressGetUnprocessableEntity with default headers values

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) Code ¶

Code gets the status code for the progressapi sdapi v1 progress get unprocessable entity response

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) Error ¶

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) GetPayload ¶

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this progressapi sdapi v1 progress get unprocessable entity response has a 4xx status code

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) IsCode ¶

IsCode returns true when this progressapi sdapi v1 progress get unprocessable entity response a status code equal to that given

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this progressapi sdapi v1 progress get unprocessable entity response has a 3xx status code

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this progressapi sdapi v1 progress get unprocessable entity response has a 5xx status code

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this progressapi sdapi v1 progress get unprocessable entity response has a 2xx status code

func (*ProgressapiSdapiV1ProgressGetUnprocessableEntity) String ¶

type QuicksettingsHintInternalQuicksettingsHintGetOK ¶

type QuicksettingsHintInternalQuicksettingsHintGetOK struct {
	Payload []*models.QuicksettingsHint
}

QuicksettingsHintInternalQuicksettingsHintGetOK describes a response with status code 200, with default header values.

Successful Response

func NewQuicksettingsHintInternalQuicksettingsHintGetOK ¶

func NewQuicksettingsHintInternalQuicksettingsHintGetOK() *QuicksettingsHintInternalQuicksettingsHintGetOK

NewQuicksettingsHintInternalQuicksettingsHintGetOK creates a QuicksettingsHintInternalQuicksettingsHintGetOK with default headers values

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) Code ¶

Code gets the status code for the quicksettings hint internal quicksettings hint get o k response

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) Error ¶

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) GetPayload ¶

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) IsClientError ¶

IsClientError returns true when this quicksettings hint internal quicksettings hint get o k response has a 4xx status code

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) IsCode ¶

IsCode returns true when this quicksettings hint internal quicksettings hint get o k response a status code equal to that given

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) IsRedirect ¶

IsRedirect returns true when this quicksettings hint internal quicksettings hint get o k response has a 3xx status code

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) IsServerError ¶

IsServerError returns true when this quicksettings hint internal quicksettings hint get o k response has a 5xx status code

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) IsSuccess ¶

IsSuccess returns true when this quicksettings hint internal quicksettings hint get o k response has a 2xx status code

func (*QuicksettingsHintInternalQuicksettingsHintGetOK) String ¶

type QuicksettingsHintInternalQuicksettingsHintGetParams ¶

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

QuicksettingsHintInternalQuicksettingsHintGetParams contains all the parameters to send to the API endpoint

for the quicksettings hint internal quicksettings hint get operation.

Typically these are written to a http.Request.

func NewQuicksettingsHintInternalQuicksettingsHintGetParams ¶

func NewQuicksettingsHintInternalQuicksettingsHintGetParams() *QuicksettingsHintInternalQuicksettingsHintGetParams

NewQuicksettingsHintInternalQuicksettingsHintGetParams creates a new QuicksettingsHintInternalQuicksettingsHintGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithContext ¶

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithContext(ctx context.Context) *QuicksettingsHintInternalQuicksettingsHintGetParams

NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithContext creates a new QuicksettingsHintInternalQuicksettingsHintGetParams object with the ability to set a context for a request.

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithHTTPClient ¶

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithHTTPClient(client *http.Client) *QuicksettingsHintInternalQuicksettingsHintGetParams

NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithHTTPClient creates a new QuicksettingsHintInternalQuicksettingsHintGetParams object with the ability to set a custom HTTPClient for a request.

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithTimeout ¶

func NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithTimeout(timeout time.Duration) *QuicksettingsHintInternalQuicksettingsHintGetParams

NewQuicksettingsHintInternalQuicksettingsHintGetParamsWithTimeout creates a new QuicksettingsHintInternalQuicksettingsHintGetParams object with the ability to set a timeout on a request.

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) SetContext ¶

SetContext adds the context to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) SetDefaults ¶

SetDefaults hydrates default values in the quicksettings hint internal quicksettings hint get params (not the query body).

All values with no default are reset to their zero value.

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) SetTimeout ¶

SetTimeout adds the timeout to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) WithContext ¶

WithContext adds the context to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) WithDefaults ¶

WithDefaults hydrates default values in the quicksettings hint internal quicksettings hint get params (not the query body).

All values with no default are reset to their zero value.

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) WithTimeout ¶

WithTimeout adds the timeout to the quicksettings hint internal quicksettings hint get params

func (*QuicksettingsHintInternalQuicksettingsHintGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type QuicksettingsHintInternalQuicksettingsHintGetReader ¶

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

QuicksettingsHintInternalQuicksettingsHintGetReader is a Reader for the QuicksettingsHintInternalQuicksettingsHintGet structure.

func (*QuicksettingsHintInternalQuicksettingsHintGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK ¶

type ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK struct {
	Payload []*models.ScannedPathModel
}

ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK ¶

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK() *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK

NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK creates a ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK with default headers values

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) Code ¶

Code gets the status code for the read scanned paths infinite image browsing db scanned paths get o k response

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) Error ¶

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) GetPayload ¶

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) IsClientError ¶

IsClientError returns true when this read scanned paths infinite image browsing db scanned paths get o k response has a 4xx status code

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) IsCode ¶

IsCode returns true when this read scanned paths infinite image browsing db scanned paths get o k response a status code equal to that given

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) IsRedirect ¶

IsRedirect returns true when this read scanned paths infinite image browsing db scanned paths get o k response has a 3xx status code

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) IsServerError ¶

IsServerError returns true when this read scanned paths infinite image browsing db scanned paths get o k response has a 5xx status code

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) IsSuccess ¶

IsSuccess returns true when this read scanned paths infinite image browsing db scanned paths get o k response has a 2xx status code

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetOK) String ¶

type ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams ¶

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

ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams contains all the parameters to send to the API endpoint

for the read scanned paths infinite image browsing db scanned paths get operation.

Typically these are written to a http.Request.

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams ¶

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams() *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams

NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams creates a new ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithContext ¶

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithContext(ctx context.Context) *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams

NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithContext creates a new ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams object with the ability to set a context for a request.

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithHTTPClient ¶

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithHTTPClient(client *http.Client) *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams

NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithHTTPClient creates a new ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams object with the ability to set a custom HTTPClient for a request.

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithTimeout ¶

func NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithTimeout(timeout time.Duration) *ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams

NewReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParamsWithTimeout creates a new ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams object with the ability to set a timeout on a request.

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) SetContext ¶

SetContext adds the context to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) SetDefaults ¶

SetDefaults hydrates default values in the read scanned paths infinite image browsing db scanned paths get params (not the query body).

All values with no default are reset to their zero value.

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) SetTimeout ¶

SetTimeout adds the timeout to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) WithContext ¶

WithContext adds the context to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the read scanned paths infinite image browsing db scanned paths get params (not the query body).

All values with no default are reset to their zero value.

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the read scanned paths infinite image browsing db scanned paths get params

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetReader ¶

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

ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetReader is a Reader for the ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGet structure.

func (*ReadScannedPathsInfiniteImageBrowsingDbScannedPathsGetReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError ¶ added in v0.2.3

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError struct {
	Payload *models.HTTPException
}

RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError ¶ added in v0.2.3

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError() *RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError creates a RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError with default headers values

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the refresh checkpoints sdapi v1 refresh checkpoints post internal server error response

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) Error ¶ added in v0.2.3

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this refresh checkpoints sdapi v1 refresh checkpoints post internal server error response has a 4xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this refresh checkpoints sdapi v1 refresh checkpoints post internal server error response a status code equal to that given

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this refresh checkpoints sdapi v1 refresh checkpoints post internal server error response has a 3xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this refresh checkpoints sdapi v1 refresh checkpoints post internal server error response has a 5xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this refresh checkpoints sdapi v1 refresh checkpoints post internal server error response has a 2xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostInternalServerError) String ¶ added in v0.2.3

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK ¶

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK struct {
	Payload interface{}
}

RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostOK ¶

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostOK() *RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostOK creates a RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK with default headers values

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) Code ¶

Code gets the status code for the refresh checkpoints sdapi v1 refresh checkpoints post o k response

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) Error ¶

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) GetPayload ¶

func (o *RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) GetPayload() interface{}

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) IsClientError ¶

IsClientError returns true when this refresh checkpoints sdapi v1 refresh checkpoints post o k response has a 4xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) IsCode ¶

IsCode returns true when this refresh checkpoints sdapi v1 refresh checkpoints post o k response a status code equal to that given

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) IsRedirect ¶

IsRedirect returns true when this refresh checkpoints sdapi v1 refresh checkpoints post o k response has a 3xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) IsServerError ¶

IsServerError returns true when this refresh checkpoints sdapi v1 refresh checkpoints post o k response has a 5xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) IsSuccess ¶

IsSuccess returns true when this refresh checkpoints sdapi v1 refresh checkpoints post o k response has a 2xx status code

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostOK) String ¶

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams ¶

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

RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams contains all the parameters to send to the API endpoint

for the refresh checkpoints sdapi v1 refresh checkpoints post operation.

Typically these are written to a http.Request.

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParams ¶

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParams() *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParams creates a new RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithContext ¶

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithContext(ctx context.Context) *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithContext creates a new RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams object with the ability to set a context for a request.

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithHTTPClient ¶

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithHTTPClient(client *http.Client) *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithHTTPClient creates a new RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithTimeout ¶

func NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithTimeout(timeout time.Duration) *RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams

NewRefreshCheckpointsSdapiV1RefreshCheckpointsPostParamsWithTimeout creates a new RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams object with the ability to set a timeout on a request.

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) SetContext ¶

SetContext adds the context to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) SetDefaults ¶

SetDefaults hydrates default values in the refresh checkpoints sdapi v1 refresh checkpoints post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) SetTimeout ¶

SetTimeout adds the timeout to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) WithContext ¶

WithContext adds the context to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the refresh checkpoints sdapi v1 refresh checkpoints post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the refresh checkpoints sdapi v1 refresh checkpoints post params

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RefreshCheckpointsSdapiV1RefreshCheckpointsPostReader ¶

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

RefreshCheckpointsSdapiV1RefreshCheckpointsPostReader is a Reader for the RefreshCheckpointsSdapiV1RefreshCheckpointsPost structure.

func (*RefreshCheckpointsSdapiV1RefreshCheckpointsPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RefreshLorasSdapiV1RefreshLorasPostInternalServerError ¶ added in v0.2.3

type RefreshLorasSdapiV1RefreshLorasPostInternalServerError struct {
	Payload *models.HTTPException
}

RefreshLorasSdapiV1RefreshLorasPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRefreshLorasSdapiV1RefreshLorasPostInternalServerError ¶ added in v0.2.3

func NewRefreshLorasSdapiV1RefreshLorasPostInternalServerError() *RefreshLorasSdapiV1RefreshLorasPostInternalServerError

NewRefreshLorasSdapiV1RefreshLorasPostInternalServerError creates a RefreshLorasSdapiV1RefreshLorasPostInternalServerError with default headers values

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the refresh loras sdapi v1 refresh loras post internal server error response

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) Error ¶ added in v0.2.3

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this refresh loras sdapi v1 refresh loras post internal server error response has a 4xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this refresh loras sdapi v1 refresh loras post internal server error response a status code equal to that given

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this refresh loras sdapi v1 refresh loras post internal server error response has a 3xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this refresh loras sdapi v1 refresh loras post internal server error response has a 5xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this refresh loras sdapi v1 refresh loras post internal server error response has a 2xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostInternalServerError) String ¶ added in v0.2.3

type RefreshLorasSdapiV1RefreshLorasPostOK ¶

type RefreshLorasSdapiV1RefreshLorasPostOK struct {
	Payload interface{}
}

RefreshLorasSdapiV1RefreshLorasPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRefreshLorasSdapiV1RefreshLorasPostOK ¶

func NewRefreshLorasSdapiV1RefreshLorasPostOK() *RefreshLorasSdapiV1RefreshLorasPostOK

NewRefreshLorasSdapiV1RefreshLorasPostOK creates a RefreshLorasSdapiV1RefreshLorasPostOK with default headers values

func (*RefreshLorasSdapiV1RefreshLorasPostOK) Code ¶

Code gets the status code for the refresh loras sdapi v1 refresh loras post o k response

func (*RefreshLorasSdapiV1RefreshLorasPostOK) Error ¶

func (*RefreshLorasSdapiV1RefreshLorasPostOK) GetPayload ¶

func (o *RefreshLorasSdapiV1RefreshLorasPostOK) GetPayload() interface{}

func (*RefreshLorasSdapiV1RefreshLorasPostOK) IsClientError ¶

func (o *RefreshLorasSdapiV1RefreshLorasPostOK) IsClientError() bool

IsClientError returns true when this refresh loras sdapi v1 refresh loras post o k response has a 4xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostOK) IsCode ¶

IsCode returns true when this refresh loras sdapi v1 refresh loras post o k response a status code equal to that given

func (*RefreshLorasSdapiV1RefreshLorasPostOK) IsRedirect ¶

IsRedirect returns true when this refresh loras sdapi v1 refresh loras post o k response has a 3xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostOK) IsServerError ¶

func (o *RefreshLorasSdapiV1RefreshLorasPostOK) IsServerError() bool

IsServerError returns true when this refresh loras sdapi v1 refresh loras post o k response has a 5xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostOK) IsSuccess ¶

IsSuccess returns true when this refresh loras sdapi v1 refresh loras post o k response has a 2xx status code

func (*RefreshLorasSdapiV1RefreshLorasPostOK) String ¶

type RefreshLorasSdapiV1RefreshLorasPostParams ¶

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

RefreshLorasSdapiV1RefreshLorasPostParams contains all the parameters to send to the API endpoint

for the refresh loras sdapi v1 refresh loras post operation.

Typically these are written to a http.Request.

func NewRefreshLorasSdapiV1RefreshLorasPostParams ¶

func NewRefreshLorasSdapiV1RefreshLorasPostParams() *RefreshLorasSdapiV1RefreshLorasPostParams

NewRefreshLorasSdapiV1RefreshLorasPostParams creates a new RefreshLorasSdapiV1RefreshLorasPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithContext ¶

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithContext(ctx context.Context) *RefreshLorasSdapiV1RefreshLorasPostParams

NewRefreshLorasSdapiV1RefreshLorasPostParamsWithContext creates a new RefreshLorasSdapiV1RefreshLorasPostParams object with the ability to set a context for a request.

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithHTTPClient ¶

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithHTTPClient(client *http.Client) *RefreshLorasSdapiV1RefreshLorasPostParams

NewRefreshLorasSdapiV1RefreshLorasPostParamsWithHTTPClient creates a new RefreshLorasSdapiV1RefreshLorasPostParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithTimeout ¶

func NewRefreshLorasSdapiV1RefreshLorasPostParamsWithTimeout(timeout time.Duration) *RefreshLorasSdapiV1RefreshLorasPostParams

NewRefreshLorasSdapiV1RefreshLorasPostParamsWithTimeout creates a new RefreshLorasSdapiV1RefreshLorasPostParams object with the ability to set a timeout on a request.

func (*RefreshLorasSdapiV1RefreshLorasPostParams) SetContext ¶

SetContext adds the context to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) SetDefaults ¶

SetDefaults hydrates default values in the refresh loras sdapi v1 refresh loras post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshLorasSdapiV1RefreshLorasPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) SetTimeout ¶

SetTimeout adds the timeout to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) WithContext ¶

WithContext adds the context to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) WithDefaults ¶

WithDefaults hydrates default values in the refresh loras sdapi v1 refresh loras post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshLorasSdapiV1RefreshLorasPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) WithTimeout ¶

WithTimeout adds the timeout to the refresh loras sdapi v1 refresh loras post params

func (*RefreshLorasSdapiV1RefreshLorasPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RefreshLorasSdapiV1RefreshLorasPostReader ¶

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

RefreshLorasSdapiV1RefreshLorasPostReader is a Reader for the RefreshLorasSdapiV1RefreshLorasPost structure.

func (*RefreshLorasSdapiV1RefreshLorasPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RefreshLycosSdapiV1RefreshLycosPostInternalServerError ¶ added in v0.2.3

type RefreshLycosSdapiV1RefreshLycosPostInternalServerError struct {
	Payload *models.HTTPException
}

RefreshLycosSdapiV1RefreshLycosPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRefreshLycosSdapiV1RefreshLycosPostInternalServerError ¶ added in v0.2.3

func NewRefreshLycosSdapiV1RefreshLycosPostInternalServerError() *RefreshLycosSdapiV1RefreshLycosPostInternalServerError

NewRefreshLycosSdapiV1RefreshLycosPostInternalServerError creates a RefreshLycosSdapiV1RefreshLycosPostInternalServerError with default headers values

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the refresh lycos sdapi v1 refresh lycos post internal server error response

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) Error ¶ added in v0.2.3

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this refresh lycos sdapi v1 refresh lycos post internal server error response has a 4xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this refresh lycos sdapi v1 refresh lycos post internal server error response a status code equal to that given

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this refresh lycos sdapi v1 refresh lycos post internal server error response has a 3xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this refresh lycos sdapi v1 refresh lycos post internal server error response has a 5xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this refresh lycos sdapi v1 refresh lycos post internal server error response has a 2xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostInternalServerError) String ¶ added in v0.2.3

type RefreshLycosSdapiV1RefreshLycosPostOK ¶

type RefreshLycosSdapiV1RefreshLycosPostOK struct {
	Payload interface{}
}

RefreshLycosSdapiV1RefreshLycosPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRefreshLycosSdapiV1RefreshLycosPostOK ¶

func NewRefreshLycosSdapiV1RefreshLycosPostOK() *RefreshLycosSdapiV1RefreshLycosPostOK

NewRefreshLycosSdapiV1RefreshLycosPostOK creates a RefreshLycosSdapiV1RefreshLycosPostOK with default headers values

func (*RefreshLycosSdapiV1RefreshLycosPostOK) Code ¶

Code gets the status code for the refresh lycos sdapi v1 refresh lycos post o k response

func (*RefreshLycosSdapiV1RefreshLycosPostOK) Error ¶

func (*RefreshLycosSdapiV1RefreshLycosPostOK) GetPayload ¶

func (o *RefreshLycosSdapiV1RefreshLycosPostOK) GetPayload() interface{}

func (*RefreshLycosSdapiV1RefreshLycosPostOK) IsClientError ¶

func (o *RefreshLycosSdapiV1RefreshLycosPostOK) IsClientError() bool

IsClientError returns true when this refresh lycos sdapi v1 refresh lycos post o k response has a 4xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostOK) IsCode ¶

IsCode returns true when this refresh lycos sdapi v1 refresh lycos post o k response a status code equal to that given

func (*RefreshLycosSdapiV1RefreshLycosPostOK) IsRedirect ¶

IsRedirect returns true when this refresh lycos sdapi v1 refresh lycos post o k response has a 3xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostOK) IsServerError ¶

func (o *RefreshLycosSdapiV1RefreshLycosPostOK) IsServerError() bool

IsServerError returns true when this refresh lycos sdapi v1 refresh lycos post o k response has a 5xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostOK) IsSuccess ¶

IsSuccess returns true when this refresh lycos sdapi v1 refresh lycos post o k response has a 2xx status code

func (*RefreshLycosSdapiV1RefreshLycosPostOK) String ¶

type RefreshLycosSdapiV1RefreshLycosPostParams ¶

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

RefreshLycosSdapiV1RefreshLycosPostParams contains all the parameters to send to the API endpoint

for the refresh lycos sdapi v1 refresh lycos post operation.

Typically these are written to a http.Request.

func NewRefreshLycosSdapiV1RefreshLycosPostParams ¶

func NewRefreshLycosSdapiV1RefreshLycosPostParams() *RefreshLycosSdapiV1RefreshLycosPostParams

NewRefreshLycosSdapiV1RefreshLycosPostParams creates a new RefreshLycosSdapiV1RefreshLycosPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithContext ¶

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithContext(ctx context.Context) *RefreshLycosSdapiV1RefreshLycosPostParams

NewRefreshLycosSdapiV1RefreshLycosPostParamsWithContext creates a new RefreshLycosSdapiV1RefreshLycosPostParams object with the ability to set a context for a request.

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithHTTPClient ¶

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithHTTPClient(client *http.Client) *RefreshLycosSdapiV1RefreshLycosPostParams

NewRefreshLycosSdapiV1RefreshLycosPostParamsWithHTTPClient creates a new RefreshLycosSdapiV1RefreshLycosPostParams object with the ability to set a custom HTTPClient for a request.

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithTimeout ¶

func NewRefreshLycosSdapiV1RefreshLycosPostParamsWithTimeout(timeout time.Duration) *RefreshLycosSdapiV1RefreshLycosPostParams

NewRefreshLycosSdapiV1RefreshLycosPostParamsWithTimeout creates a new RefreshLycosSdapiV1RefreshLycosPostParams object with the ability to set a timeout on a request.

func (*RefreshLycosSdapiV1RefreshLycosPostParams) SetContext ¶

SetContext adds the context to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) SetDefaults ¶

SetDefaults hydrates default values in the refresh lycos sdapi v1 refresh lycos post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshLycosSdapiV1RefreshLycosPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) SetTimeout ¶

SetTimeout adds the timeout to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) WithContext ¶

WithContext adds the context to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) WithDefaults ¶

WithDefaults hydrates default values in the refresh lycos sdapi v1 refresh lycos post params (not the query body).

All values with no default are reset to their zero value.

func (*RefreshLycosSdapiV1RefreshLycosPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) WithTimeout ¶

WithTimeout adds the timeout to the refresh lycos sdapi v1 refresh lycos post params

func (*RefreshLycosSdapiV1RefreshLycosPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RefreshLycosSdapiV1RefreshLycosPostReader ¶

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

RefreshLycosSdapiV1RefreshLycosPostReader is a Reader for the RefreshLycosSdapiV1RefreshLycosPost structure.

func (*RefreshLycosSdapiV1RefreshLycosPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ReloadapiSdapiV1ReloadCheckpointPostInternalServerError ¶ added in v0.2.3

type ReloadapiSdapiV1ReloadCheckpointPostInternalServerError struct {
	Payload *models.HTTPException
}

ReloadapiSdapiV1ReloadCheckpointPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewReloadapiSdapiV1ReloadCheckpointPostInternalServerError ¶ added in v0.2.3

func NewReloadapiSdapiV1ReloadCheckpointPostInternalServerError() *ReloadapiSdapiV1ReloadCheckpointPostInternalServerError

NewReloadapiSdapiV1ReloadCheckpointPostInternalServerError creates a ReloadapiSdapiV1ReloadCheckpointPostInternalServerError with default headers values

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the reloadapi sdapi v1 reload checkpoint post internal server error response

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) Error ¶ added in v0.2.3

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this reloadapi sdapi v1 reload checkpoint post internal server error response has a 4xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this reloadapi sdapi v1 reload checkpoint post internal server error response a status code equal to that given

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this reloadapi sdapi v1 reload checkpoint post internal server error response has a 3xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this reloadapi sdapi v1 reload checkpoint post internal server error response has a 5xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this reloadapi sdapi v1 reload checkpoint post internal server error response has a 2xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostInternalServerError) String ¶ added in v0.2.3

type ReloadapiSdapiV1ReloadCheckpointPostOK ¶

type ReloadapiSdapiV1ReloadCheckpointPostOK struct {
	Payload interface{}
}

ReloadapiSdapiV1ReloadCheckpointPostOK describes a response with status code 200, with default header values.

Successful Response

func NewReloadapiSdapiV1ReloadCheckpointPostOK ¶

func NewReloadapiSdapiV1ReloadCheckpointPostOK() *ReloadapiSdapiV1ReloadCheckpointPostOK

NewReloadapiSdapiV1ReloadCheckpointPostOK creates a ReloadapiSdapiV1ReloadCheckpointPostOK with default headers values

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) Code ¶

Code gets the status code for the reloadapi sdapi v1 reload checkpoint post o k response

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) Error ¶

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) GetPayload ¶

func (o *ReloadapiSdapiV1ReloadCheckpointPostOK) GetPayload() interface{}

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) IsClientError ¶

func (o *ReloadapiSdapiV1ReloadCheckpointPostOK) IsClientError() bool

IsClientError returns true when this reloadapi sdapi v1 reload checkpoint post o k response has a 4xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) IsCode ¶

IsCode returns true when this reloadapi sdapi v1 reload checkpoint post o k response a status code equal to that given

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) IsRedirect ¶

IsRedirect returns true when this reloadapi sdapi v1 reload checkpoint post o k response has a 3xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) IsServerError ¶

func (o *ReloadapiSdapiV1ReloadCheckpointPostOK) IsServerError() bool

IsServerError returns true when this reloadapi sdapi v1 reload checkpoint post o k response has a 5xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) IsSuccess ¶

IsSuccess returns true when this reloadapi sdapi v1 reload checkpoint post o k response has a 2xx status code

func (*ReloadapiSdapiV1ReloadCheckpointPostOK) String ¶

type ReloadapiSdapiV1ReloadCheckpointPostParams ¶

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

ReloadapiSdapiV1ReloadCheckpointPostParams contains all the parameters to send to the API endpoint

for the reloadapi sdapi v1 reload checkpoint post operation.

Typically these are written to a http.Request.

func NewReloadapiSdapiV1ReloadCheckpointPostParams ¶

func NewReloadapiSdapiV1ReloadCheckpointPostParams() *ReloadapiSdapiV1ReloadCheckpointPostParams

NewReloadapiSdapiV1ReloadCheckpointPostParams creates a new ReloadapiSdapiV1ReloadCheckpointPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithContext ¶

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithContext(ctx context.Context) *ReloadapiSdapiV1ReloadCheckpointPostParams

NewReloadapiSdapiV1ReloadCheckpointPostParamsWithContext creates a new ReloadapiSdapiV1ReloadCheckpointPostParams object with the ability to set a context for a request.

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithHTTPClient ¶

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithHTTPClient(client *http.Client) *ReloadapiSdapiV1ReloadCheckpointPostParams

NewReloadapiSdapiV1ReloadCheckpointPostParamsWithHTTPClient creates a new ReloadapiSdapiV1ReloadCheckpointPostParams object with the ability to set a custom HTTPClient for a request.

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithTimeout ¶

func NewReloadapiSdapiV1ReloadCheckpointPostParamsWithTimeout(timeout time.Duration) *ReloadapiSdapiV1ReloadCheckpointPostParams

NewReloadapiSdapiV1ReloadCheckpointPostParamsWithTimeout creates a new ReloadapiSdapiV1ReloadCheckpointPostParams object with the ability to set a timeout on a request.

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) SetContext ¶

SetContext adds the context to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) SetDefaults ¶

SetDefaults hydrates default values in the reloadapi sdapi v1 reload checkpoint post params (not the query body).

All values with no default are reset to their zero value.

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) SetTimeout ¶

SetTimeout adds the timeout to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) WithContext ¶

WithContext adds the context to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) WithDefaults ¶

WithDefaults hydrates default values in the reloadapi sdapi v1 reload checkpoint post params (not the query body).

All values with no default are reset to their zero value.

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) WithTimeout ¶

WithTimeout adds the timeout to the reloadapi sdapi v1 reload checkpoint post params

func (*ReloadapiSdapiV1ReloadCheckpointPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ReloadapiSdapiV1ReloadCheckpointPostReader ¶

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

ReloadapiSdapiV1ReloadCheckpointPostReader is a Reader for the ReloadapiSdapiV1ReloadCheckpointPost structure.

func (*ReloadapiSdapiV1ReloadCheckpointPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RembgRemoveRembgPostInternalServerError ¶ added in v0.2.3

type RembgRemoveRembgPostInternalServerError struct {
	Payload *models.HTTPException
}

RembgRemoveRembgPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRembgRemoveRembgPostInternalServerError ¶ added in v0.2.3

func NewRembgRemoveRembgPostInternalServerError() *RembgRemoveRembgPostInternalServerError

NewRembgRemoveRembgPostInternalServerError creates a RembgRemoveRembgPostInternalServerError with default headers values

func (*RembgRemoveRembgPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the rembg remove rembg post internal server error response

func (*RembgRemoveRembgPostInternalServerError) Error ¶ added in v0.2.3

func (*RembgRemoveRembgPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RembgRemoveRembgPostInternalServerError) IsClientError ¶ added in v0.2.3

func (o *RembgRemoveRembgPostInternalServerError) IsClientError() bool

IsClientError returns true when this rembg remove rembg post internal server error response has a 4xx status code

func (*RembgRemoveRembgPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this rembg remove rembg post internal server error response a status code equal to that given

func (*RembgRemoveRembgPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this rembg remove rembg post internal server error response has a 3xx status code

func (*RembgRemoveRembgPostInternalServerError) IsServerError ¶ added in v0.2.3

func (o *RembgRemoveRembgPostInternalServerError) IsServerError() bool

IsServerError returns true when this rembg remove rembg post internal server error response has a 5xx status code

func (*RembgRemoveRembgPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this rembg remove rembg post internal server error response has a 2xx status code

func (*RembgRemoveRembgPostInternalServerError) String ¶ added in v0.2.3

type RembgRemoveRembgPostOK ¶

type RembgRemoveRembgPostOK struct {
	Payload interface{}
}

RembgRemoveRembgPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRembgRemoveRembgPostOK ¶

func NewRembgRemoveRembgPostOK() *RembgRemoveRembgPostOK

NewRembgRemoveRembgPostOK creates a RembgRemoveRembgPostOK with default headers values

func (*RembgRemoveRembgPostOK) Code ¶

func (o *RembgRemoveRembgPostOK) Code() int

Code gets the status code for the rembg remove rembg post o k response

func (*RembgRemoveRembgPostOK) Error ¶

func (o *RembgRemoveRembgPostOK) Error() string

func (*RembgRemoveRembgPostOK) GetPayload ¶

func (o *RembgRemoveRembgPostOK) GetPayload() interface{}

func (*RembgRemoveRembgPostOK) IsClientError ¶

func (o *RembgRemoveRembgPostOK) IsClientError() bool

IsClientError returns true when this rembg remove rembg post o k response has a 4xx status code

func (*RembgRemoveRembgPostOK) IsCode ¶

func (o *RembgRemoveRembgPostOK) IsCode(code int) bool

IsCode returns true when this rembg remove rembg post o k response a status code equal to that given

func (*RembgRemoveRembgPostOK) IsRedirect ¶

func (o *RembgRemoveRembgPostOK) IsRedirect() bool

IsRedirect returns true when this rembg remove rembg post o k response has a 3xx status code

func (*RembgRemoveRembgPostOK) IsServerError ¶

func (o *RembgRemoveRembgPostOK) IsServerError() bool

IsServerError returns true when this rembg remove rembg post o k response has a 5xx status code

func (*RembgRemoveRembgPostOK) IsSuccess ¶

func (o *RembgRemoveRembgPostOK) IsSuccess() bool

IsSuccess returns true when this rembg remove rembg post o k response has a 2xx status code

func (*RembgRemoveRembgPostOK) String ¶

func (o *RembgRemoveRembgPostOK) String() string

type RembgRemoveRembgPostParams ¶

type RembgRemoveRembgPostParams struct {

	// Body.
	Body *models.BodyRembgRemoveRembgPost

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

RembgRemoveRembgPostParams contains all the parameters to send to the API endpoint

for the rembg remove rembg post operation.

Typically these are written to a http.Request.

func NewRembgRemoveRembgPostParams ¶

func NewRembgRemoveRembgPostParams() *RembgRemoveRembgPostParams

NewRembgRemoveRembgPostParams creates a new RembgRemoveRembgPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRembgRemoveRembgPostParamsWithContext ¶

func NewRembgRemoveRembgPostParamsWithContext(ctx context.Context) *RembgRemoveRembgPostParams

NewRembgRemoveRembgPostParamsWithContext creates a new RembgRemoveRembgPostParams object with the ability to set a context for a request.

func NewRembgRemoveRembgPostParamsWithHTTPClient ¶

func NewRembgRemoveRembgPostParamsWithHTTPClient(client *http.Client) *RembgRemoveRembgPostParams

NewRembgRemoveRembgPostParamsWithHTTPClient creates a new RembgRemoveRembgPostParams object with the ability to set a custom HTTPClient for a request.

func NewRembgRemoveRembgPostParamsWithTimeout ¶

func NewRembgRemoveRembgPostParamsWithTimeout(timeout time.Duration) *RembgRemoveRembgPostParams

NewRembgRemoveRembgPostParamsWithTimeout creates a new RembgRemoveRembgPostParams object with the ability to set a timeout on a request.

func (*RembgRemoveRembgPostParams) SetBody ¶

SetBody adds the body to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) SetContext ¶

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

SetContext adds the context to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) SetDefaults ¶

func (o *RembgRemoveRembgPostParams) SetDefaults()

SetDefaults hydrates default values in the rembg remove rembg post params (not the query body).

All values with no default are reset to their zero value.

func (*RembgRemoveRembgPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) WithBody ¶

WithBody adds the body to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) WithContext ¶

WithContext adds the context to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) WithDefaults ¶

WithDefaults hydrates default values in the rembg remove rembg post params (not the query body).

All values with no default are reset to their zero value.

func (*RembgRemoveRembgPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) WithTimeout ¶

WithTimeout adds the timeout to the rembg remove rembg post params

func (*RembgRemoveRembgPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RembgRemoveRembgPostReader ¶

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

RembgRemoveRembgPostReader is a Reader for the RembgRemoveRembgPost structure.

func (*RembgRemoveRembgPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RembgRemoveRembgPostUnprocessableEntity ¶

type RembgRemoveRembgPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

RembgRemoveRembgPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewRembgRemoveRembgPostUnprocessableEntity ¶

func NewRembgRemoveRembgPostUnprocessableEntity() *RembgRemoveRembgPostUnprocessableEntity

NewRembgRemoveRembgPostUnprocessableEntity creates a RembgRemoveRembgPostUnprocessableEntity with default headers values

func (*RembgRemoveRembgPostUnprocessableEntity) Code ¶

Code gets the status code for the rembg remove rembg post unprocessable entity response

func (*RembgRemoveRembgPostUnprocessableEntity) Error ¶

func (*RembgRemoveRembgPostUnprocessableEntity) GetPayload ¶

func (*RembgRemoveRembgPostUnprocessableEntity) IsClientError ¶

func (o *RembgRemoveRembgPostUnprocessableEntity) IsClientError() bool

IsClientError returns true when this rembg remove rembg post unprocessable entity response has a 4xx status code

func (*RembgRemoveRembgPostUnprocessableEntity) IsCode ¶

IsCode returns true when this rembg remove rembg post unprocessable entity response a status code equal to that given

func (*RembgRemoveRembgPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this rembg remove rembg post unprocessable entity response has a 3xx status code

func (*RembgRemoveRembgPostUnprocessableEntity) IsServerError ¶

func (o *RembgRemoveRembgPostUnprocessableEntity) IsServerError() bool

IsServerError returns true when this rembg remove rembg post unprocessable entity response has a 5xx status code

func (*RembgRemoveRembgPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this rembg remove rembg post unprocessable entity response has a 2xx status code

func (*RembgRemoveRembgPostUnprocessableEntity) String ¶

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError ¶ added in v0.2.3

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError struct {
	Payload *models.HTTPException
}

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError ¶ added in v0.2.3

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError() *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError creates a RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError with default headers values

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) Error ¶ added in v0.2.3

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response has a 4xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response a status code equal to that given

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response has a 3xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response has a 5xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post internal server error response has a 2xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostInternalServerError) String ¶ added in v0.2.3

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK ¶

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK struct {
	Payload interface{}
}

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK() *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK creates a RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK with default headers values

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) Code ¶

Code gets the status code for the remove custom tag from img infinite image browsing db remove custom tag from img post o k response

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) Error ¶

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) GetPayload ¶

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) IsClientError ¶

IsClientError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post o k response has a 4xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) IsCode ¶

IsCode returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post o k response a status code equal to that given

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) IsRedirect ¶

IsRedirect returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post o k response has a 3xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) IsServerError ¶

IsServerError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post o k response has a 5xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) IsSuccess ¶

IsSuccess returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post o k response has a 2xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostOK) String ¶

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams ¶

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams struct {

	// Body.
	Body *models.RemoveCustomTagFromReq

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

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams contains all the parameters to send to the API endpoint

for the remove custom tag from img infinite image browsing db remove custom tag from img post operation.

Typically these are written to a http.Request.

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams() *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams creates a new RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithContext ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithContext(ctx context.Context) *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithContext creates a new RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams object with the ability to set a context for a request.

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithHTTPClient ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithHTTPClient(client *http.Client) *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithHTTPClient creates a new RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithTimeout ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithTimeout(timeout time.Duration) *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParamsWithTimeout creates a new RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams object with the ability to set a timeout on a request.

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) SetBody ¶

SetBody adds the body to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) SetContext ¶

SetContext adds the context to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) SetDefaults ¶

SetDefaults hydrates default values in the remove custom tag from img infinite image browsing db remove custom tag from img post params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) SetTimeout ¶

SetTimeout adds the timeout to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WithBody ¶

WithBody adds the body to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WithContext ¶

WithContext adds the context to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WithDefaults ¶

WithDefaults hydrates default values in the remove custom tag from img infinite image browsing db remove custom tag from img post params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WithTimeout ¶

WithTimeout adds the timeout to the remove custom tag from img infinite image browsing db remove custom tag from img post params

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostReader ¶

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

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostReader is a Reader for the RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPost structure.

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity ¶

type RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity ¶

func NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity() *RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity

NewRemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity creates a RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity with default headers values

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) Code ¶

Code gets the status code for the remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) Error ¶

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) GetPayload ¶

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response has a 4xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) IsCode ¶

IsCode returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response a status code equal to that given

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response has a 3xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response has a 5xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this remove custom tag from img infinite image browsing db remove custom tag from img post unprocessable entity response has a 2xx status code

func (*RemoveCustomTagFromImgInfiniteImageBrowsingDbRemoveCustomTagFromImgPostUnprocessableEntity) String ¶

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError ¶ added in v0.2.3

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError struct {
	Payload *models.HTTPException
}

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError ¶ added in v0.2.3

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError() *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError creates a RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError with default headers values

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the remove custom tag infinite image browsing db remove custom tag post internal server error response

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) Error ¶ added in v0.2.3

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this remove custom tag infinite image browsing db remove custom tag post internal server error response has a 4xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this remove custom tag infinite image browsing db remove custom tag post internal server error response a status code equal to that given

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this remove custom tag infinite image browsing db remove custom tag post internal server error response has a 3xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this remove custom tag infinite image browsing db remove custom tag post internal server error response has a 5xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this remove custom tag infinite image browsing db remove custom tag post internal server error response has a 2xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostInternalServerError) String ¶ added in v0.2.3

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK ¶

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK struct {
	Payload interface{}
}

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK describes a response with status code 200, with default header values.

Successful Response

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK() *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK creates a RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK with default headers values

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) Code ¶

Code gets the status code for the remove custom tag infinite image browsing db remove custom tag post o k response

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) Error ¶

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) GetPayload ¶

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) IsClientError ¶

IsClientError returns true when this remove custom tag infinite image browsing db remove custom tag post o k response has a 4xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) IsCode ¶

IsCode returns true when this remove custom tag infinite image browsing db remove custom tag post o k response a status code equal to that given

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) IsRedirect ¶

IsRedirect returns true when this remove custom tag infinite image browsing db remove custom tag post o k response has a 3xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) IsServerError ¶

IsServerError returns true when this remove custom tag infinite image browsing db remove custom tag post o k response has a 5xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) IsSuccess ¶

IsSuccess returns true when this remove custom tag infinite image browsing db remove custom tag post o k response has a 2xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostOK) String ¶

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams ¶

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams struct {

	// Body.
	Body *models.RemoveCustomTagReq

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

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams contains all the parameters to send to the API endpoint

for the remove custom tag infinite image browsing db remove custom tag post operation.

Typically these are written to a http.Request.

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams() *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams creates a new RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithContext ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithContext(ctx context.Context) *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithContext creates a new RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams object with the ability to set a context for a request.

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithHTTPClient ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithHTTPClient(client *http.Client) *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithHTTPClient creates a new RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithTimeout ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithTimeout(timeout time.Duration) *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParamsWithTimeout creates a new RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams object with the ability to set a timeout on a request.

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) SetBody ¶

SetBody adds the body to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) SetContext ¶

SetContext adds the context to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) SetDefaults ¶

SetDefaults hydrates default values in the remove custom tag infinite image browsing db remove custom tag post params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) SetTimeout ¶

SetTimeout adds the timeout to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WithBody ¶

WithBody adds the body to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WithContext ¶

WithContext adds the context to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WithDefaults ¶

WithDefaults hydrates default values in the remove custom tag infinite image browsing db remove custom tag post params (not the query body).

All values with no default are reset to their zero value.

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WithTimeout ¶

WithTimeout adds the timeout to the remove custom tag infinite image browsing db remove custom tag post params

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostReader ¶

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

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostReader is a Reader for the RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPost structure.

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity ¶

type RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity ¶

func NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity() *RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity

NewRemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity creates a RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity with default headers values

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) Code ¶

Code gets the status code for the remove custom tag infinite image browsing db remove custom tag post unprocessable entity response

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) Error ¶

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) GetPayload ¶

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this remove custom tag infinite image browsing db remove custom tag post unprocessable entity response has a 4xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) IsCode ¶

IsCode returns true when this remove custom tag infinite image browsing db remove custom tag post unprocessable entity response a status code equal to that given

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this remove custom tag infinite image browsing db remove custom tag post unprocessable entity response has a 3xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this remove custom tag infinite image browsing db remove custom tag post unprocessable entity response has a 5xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this remove custom tag infinite image browsing db remove custom tag post unprocessable entity response has a 2xx status code

func (*RemoveCustomTagInfiniteImageBrowsingDbRemoveCustomTagPostUnprocessableEntity) String ¶

type ResetIteratorResetPostInternalServerError ¶ added in v0.2.3

type ResetIteratorResetPostInternalServerError struct {
	Payload *models.HTTPException
}

ResetIteratorResetPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewResetIteratorResetPostInternalServerError ¶ added in v0.2.3

func NewResetIteratorResetPostInternalServerError() *ResetIteratorResetPostInternalServerError

NewResetIteratorResetPostInternalServerError creates a ResetIteratorResetPostInternalServerError with default headers values

func (*ResetIteratorResetPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the reset iterator reset post internal server error response

func (*ResetIteratorResetPostInternalServerError) Error ¶ added in v0.2.3

func (*ResetIteratorResetPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ResetIteratorResetPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this reset iterator reset post internal server error response has a 4xx status code

func (*ResetIteratorResetPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this reset iterator reset post internal server error response a status code equal to that given

func (*ResetIteratorResetPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this reset iterator reset post internal server error response has a 3xx status code

func (*ResetIteratorResetPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this reset iterator reset post internal server error response has a 5xx status code

func (*ResetIteratorResetPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this reset iterator reset post internal server error response has a 2xx status code

func (*ResetIteratorResetPostInternalServerError) String ¶ added in v0.2.3

type ResetIteratorResetPostOK ¶

type ResetIteratorResetPostOK struct {
	Payload interface{}
}

ResetIteratorResetPostOK describes a response with status code 200, with default header values.

Successful Response

func NewResetIteratorResetPostOK ¶

func NewResetIteratorResetPostOK() *ResetIteratorResetPostOK

NewResetIteratorResetPostOK creates a ResetIteratorResetPostOK with default headers values

func (*ResetIteratorResetPostOK) Code ¶

func (o *ResetIteratorResetPostOK) Code() int

Code gets the status code for the reset iterator reset post o k response

func (*ResetIteratorResetPostOK) Error ¶

func (o *ResetIteratorResetPostOK) Error() string

func (*ResetIteratorResetPostOK) GetPayload ¶

func (o *ResetIteratorResetPostOK) GetPayload() interface{}

func (*ResetIteratorResetPostOK) IsClientError ¶

func (o *ResetIteratorResetPostOK) IsClientError() bool

IsClientError returns true when this reset iterator reset post o k response has a 4xx status code

func (*ResetIteratorResetPostOK) IsCode ¶

func (o *ResetIteratorResetPostOK) IsCode(code int) bool

IsCode returns true when this reset iterator reset post o k response a status code equal to that given

func (*ResetIteratorResetPostOK) IsRedirect ¶

func (o *ResetIteratorResetPostOK) IsRedirect() bool

IsRedirect returns true when this reset iterator reset post o k response has a 3xx status code

func (*ResetIteratorResetPostOK) IsServerError ¶

func (o *ResetIteratorResetPostOK) IsServerError() bool

IsServerError returns true when this reset iterator reset post o k response has a 5xx status code

func (*ResetIteratorResetPostOK) IsSuccess ¶

func (o *ResetIteratorResetPostOK) IsSuccess() bool

IsSuccess returns true when this reset iterator reset post o k response has a 2xx status code

func (*ResetIteratorResetPostOK) String ¶

func (o *ResetIteratorResetPostOK) String() string

type ResetIteratorResetPostParams ¶

type ResetIteratorResetPostParams struct {

	// Body.
	Body *models.ResetBody

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

ResetIteratorResetPostParams contains all the parameters to send to the API endpoint

for the reset iterator reset post operation.

Typically these are written to a http.Request.

func NewResetIteratorResetPostParams ¶

func NewResetIteratorResetPostParams() *ResetIteratorResetPostParams

NewResetIteratorResetPostParams creates a new ResetIteratorResetPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewResetIteratorResetPostParamsWithContext ¶

func NewResetIteratorResetPostParamsWithContext(ctx context.Context) *ResetIteratorResetPostParams

NewResetIteratorResetPostParamsWithContext creates a new ResetIteratorResetPostParams object with the ability to set a context for a request.

func NewResetIteratorResetPostParamsWithHTTPClient ¶

func NewResetIteratorResetPostParamsWithHTTPClient(client *http.Client) *ResetIteratorResetPostParams

NewResetIteratorResetPostParamsWithHTTPClient creates a new ResetIteratorResetPostParams object with the ability to set a custom HTTPClient for a request.

func NewResetIteratorResetPostParamsWithTimeout ¶

func NewResetIteratorResetPostParamsWithTimeout(timeout time.Duration) *ResetIteratorResetPostParams

NewResetIteratorResetPostParamsWithTimeout creates a new ResetIteratorResetPostParams object with the ability to set a timeout on a request.

func (*ResetIteratorResetPostParams) SetBody ¶

func (o *ResetIteratorResetPostParams) SetBody(body *models.ResetBody)

SetBody adds the body to the reset iterator reset post params

func (*ResetIteratorResetPostParams) SetContext ¶

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

SetContext adds the context to the reset iterator reset post params

func (*ResetIteratorResetPostParams) SetDefaults ¶

func (o *ResetIteratorResetPostParams) SetDefaults()

SetDefaults hydrates default values in the reset iterator reset post params (not the query body).

All values with no default are reset to their zero value.

func (*ResetIteratorResetPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the reset iterator reset post params

func (*ResetIteratorResetPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the reset iterator reset post params

func (*ResetIteratorResetPostParams) WithBody ¶

WithBody adds the body to the reset iterator reset post params

func (*ResetIteratorResetPostParams) WithContext ¶

WithContext adds the context to the reset iterator reset post params

func (*ResetIteratorResetPostParams) WithDefaults ¶

WithDefaults hydrates default values in the reset iterator reset post params (not the query body).

All values with no default are reset to their zero value.

func (*ResetIteratorResetPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the reset iterator reset post params

func (*ResetIteratorResetPostParams) WithTimeout ¶

WithTimeout adds the timeout to the reset iterator reset post params

func (*ResetIteratorResetPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ResetIteratorResetPostReader ¶

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

ResetIteratorResetPostReader is a Reader for the ResetIteratorResetPost structure.

func (*ResetIteratorResetPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ResetIteratorResetPostUnprocessableEntity ¶

type ResetIteratorResetPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ResetIteratorResetPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewResetIteratorResetPostUnprocessableEntity ¶

func NewResetIteratorResetPostUnprocessableEntity() *ResetIteratorResetPostUnprocessableEntity

NewResetIteratorResetPostUnprocessableEntity creates a ResetIteratorResetPostUnprocessableEntity with default headers values

func (*ResetIteratorResetPostUnprocessableEntity) Code ¶

Code gets the status code for the reset iterator reset post unprocessable entity response

func (*ResetIteratorResetPostUnprocessableEntity) Error ¶

func (*ResetIteratorResetPostUnprocessableEntity) GetPayload ¶

func (*ResetIteratorResetPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this reset iterator reset post unprocessable entity response has a 4xx status code

func (*ResetIteratorResetPostUnprocessableEntity) IsCode ¶

IsCode returns true when this reset iterator reset post unprocessable entity response a status code equal to that given

func (*ResetIteratorResetPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this reset iterator reset post unprocessable entity response has a 3xx status code

func (*ResetIteratorResetPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this reset iterator reset post unprocessable entity response has a 5xx status code

func (*ResetIteratorResetPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this reset iterator reset post unprocessable entity response has a 2xx status code

func (*ResetIteratorResetPostUnprocessableEntity) String ¶

type ReverseProxyProxyURLPathGetOK ¶

type ReverseProxyProxyURLPathGetOK struct {
	Payload interface{}
}

ReverseProxyProxyURLPathGetOK describes a response with status code 200, with default header values.

Successful Response

func NewReverseProxyProxyURLPathGetOK ¶

func NewReverseProxyProxyURLPathGetOK() *ReverseProxyProxyURLPathGetOK

NewReverseProxyProxyURLPathGetOK creates a ReverseProxyProxyURLPathGetOK with default headers values

func (*ReverseProxyProxyURLPathGetOK) Code ¶

Code gets the status code for the reverse proxy proxy Url path get o k response

func (*ReverseProxyProxyURLPathGetOK) Error ¶

func (*ReverseProxyProxyURLPathGetOK) GetPayload ¶

func (o *ReverseProxyProxyURLPathGetOK) GetPayload() interface{}

func (*ReverseProxyProxyURLPathGetOK) IsClientError ¶

func (o *ReverseProxyProxyURLPathGetOK) IsClientError() bool

IsClientError returns true when this reverse proxy proxy Url path get o k response has a 4xx status code

func (*ReverseProxyProxyURLPathGetOK) IsCode ¶

func (o *ReverseProxyProxyURLPathGetOK) IsCode(code int) bool

IsCode returns true when this reverse proxy proxy Url path get o k response a status code equal to that given

func (*ReverseProxyProxyURLPathGetOK) IsRedirect ¶

func (o *ReverseProxyProxyURLPathGetOK) IsRedirect() bool

IsRedirect returns true when this reverse proxy proxy Url path get o k response has a 3xx status code

func (*ReverseProxyProxyURLPathGetOK) IsServerError ¶

func (o *ReverseProxyProxyURLPathGetOK) IsServerError() bool

IsServerError returns true when this reverse proxy proxy Url path get o k response has a 5xx status code

func (*ReverseProxyProxyURLPathGetOK) IsSuccess ¶

func (o *ReverseProxyProxyURLPathGetOK) IsSuccess() bool

IsSuccess returns true when this reverse proxy proxy Url path get o k response has a 2xx status code

func (*ReverseProxyProxyURLPathGetOK) String ¶

type ReverseProxyProxyURLPathGetParams ¶

type ReverseProxyProxyURLPathGetParams struct {

	// URLPath.
	URLPath string

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

ReverseProxyProxyURLPathGetParams contains all the parameters to send to the API endpoint

for the reverse proxy proxy url path get operation.

Typically these are written to a http.Request.

func NewReverseProxyProxyURLPathGetParams ¶

func NewReverseProxyProxyURLPathGetParams() *ReverseProxyProxyURLPathGetParams

NewReverseProxyProxyURLPathGetParams creates a new ReverseProxyProxyURLPathGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReverseProxyProxyURLPathGetParamsWithContext ¶

func NewReverseProxyProxyURLPathGetParamsWithContext(ctx context.Context) *ReverseProxyProxyURLPathGetParams

NewReverseProxyProxyURLPathGetParamsWithContext creates a new ReverseProxyProxyURLPathGetParams object with the ability to set a context for a request.

func NewReverseProxyProxyURLPathGetParamsWithHTTPClient ¶

func NewReverseProxyProxyURLPathGetParamsWithHTTPClient(client *http.Client) *ReverseProxyProxyURLPathGetParams

NewReverseProxyProxyURLPathGetParamsWithHTTPClient creates a new ReverseProxyProxyURLPathGetParams object with the ability to set a custom HTTPClient for a request.

func NewReverseProxyProxyURLPathGetParamsWithTimeout ¶

func NewReverseProxyProxyURLPathGetParamsWithTimeout(timeout time.Duration) *ReverseProxyProxyURLPathGetParams

NewReverseProxyProxyURLPathGetParamsWithTimeout creates a new ReverseProxyProxyURLPathGetParams object with the ability to set a timeout on a request.

func (*ReverseProxyProxyURLPathGetParams) SetContext ¶

SetContext adds the context to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) SetDefaults ¶

func (o *ReverseProxyProxyURLPathGetParams) SetDefaults()

SetDefaults hydrates default values in the reverse proxy proxy url path get params (not the query body).

All values with no default are reset to their zero value.

func (*ReverseProxyProxyURLPathGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) SetURLPath ¶

func (o *ReverseProxyProxyURLPathGetParams) SetURLPath(uRLPath string)

SetURLPath adds the urlPath to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) WithContext ¶

WithContext adds the context to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) WithDefaults ¶

WithDefaults hydrates default values in the reverse proxy proxy url path get params (not the query body).

All values with no default are reset to their zero value.

func (*ReverseProxyProxyURLPathGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) WithTimeout ¶

WithTimeout adds the timeout to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) WithURLPath ¶

WithURLPath adds the uRLPath to the reverse proxy proxy url path get params

func (*ReverseProxyProxyURLPathGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ReverseProxyProxyURLPathGetReader ¶

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

ReverseProxyProxyURLPathGetReader is a Reader for the ReverseProxyProxyURLPathGet structure.

func (*ReverseProxyProxyURLPathGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ReverseProxyProxyURLPathGetUnprocessableEntity ¶

type ReverseProxyProxyURLPathGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ReverseProxyProxyURLPathGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewReverseProxyProxyURLPathGetUnprocessableEntity ¶

func NewReverseProxyProxyURLPathGetUnprocessableEntity() *ReverseProxyProxyURLPathGetUnprocessableEntity

NewReverseProxyProxyURLPathGetUnprocessableEntity creates a ReverseProxyProxyURLPathGetUnprocessableEntity with default headers values

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) Code ¶

Code gets the status code for the reverse proxy proxy Url path get unprocessable entity response

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) Error ¶

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) GetPayload ¶

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this reverse proxy proxy Url path get unprocessable entity response has a 4xx status code

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) IsCode ¶

IsCode returns true when this reverse proxy proxy Url path get unprocessable entity response a status code equal to that given

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this reverse proxy proxy Url path get unprocessable entity response has a 3xx status code

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this reverse proxy proxy Url path get unprocessable entity response has a 5xx status code

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this reverse proxy proxy Url path get unprocessable entity response has a 2xx status code

func (*ReverseProxyProxyURLPathGetUnprocessableEntity) String ¶

type ReverseProxyProxyURLPathHeadOK ¶

type ReverseProxyProxyURLPathHeadOK struct {
	Payload interface{}
}

ReverseProxyProxyURLPathHeadOK describes a response with status code 200, with default header values.

Successful Response

func NewReverseProxyProxyURLPathHeadOK ¶

func NewReverseProxyProxyURLPathHeadOK() *ReverseProxyProxyURLPathHeadOK

NewReverseProxyProxyURLPathHeadOK creates a ReverseProxyProxyURLPathHeadOK with default headers values

func (*ReverseProxyProxyURLPathHeadOK) Code ¶

Code gets the status code for the reverse proxy proxy Url path head o k response

func (*ReverseProxyProxyURLPathHeadOK) Error ¶

func (*ReverseProxyProxyURLPathHeadOK) GetPayload ¶

func (o *ReverseProxyProxyURLPathHeadOK) GetPayload() interface{}

func (*ReverseProxyProxyURLPathHeadOK) IsClientError ¶

func (o *ReverseProxyProxyURLPathHeadOK) IsClientError() bool

IsClientError returns true when this reverse proxy proxy Url path head o k response has a 4xx status code

func (*ReverseProxyProxyURLPathHeadOK) IsCode ¶

func (o *ReverseProxyProxyURLPathHeadOK) IsCode(code int) bool

IsCode returns true when this reverse proxy proxy Url path head o k response a status code equal to that given

func (*ReverseProxyProxyURLPathHeadOK) IsRedirect ¶

func (o *ReverseProxyProxyURLPathHeadOK) IsRedirect() bool

IsRedirect returns true when this reverse proxy proxy Url path head o k response has a 3xx status code

func (*ReverseProxyProxyURLPathHeadOK) IsServerError ¶

func (o *ReverseProxyProxyURLPathHeadOK) IsServerError() bool

IsServerError returns true when this reverse proxy proxy Url path head o k response has a 5xx status code

func (*ReverseProxyProxyURLPathHeadOK) IsSuccess ¶

func (o *ReverseProxyProxyURLPathHeadOK) IsSuccess() bool

IsSuccess returns true when this reverse proxy proxy Url path head o k response has a 2xx status code

func (*ReverseProxyProxyURLPathHeadOK) String ¶

type ReverseProxyProxyURLPathHeadParams ¶

type ReverseProxyProxyURLPathHeadParams struct {

	// URLPath.
	URLPath string

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

ReverseProxyProxyURLPathHeadParams contains all the parameters to send to the API endpoint

for the reverse proxy proxy url path head operation.

Typically these are written to a http.Request.

func NewReverseProxyProxyURLPathHeadParams ¶

func NewReverseProxyProxyURLPathHeadParams() *ReverseProxyProxyURLPathHeadParams

NewReverseProxyProxyURLPathHeadParams creates a new ReverseProxyProxyURLPathHeadParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReverseProxyProxyURLPathHeadParamsWithContext ¶

func NewReverseProxyProxyURLPathHeadParamsWithContext(ctx context.Context) *ReverseProxyProxyURLPathHeadParams

NewReverseProxyProxyURLPathHeadParamsWithContext creates a new ReverseProxyProxyURLPathHeadParams object with the ability to set a context for a request.

func NewReverseProxyProxyURLPathHeadParamsWithHTTPClient ¶

func NewReverseProxyProxyURLPathHeadParamsWithHTTPClient(client *http.Client) *ReverseProxyProxyURLPathHeadParams

NewReverseProxyProxyURLPathHeadParamsWithHTTPClient creates a new ReverseProxyProxyURLPathHeadParams object with the ability to set a custom HTTPClient for a request.

func NewReverseProxyProxyURLPathHeadParamsWithTimeout ¶

func NewReverseProxyProxyURLPathHeadParamsWithTimeout(timeout time.Duration) *ReverseProxyProxyURLPathHeadParams

NewReverseProxyProxyURLPathHeadParamsWithTimeout creates a new ReverseProxyProxyURLPathHeadParams object with the ability to set a timeout on a request.

func (*ReverseProxyProxyURLPathHeadParams) SetContext ¶

SetContext adds the context to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) SetDefaults ¶

func (o *ReverseProxyProxyURLPathHeadParams) SetDefaults()

SetDefaults hydrates default values in the reverse proxy proxy url path head params (not the query body).

All values with no default are reset to their zero value.

func (*ReverseProxyProxyURLPathHeadParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) SetTimeout ¶

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

SetTimeout adds the timeout to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) SetURLPath ¶

func (o *ReverseProxyProxyURLPathHeadParams) SetURLPath(uRLPath string)

SetURLPath adds the urlPath to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) WithContext ¶

WithContext adds the context to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) WithDefaults ¶

WithDefaults hydrates default values in the reverse proxy proxy url path head params (not the query body).

All values with no default are reset to their zero value.

func (*ReverseProxyProxyURLPathHeadParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) WithTimeout ¶

WithTimeout adds the timeout to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) WithURLPath ¶

WithURLPath adds the uRLPath to the reverse proxy proxy url path head params

func (*ReverseProxyProxyURLPathHeadParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ReverseProxyProxyURLPathHeadReader ¶

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

ReverseProxyProxyURLPathHeadReader is a Reader for the ReverseProxyProxyURLPathHead structure.

func (*ReverseProxyProxyURLPathHeadReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ReverseProxyProxyURLPathHeadUnprocessableEntity ¶

type ReverseProxyProxyURLPathHeadUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ReverseProxyProxyURLPathHeadUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewReverseProxyProxyURLPathHeadUnprocessableEntity ¶

func NewReverseProxyProxyURLPathHeadUnprocessableEntity() *ReverseProxyProxyURLPathHeadUnprocessableEntity

NewReverseProxyProxyURLPathHeadUnprocessableEntity creates a ReverseProxyProxyURLPathHeadUnprocessableEntity with default headers values

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) Code ¶

Code gets the status code for the reverse proxy proxy Url path head unprocessable entity response

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) Error ¶

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) GetPayload ¶

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) IsClientError ¶

IsClientError returns true when this reverse proxy proxy Url path head unprocessable entity response has a 4xx status code

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) IsCode ¶

IsCode returns true when this reverse proxy proxy Url path head unprocessable entity response a status code equal to that given

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this reverse proxy proxy Url path head unprocessable entity response has a 3xx status code

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) IsServerError ¶

IsServerError returns true when this reverse proxy proxy Url path head unprocessable entity response has a 5xx status code

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this reverse proxy proxy Url path head unprocessable entity response has a 2xx status code

func (*ReverseProxyProxyURLPathHeadUnprocessableEntity) String ¶

type RobotsTxtRobotsTxtGetOK ¶

type RobotsTxtRobotsTxtGetOK struct {
	Payload string
}

RobotsTxtRobotsTxtGetOK describes a response with status code 200, with default header values.

Successful Response

func NewRobotsTxtRobotsTxtGetOK ¶

func NewRobotsTxtRobotsTxtGetOK() *RobotsTxtRobotsTxtGetOK

NewRobotsTxtRobotsTxtGetOK creates a RobotsTxtRobotsTxtGetOK with default headers values

func (*RobotsTxtRobotsTxtGetOK) Code ¶

func (o *RobotsTxtRobotsTxtGetOK) Code() int

Code gets the status code for the robots txt robots txt get o k response

func (*RobotsTxtRobotsTxtGetOK) Error ¶

func (o *RobotsTxtRobotsTxtGetOK) Error() string

func (*RobotsTxtRobotsTxtGetOK) GetPayload ¶

func (o *RobotsTxtRobotsTxtGetOK) GetPayload() string

func (*RobotsTxtRobotsTxtGetOK) IsClientError ¶

func (o *RobotsTxtRobotsTxtGetOK) IsClientError() bool

IsClientError returns true when this robots txt robots txt get o k response has a 4xx status code

func (*RobotsTxtRobotsTxtGetOK) IsCode ¶

func (o *RobotsTxtRobotsTxtGetOK) IsCode(code int) bool

IsCode returns true when this robots txt robots txt get o k response a status code equal to that given

func (*RobotsTxtRobotsTxtGetOK) IsRedirect ¶

func (o *RobotsTxtRobotsTxtGetOK) IsRedirect() bool

IsRedirect returns true when this robots txt robots txt get o k response has a 3xx status code

func (*RobotsTxtRobotsTxtGetOK) IsServerError ¶

func (o *RobotsTxtRobotsTxtGetOK) IsServerError() bool

IsServerError returns true when this robots txt robots txt get o k response has a 5xx status code

func (*RobotsTxtRobotsTxtGetOK) IsSuccess ¶

func (o *RobotsTxtRobotsTxtGetOK) IsSuccess() bool

IsSuccess returns true when this robots txt robots txt get o k response has a 2xx status code

func (*RobotsTxtRobotsTxtGetOK) String ¶

func (o *RobotsTxtRobotsTxtGetOK) String() string

type RobotsTxtRobotsTxtGetParams ¶

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

RobotsTxtRobotsTxtGetParams contains all the parameters to send to the API endpoint

for the robots txt robots txt get operation.

Typically these are written to a http.Request.

func NewRobotsTxtRobotsTxtGetParams ¶

func NewRobotsTxtRobotsTxtGetParams() *RobotsTxtRobotsTxtGetParams

NewRobotsTxtRobotsTxtGetParams creates a new RobotsTxtRobotsTxtGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRobotsTxtRobotsTxtGetParamsWithContext ¶

func NewRobotsTxtRobotsTxtGetParamsWithContext(ctx context.Context) *RobotsTxtRobotsTxtGetParams

NewRobotsTxtRobotsTxtGetParamsWithContext creates a new RobotsTxtRobotsTxtGetParams object with the ability to set a context for a request.

func NewRobotsTxtRobotsTxtGetParamsWithHTTPClient ¶

func NewRobotsTxtRobotsTxtGetParamsWithHTTPClient(client *http.Client) *RobotsTxtRobotsTxtGetParams

NewRobotsTxtRobotsTxtGetParamsWithHTTPClient creates a new RobotsTxtRobotsTxtGetParams object with the ability to set a custom HTTPClient for a request.

func NewRobotsTxtRobotsTxtGetParamsWithTimeout ¶

func NewRobotsTxtRobotsTxtGetParamsWithTimeout(timeout time.Duration) *RobotsTxtRobotsTxtGetParams

NewRobotsTxtRobotsTxtGetParamsWithTimeout creates a new RobotsTxtRobotsTxtGetParams object with the ability to set a timeout on a request.

func (*RobotsTxtRobotsTxtGetParams) SetContext ¶

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

SetContext adds the context to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) SetDefaults ¶

func (o *RobotsTxtRobotsTxtGetParams) SetDefaults()

SetDefaults hydrates default values in the robots txt robots txt get params (not the query body).

All values with no default are reset to their zero value.

func (*RobotsTxtRobotsTxtGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) WithContext ¶

WithContext adds the context to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) WithDefaults ¶

WithDefaults hydrates default values in the robots txt robots txt get params (not the query body).

All values with no default are reset to their zero value.

func (*RobotsTxtRobotsTxtGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) WithTimeout ¶

WithTimeout adds the timeout to the robots txt robots txt get params

func (*RobotsTxtRobotsTxtGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type RobotsTxtRobotsTxtGetReader ¶

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

RobotsTxtRobotsTxtGetReader is a Reader for the RobotsTxtRobotsTxtGet structure.

func (*RobotsTxtRobotsTxtGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type RoopImageRoopImagePostInternalServerError ¶ added in v0.3.0

type RoopImageRoopImagePostInternalServerError struct {
	Payload *models.HTTPException
}

RoopImageRoopImagePostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewRoopImageRoopImagePostInternalServerError ¶ added in v0.3.0

func NewRoopImageRoopImagePostInternalServerError() *RoopImageRoopImagePostInternalServerError

NewRoopImageRoopImagePostInternalServerError creates a RoopImageRoopImagePostInternalServerError with default headers values

func (*RoopImageRoopImagePostInternalServerError) Code ¶ added in v0.3.0

Code gets the status code for the roop image roop image post internal server error response

func (*RoopImageRoopImagePostInternalServerError) Error ¶ added in v0.3.0

func (*RoopImageRoopImagePostInternalServerError) GetPayload ¶ added in v0.3.0

func (*RoopImageRoopImagePostInternalServerError) IsClientError ¶ added in v0.3.0

IsClientError returns true when this roop image roop image post internal server error response has a 4xx status code

func (*RoopImageRoopImagePostInternalServerError) IsCode ¶ added in v0.3.0

IsCode returns true when this roop image roop image post internal server error response a status code equal to that given

func (*RoopImageRoopImagePostInternalServerError) IsRedirect ¶ added in v0.3.0

IsRedirect returns true when this roop image roop image post internal server error response has a 3xx status code

func (*RoopImageRoopImagePostInternalServerError) IsServerError ¶ added in v0.3.0

IsServerError returns true when this roop image roop image post internal server error response has a 5xx status code

func (*RoopImageRoopImagePostInternalServerError) IsSuccess ¶ added in v0.3.0

IsSuccess returns true when this roop image roop image post internal server error response has a 2xx status code

func (*RoopImageRoopImagePostInternalServerError) String ¶ added in v0.3.0

type RoopImageRoopImagePostOK ¶ added in v0.3.0

type RoopImageRoopImagePostOK struct {
	Payload interface{}
}

RoopImageRoopImagePostOK describes a response with status code 200, with default header values.

Successful Response

func NewRoopImageRoopImagePostOK ¶ added in v0.3.0

func NewRoopImageRoopImagePostOK() *RoopImageRoopImagePostOK

NewRoopImageRoopImagePostOK creates a RoopImageRoopImagePostOK with default headers values

func (*RoopImageRoopImagePostOK) Code ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) Code() int

Code gets the status code for the roop image roop image post o k response

func (*RoopImageRoopImagePostOK) Error ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) Error() string

func (*RoopImageRoopImagePostOK) GetPayload ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) GetPayload() interface{}

func (*RoopImageRoopImagePostOK) IsClientError ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) IsClientError() bool

IsClientError returns true when this roop image roop image post o k response has a 4xx status code

func (*RoopImageRoopImagePostOK) IsCode ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) IsCode(code int) bool

IsCode returns true when this roop image roop image post o k response a status code equal to that given

func (*RoopImageRoopImagePostOK) IsRedirect ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) IsRedirect() bool

IsRedirect returns true when this roop image roop image post o k response has a 3xx status code

func (*RoopImageRoopImagePostOK) IsServerError ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) IsServerError() bool

IsServerError returns true when this roop image roop image post o k response has a 5xx status code

func (*RoopImageRoopImagePostOK) IsSuccess ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) IsSuccess() bool

IsSuccess returns true when this roop image roop image post o k response has a 2xx status code

func (*RoopImageRoopImagePostOK) String ¶ added in v0.3.0

func (o *RoopImageRoopImagePostOK) String() string

type RoopImageRoopImagePostParams ¶ added in v0.3.0

type RoopImageRoopImagePostParams struct {

	// Body.
	Body *models.BodyRoopImageRoopImagePost

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

RoopImageRoopImagePostParams contains all the parameters to send to the API endpoint

for the roop image roop image post operation.

Typically these are written to a http.Request.

func NewRoopImageRoopImagePostParams ¶ added in v0.3.0

func NewRoopImageRoopImagePostParams() *RoopImageRoopImagePostParams

NewRoopImageRoopImagePostParams creates a new RoopImageRoopImagePostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRoopImageRoopImagePostParamsWithContext ¶ added in v0.3.0

func NewRoopImageRoopImagePostParamsWithContext(ctx context.Context) *RoopImageRoopImagePostParams

NewRoopImageRoopImagePostParamsWithContext creates a new RoopImageRoopImagePostParams object with the ability to set a context for a request.

func NewRoopImageRoopImagePostParamsWithHTTPClient ¶ added in v0.3.0

func NewRoopImageRoopImagePostParamsWithHTTPClient(client *http.Client) *RoopImageRoopImagePostParams

NewRoopImageRoopImagePostParamsWithHTTPClient creates a new RoopImageRoopImagePostParams object with the ability to set a custom HTTPClient for a request.

func NewRoopImageRoopImagePostParamsWithTimeout ¶ added in v0.3.0

func NewRoopImageRoopImagePostParamsWithTimeout(timeout time.Duration) *RoopImageRoopImagePostParams

NewRoopImageRoopImagePostParamsWithTimeout creates a new RoopImageRoopImagePostParams object with the ability to set a timeout on a request.

func (*RoopImageRoopImagePostParams) SetBody ¶ added in v0.3.0

SetBody adds the body to the roop image roop image post params

func (*RoopImageRoopImagePostParams) SetContext ¶ added in v0.3.0

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

SetContext adds the context to the roop image roop image post params

func (*RoopImageRoopImagePostParams) SetDefaults ¶ added in v0.3.0

func (o *RoopImageRoopImagePostParams) SetDefaults()

SetDefaults hydrates default values in the roop image roop image post params (not the query body).

All values with no default are reset to their zero value.

func (*RoopImageRoopImagePostParams) SetHTTPClient ¶ added in v0.3.0

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

SetHTTPClient adds the HTTPClient to the roop image roop image post params

func (*RoopImageRoopImagePostParams) SetTimeout ¶ added in v0.3.0

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

SetTimeout adds the timeout to the roop image roop image post params

func (*RoopImageRoopImagePostParams) WithBody ¶ added in v0.3.0

WithBody adds the body to the roop image roop image post params

func (*RoopImageRoopImagePostParams) WithContext ¶ added in v0.3.0

WithContext adds the context to the roop image roop image post params

func (*RoopImageRoopImagePostParams) WithDefaults ¶ added in v0.3.0

WithDefaults hydrates default values in the roop image roop image post params (not the query body).

All values with no default are reset to their zero value.

func (*RoopImageRoopImagePostParams) WithHTTPClient ¶ added in v0.3.0

WithHTTPClient adds the HTTPClient to the roop image roop image post params

func (*RoopImageRoopImagePostParams) WithTimeout ¶ added in v0.3.0

WithTimeout adds the timeout to the roop image roop image post params

func (*RoopImageRoopImagePostParams) WriteToRequest ¶ added in v0.3.0

WriteToRequest writes these params to a swagger request

type RoopImageRoopImagePostReader ¶ added in v0.3.0

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

RoopImageRoopImagePostReader is a Reader for the RoopImageRoopImagePost structure.

func (*RoopImageRoopImagePostReader) ReadResponse ¶ added in v0.3.0

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

ReadResponse reads a server response into the received o.

type RoopImageRoopImagePostUnprocessableEntity ¶ added in v0.3.0

type RoopImageRoopImagePostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

RoopImageRoopImagePostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewRoopImageRoopImagePostUnprocessableEntity ¶ added in v0.3.0

func NewRoopImageRoopImagePostUnprocessableEntity() *RoopImageRoopImagePostUnprocessableEntity

NewRoopImageRoopImagePostUnprocessableEntity creates a RoopImageRoopImagePostUnprocessableEntity with default headers values

func (*RoopImageRoopImagePostUnprocessableEntity) Code ¶ added in v0.3.0

Code gets the status code for the roop image roop image post unprocessable entity response

func (*RoopImageRoopImagePostUnprocessableEntity) Error ¶ added in v0.3.0

func (*RoopImageRoopImagePostUnprocessableEntity) GetPayload ¶ added in v0.3.0

func (*RoopImageRoopImagePostUnprocessableEntity) IsClientError ¶ added in v0.3.0

IsClientError returns true when this roop image roop image post unprocessable entity response has a 4xx status code

func (*RoopImageRoopImagePostUnprocessableEntity) IsCode ¶ added in v0.3.0

IsCode returns true when this roop image roop image post unprocessable entity response a status code equal to that given

func (*RoopImageRoopImagePostUnprocessableEntity) IsRedirect ¶ added in v0.3.0

IsRedirect returns true when this roop image roop image post unprocessable entity response has a 3xx status code

func (*RoopImageRoopImagePostUnprocessableEntity) IsServerError ¶ added in v0.3.0

IsServerError returns true when this roop image roop image post unprocessable entity response has a 5xx status code

func (*RoopImageRoopImagePostUnprocessableEntity) IsSuccess ¶ added in v0.3.0

IsSuccess returns true when this roop image roop image post unprocessable entity response has a 2xx status code

func (*RoopImageRoopImagePostUnprocessableEntity) String ¶ added in v0.3.0

type RoopModelsRoopModelsGetOK ¶ added in v0.3.0

type RoopModelsRoopModelsGetOK struct {
	Payload interface{}
}

RoopModelsRoopModelsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewRoopModelsRoopModelsGetOK ¶ added in v0.3.0

func NewRoopModelsRoopModelsGetOK() *RoopModelsRoopModelsGetOK

NewRoopModelsRoopModelsGetOK creates a RoopModelsRoopModelsGetOK with default headers values

func (*RoopModelsRoopModelsGetOK) Code ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) Code() int

Code gets the status code for the roop models roop models get o k response

func (*RoopModelsRoopModelsGetOK) Error ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) Error() string

func (*RoopModelsRoopModelsGetOK) GetPayload ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) GetPayload() interface{}

func (*RoopModelsRoopModelsGetOK) IsClientError ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) IsClientError() bool

IsClientError returns true when this roop models roop models get o k response has a 4xx status code

func (*RoopModelsRoopModelsGetOK) IsCode ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) IsCode(code int) bool

IsCode returns true when this roop models roop models get o k response a status code equal to that given

func (*RoopModelsRoopModelsGetOK) IsRedirect ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) IsRedirect() bool

IsRedirect returns true when this roop models roop models get o k response has a 3xx status code

func (*RoopModelsRoopModelsGetOK) IsServerError ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) IsServerError() bool

IsServerError returns true when this roop models roop models get o k response has a 5xx status code

func (*RoopModelsRoopModelsGetOK) IsSuccess ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) IsSuccess() bool

IsSuccess returns true when this roop models roop models get o k response has a 2xx status code

func (*RoopModelsRoopModelsGetOK) String ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetOK) String() string

type RoopModelsRoopModelsGetParams ¶ added in v0.3.0

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

RoopModelsRoopModelsGetParams contains all the parameters to send to the API endpoint

for the roop models roop models get operation.

Typically these are written to a http.Request.

func NewRoopModelsRoopModelsGetParams ¶ added in v0.3.0

func NewRoopModelsRoopModelsGetParams() *RoopModelsRoopModelsGetParams

NewRoopModelsRoopModelsGetParams creates a new RoopModelsRoopModelsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewRoopModelsRoopModelsGetParamsWithContext ¶ added in v0.3.0

func NewRoopModelsRoopModelsGetParamsWithContext(ctx context.Context) *RoopModelsRoopModelsGetParams

NewRoopModelsRoopModelsGetParamsWithContext creates a new RoopModelsRoopModelsGetParams object with the ability to set a context for a request.

func NewRoopModelsRoopModelsGetParamsWithHTTPClient ¶ added in v0.3.0

func NewRoopModelsRoopModelsGetParamsWithHTTPClient(client *http.Client) *RoopModelsRoopModelsGetParams

NewRoopModelsRoopModelsGetParamsWithHTTPClient creates a new RoopModelsRoopModelsGetParams object with the ability to set a custom HTTPClient for a request.

func NewRoopModelsRoopModelsGetParamsWithTimeout ¶ added in v0.3.0

func NewRoopModelsRoopModelsGetParamsWithTimeout(timeout time.Duration) *RoopModelsRoopModelsGetParams

NewRoopModelsRoopModelsGetParamsWithTimeout creates a new RoopModelsRoopModelsGetParams object with the ability to set a timeout on a request.

func (*RoopModelsRoopModelsGetParams) SetContext ¶ added in v0.3.0

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

SetContext adds the context to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) SetDefaults ¶ added in v0.3.0

func (o *RoopModelsRoopModelsGetParams) SetDefaults()

SetDefaults hydrates default values in the roop models roop models get params (not the query body).

All values with no default are reset to their zero value.

func (*RoopModelsRoopModelsGetParams) SetHTTPClient ¶ added in v0.3.0

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

SetHTTPClient adds the HTTPClient to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) SetTimeout ¶ added in v0.3.0

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

SetTimeout adds the timeout to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) WithContext ¶ added in v0.3.0

WithContext adds the context to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) WithDefaults ¶ added in v0.3.0

WithDefaults hydrates default values in the roop models roop models get params (not the query body).

All values with no default are reset to their zero value.

func (*RoopModelsRoopModelsGetParams) WithHTTPClient ¶ added in v0.3.0

WithHTTPClient adds the HTTPClient to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) WithTimeout ¶ added in v0.3.0

WithTimeout adds the timeout to the roop models roop models get params

func (*RoopModelsRoopModelsGetParams) WriteToRequest ¶ added in v0.3.0

WriteToRequest writes these params to a swagger request

type RoopModelsRoopModelsGetReader ¶ added in v0.3.0

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

RoopModelsRoopModelsGetReader is a Reader for the RoopModelsRoopModelsGet structure.

func (*RoopModelsRoopModelsGetReader) ReadResponse ¶ added in v0.3.0

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

ReadResponse reads a server response into the received o.

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK ¶

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK struct {
	Payload interface{}
}

SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK describes a response with status code 200, with default header values.

Successful Response

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK() *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK creates a SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK with default headers values

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) Code ¶

Code gets the status code for the search by substr infinite image browsing db search by substr get o k response

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) Error ¶

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) GetPayload ¶

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) IsClientError ¶

IsClientError returns true when this search by substr infinite image browsing db search by substr get o k response has a 4xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) IsCode ¶

IsCode returns true when this search by substr infinite image browsing db search by substr get o k response a status code equal to that given

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) IsRedirect ¶

IsRedirect returns true when this search by substr infinite image browsing db search by substr get o k response has a 3xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) IsServerError ¶

IsServerError returns true when this search by substr infinite image browsing db search by substr get o k response has a 5xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) IsSuccess ¶

IsSuccess returns true when this search by substr infinite image browsing db search by substr get o k response has a 2xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetOK) String ¶

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams ¶

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams struct {

	// Substr.
	Substr string

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

SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams contains all the parameters to send to the API endpoint

for the search by substr infinite image browsing db search by substr get operation.

Typically these are written to a http.Request.

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams() *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams creates a new SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithContext ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithContext(ctx context.Context) *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithContext creates a new SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams object with the ability to set a context for a request.

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithHTTPClient ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithHTTPClient(client *http.Client) *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithHTTPClient creates a new SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams object with the ability to set a custom HTTPClient for a request.

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithTimeout ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithTimeout(timeout time.Duration) *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParamsWithTimeout creates a new SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams object with the ability to set a timeout on a request.

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) SetContext ¶

SetContext adds the context to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) SetDefaults ¶

SetDefaults hydrates default values in the search by substr infinite image browsing db search by substr get params (not the query body).

All values with no default are reset to their zero value.

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) SetSubstr ¶

SetSubstr adds the substr to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) SetTimeout ¶

SetTimeout adds the timeout to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WithContext ¶

WithContext adds the context to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WithDefaults ¶

WithDefaults hydrates default values in the search by substr infinite image browsing db search by substr get params (not the query body).

All values with no default are reset to their zero value.

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WithSubstr ¶

WithSubstr adds the substr to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WithTimeout ¶

WithTimeout adds the timeout to the search by substr infinite image browsing db search by substr get params

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetReader ¶

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

SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetReader is a Reader for the SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGet structure.

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity ¶

type SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity ¶

func NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity() *SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity

NewSearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity creates a SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity with default headers values

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) Code ¶

Code gets the status code for the search by substr infinite image browsing db search by substr get unprocessable entity response

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) Error ¶

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) GetPayload ¶

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this search by substr infinite image browsing db search by substr get unprocessable entity response has a 4xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) IsCode ¶

IsCode returns true when this search by substr infinite image browsing db search by substr get unprocessable entity response a status code equal to that given

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this search by substr infinite image browsing db search by substr get unprocessable entity response has a 3xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this search by substr infinite image browsing db search by substr get unprocessable entity response has a 5xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this search by substr infinite image browsing db search by substr get unprocessable entity response has a 2xx status code

func (*SearchBySubstrInfiniteImageBrowsingDbSearchBySubstrGetUnprocessableEntity) String ¶

type SetConfigSdapiV1OptionsPostInternalServerError ¶ added in v0.2.3

type SetConfigSdapiV1OptionsPostInternalServerError struct {
	Payload *models.HTTPException
}

SetConfigSdapiV1OptionsPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewSetConfigSdapiV1OptionsPostInternalServerError ¶ added in v0.2.3

func NewSetConfigSdapiV1OptionsPostInternalServerError() *SetConfigSdapiV1OptionsPostInternalServerError

NewSetConfigSdapiV1OptionsPostInternalServerError creates a SetConfigSdapiV1OptionsPostInternalServerError with default headers values

func (*SetConfigSdapiV1OptionsPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the set config sdapi v1 options post internal server error response

func (*SetConfigSdapiV1OptionsPostInternalServerError) Error ¶ added in v0.2.3

func (*SetConfigSdapiV1OptionsPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*SetConfigSdapiV1OptionsPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this set config sdapi v1 options post internal server error response has a 4xx status code

func (*SetConfigSdapiV1OptionsPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this set config sdapi v1 options post internal server error response a status code equal to that given

func (*SetConfigSdapiV1OptionsPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this set config sdapi v1 options post internal server error response has a 3xx status code

func (*SetConfigSdapiV1OptionsPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this set config sdapi v1 options post internal server error response has a 5xx status code

func (*SetConfigSdapiV1OptionsPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this set config sdapi v1 options post internal server error response has a 2xx status code

func (*SetConfigSdapiV1OptionsPostInternalServerError) String ¶ added in v0.2.3

type SetConfigSdapiV1OptionsPostOK ¶

type SetConfigSdapiV1OptionsPostOK struct {
	Payload interface{}
}

SetConfigSdapiV1OptionsPostOK describes a response with status code 200, with default header values.

Successful Response

func NewSetConfigSdapiV1OptionsPostOK ¶

func NewSetConfigSdapiV1OptionsPostOK() *SetConfigSdapiV1OptionsPostOK

NewSetConfigSdapiV1OptionsPostOK creates a SetConfigSdapiV1OptionsPostOK with default headers values

func (*SetConfigSdapiV1OptionsPostOK) Code ¶

Code gets the status code for the set config sdapi v1 options post o k response

func (*SetConfigSdapiV1OptionsPostOK) Error ¶

func (*SetConfigSdapiV1OptionsPostOK) GetPayload ¶

func (o *SetConfigSdapiV1OptionsPostOK) GetPayload() interface{}

func (*SetConfigSdapiV1OptionsPostOK) IsClientError ¶

func (o *SetConfigSdapiV1OptionsPostOK) IsClientError() bool

IsClientError returns true when this set config sdapi v1 options post o k response has a 4xx status code

func (*SetConfigSdapiV1OptionsPostOK) IsCode ¶

func (o *SetConfigSdapiV1OptionsPostOK) IsCode(code int) bool

IsCode returns true when this set config sdapi v1 options post o k response a status code equal to that given

func (*SetConfigSdapiV1OptionsPostOK) IsRedirect ¶

func (o *SetConfigSdapiV1OptionsPostOK) IsRedirect() bool

IsRedirect returns true when this set config sdapi v1 options post o k response has a 3xx status code

func (*SetConfigSdapiV1OptionsPostOK) IsServerError ¶

func (o *SetConfigSdapiV1OptionsPostOK) IsServerError() bool

IsServerError returns true when this set config sdapi v1 options post o k response has a 5xx status code

func (*SetConfigSdapiV1OptionsPostOK) IsSuccess ¶

func (o *SetConfigSdapiV1OptionsPostOK) IsSuccess() bool

IsSuccess returns true when this set config sdapi v1 options post o k response has a 2xx status code

func (*SetConfigSdapiV1OptionsPostOK) String ¶

type SetConfigSdapiV1OptionsPostParams ¶

type SetConfigSdapiV1OptionsPostParams struct {

	// Body.
	Body interface{}

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

SetConfigSdapiV1OptionsPostParams contains all the parameters to send to the API endpoint

for the set config sdapi v1 options post operation.

Typically these are written to a http.Request.

func NewSetConfigSdapiV1OptionsPostParams ¶

func NewSetConfigSdapiV1OptionsPostParams() *SetConfigSdapiV1OptionsPostParams

NewSetConfigSdapiV1OptionsPostParams creates a new SetConfigSdapiV1OptionsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSetConfigSdapiV1OptionsPostParamsWithContext ¶

func NewSetConfigSdapiV1OptionsPostParamsWithContext(ctx context.Context) *SetConfigSdapiV1OptionsPostParams

NewSetConfigSdapiV1OptionsPostParamsWithContext creates a new SetConfigSdapiV1OptionsPostParams object with the ability to set a context for a request.

func NewSetConfigSdapiV1OptionsPostParamsWithHTTPClient ¶

func NewSetConfigSdapiV1OptionsPostParamsWithHTTPClient(client *http.Client) *SetConfigSdapiV1OptionsPostParams

NewSetConfigSdapiV1OptionsPostParamsWithHTTPClient creates a new SetConfigSdapiV1OptionsPostParams object with the ability to set a custom HTTPClient for a request.

func NewSetConfigSdapiV1OptionsPostParamsWithTimeout ¶

func NewSetConfigSdapiV1OptionsPostParamsWithTimeout(timeout time.Duration) *SetConfigSdapiV1OptionsPostParams

NewSetConfigSdapiV1OptionsPostParamsWithTimeout creates a new SetConfigSdapiV1OptionsPostParams object with the ability to set a timeout on a request.

func (*SetConfigSdapiV1OptionsPostParams) SetBody ¶

func (o *SetConfigSdapiV1OptionsPostParams) SetBody(body interface{})

SetBody adds the body to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) SetContext ¶

SetContext adds the context to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) SetDefaults ¶

func (o *SetConfigSdapiV1OptionsPostParams) SetDefaults()

SetDefaults hydrates default values in the set config sdapi v1 options post params (not the query body).

All values with no default are reset to their zero value.

func (*SetConfigSdapiV1OptionsPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) WithBody ¶

WithBody adds the body to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) WithContext ¶

WithContext adds the context to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) WithDefaults ¶

WithDefaults hydrates default values in the set config sdapi v1 options post params (not the query body).

All values with no default are reset to their zero value.

func (*SetConfigSdapiV1OptionsPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) WithTimeout ¶

WithTimeout adds the timeout to the set config sdapi v1 options post params

func (*SetConfigSdapiV1OptionsPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type SetConfigSdapiV1OptionsPostReader ¶

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

SetConfigSdapiV1OptionsPostReader is a Reader for the SetConfigSdapiV1OptionsPost structure.

func (*SetConfigSdapiV1OptionsPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type SetConfigSdapiV1OptionsPostUnprocessableEntity ¶

type SetConfigSdapiV1OptionsPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

SetConfigSdapiV1OptionsPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewSetConfigSdapiV1OptionsPostUnprocessableEntity ¶

func NewSetConfigSdapiV1OptionsPostUnprocessableEntity() *SetConfigSdapiV1OptionsPostUnprocessableEntity

NewSetConfigSdapiV1OptionsPostUnprocessableEntity creates a SetConfigSdapiV1OptionsPostUnprocessableEntity with default headers values

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) Code ¶

Code gets the status code for the set config sdapi v1 options post unprocessable entity response

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) Error ¶

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) GetPayload ¶

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this set config sdapi v1 options post unprocessable entity response has a 4xx status code

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) IsCode ¶

IsCode returns true when this set config sdapi v1 options post unprocessable entity response a status code equal to that given

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this set config sdapi v1 options post unprocessable entity response has a 3xx status code

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this set config sdapi v1 options post unprocessable entity response has a 5xx status code

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this set config sdapi v1 options post unprocessable entity response has a 2xx status code

func (*SetConfigSdapiV1OptionsPostUnprocessableEntity) String ¶

type SettingsControlnetSettingsGetOK ¶

type SettingsControlnetSettingsGetOK struct {
	Payload interface{}
}

SettingsControlnetSettingsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewSettingsControlnetSettingsGetOK ¶

func NewSettingsControlnetSettingsGetOK() *SettingsControlnetSettingsGetOK

NewSettingsControlnetSettingsGetOK creates a SettingsControlnetSettingsGetOK with default headers values

func (*SettingsControlnetSettingsGetOK) Code ¶

Code gets the status code for the settings controlnet settings get o k response

func (*SettingsControlnetSettingsGetOK) Error ¶

func (*SettingsControlnetSettingsGetOK) GetPayload ¶

func (o *SettingsControlnetSettingsGetOK) GetPayload() interface{}

func (*SettingsControlnetSettingsGetOK) IsClientError ¶

func (o *SettingsControlnetSettingsGetOK) IsClientError() bool

IsClientError returns true when this settings controlnet settings get o k response has a 4xx status code

func (*SettingsControlnetSettingsGetOK) IsCode ¶

func (o *SettingsControlnetSettingsGetOK) IsCode(code int) bool

IsCode returns true when this settings controlnet settings get o k response a status code equal to that given

func (*SettingsControlnetSettingsGetOK) IsRedirect ¶

func (o *SettingsControlnetSettingsGetOK) IsRedirect() bool

IsRedirect returns true when this settings controlnet settings get o k response has a 3xx status code

func (*SettingsControlnetSettingsGetOK) IsServerError ¶

func (o *SettingsControlnetSettingsGetOK) IsServerError() bool

IsServerError returns true when this settings controlnet settings get o k response has a 5xx status code

func (*SettingsControlnetSettingsGetOK) IsSuccess ¶

func (o *SettingsControlnetSettingsGetOK) IsSuccess() bool

IsSuccess returns true when this settings controlnet settings get o k response has a 2xx status code

func (*SettingsControlnetSettingsGetOK) String ¶

type SettingsControlnetSettingsGetParams ¶

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

SettingsControlnetSettingsGetParams contains all the parameters to send to the API endpoint

for the settings controlnet settings get operation.

Typically these are written to a http.Request.

func NewSettingsControlnetSettingsGetParams ¶

func NewSettingsControlnetSettingsGetParams() *SettingsControlnetSettingsGetParams

NewSettingsControlnetSettingsGetParams creates a new SettingsControlnetSettingsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSettingsControlnetSettingsGetParamsWithContext ¶

func NewSettingsControlnetSettingsGetParamsWithContext(ctx context.Context) *SettingsControlnetSettingsGetParams

NewSettingsControlnetSettingsGetParamsWithContext creates a new SettingsControlnetSettingsGetParams object with the ability to set a context for a request.

func NewSettingsControlnetSettingsGetParamsWithHTTPClient ¶

func NewSettingsControlnetSettingsGetParamsWithHTTPClient(client *http.Client) *SettingsControlnetSettingsGetParams

NewSettingsControlnetSettingsGetParamsWithHTTPClient creates a new SettingsControlnetSettingsGetParams object with the ability to set a custom HTTPClient for a request.

func NewSettingsControlnetSettingsGetParamsWithTimeout ¶

func NewSettingsControlnetSettingsGetParamsWithTimeout(timeout time.Duration) *SettingsControlnetSettingsGetParams

NewSettingsControlnetSettingsGetParamsWithTimeout creates a new SettingsControlnetSettingsGetParams object with the ability to set a timeout on a request.

func (*SettingsControlnetSettingsGetParams) SetContext ¶

SetContext adds the context to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) SetDefaults ¶

func (o *SettingsControlnetSettingsGetParams) SetDefaults()

SetDefaults hydrates default values in the settings controlnet settings get params (not the query body).

All values with no default are reset to their zero value.

func (*SettingsControlnetSettingsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) WithContext ¶

WithContext adds the context to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the settings controlnet settings get params (not the query body).

All values with no default are reset to their zero value.

func (*SettingsControlnetSettingsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the settings controlnet settings get params

func (*SettingsControlnetSettingsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type SettingsControlnetSettingsGetReader ¶

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

SettingsControlnetSettingsGetReader is a Reader for the SettingsControlnetSettingsGet structure.

func (*SettingsControlnetSettingsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError ¶ added in v0.2.3

type ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError struct {
	Payload *models.HTTPException
}

ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError ¶ added in v0.2.3

func NewShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError() *ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError

NewShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError creates a ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError with default headers values

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the shutdown app infinite image browsing shutdown post internal server error response

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) Error ¶ added in v0.2.3

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this shutdown app infinite image browsing shutdown post internal server error response has a 4xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this shutdown app infinite image browsing shutdown post internal server error response a status code equal to that given

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this shutdown app infinite image browsing shutdown post internal server error response has a 3xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this shutdown app infinite image browsing shutdown post internal server error response has a 5xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this shutdown app infinite image browsing shutdown post internal server error response has a 2xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostInternalServerError) String ¶ added in v0.2.3

type ShutdownAppInfiniteImageBrowsingShutdownPostOK ¶

type ShutdownAppInfiniteImageBrowsingShutdownPostOK struct {
	Payload interface{}
}

ShutdownAppInfiniteImageBrowsingShutdownPostOK describes a response with status code 200, with default header values.

Successful Response

func NewShutdownAppInfiniteImageBrowsingShutdownPostOK ¶

func NewShutdownAppInfiniteImageBrowsingShutdownPostOK() *ShutdownAppInfiniteImageBrowsingShutdownPostOK

NewShutdownAppInfiniteImageBrowsingShutdownPostOK creates a ShutdownAppInfiniteImageBrowsingShutdownPostOK with default headers values

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) Code ¶

Code gets the status code for the shutdown app infinite image browsing shutdown post o k response

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) Error ¶

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) GetPayload ¶

func (o *ShutdownAppInfiniteImageBrowsingShutdownPostOK) GetPayload() interface{}

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) IsClientError ¶

IsClientError returns true when this shutdown app infinite image browsing shutdown post o k response has a 4xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) IsCode ¶

IsCode returns true when this shutdown app infinite image browsing shutdown post o k response a status code equal to that given

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) IsRedirect ¶

IsRedirect returns true when this shutdown app infinite image browsing shutdown post o k response has a 3xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) IsServerError ¶

IsServerError returns true when this shutdown app infinite image browsing shutdown post o k response has a 5xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) IsSuccess ¶

IsSuccess returns true when this shutdown app infinite image browsing shutdown post o k response has a 2xx status code

func (*ShutdownAppInfiniteImageBrowsingShutdownPostOK) String ¶

type ShutdownAppInfiniteImageBrowsingShutdownPostParams ¶

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

ShutdownAppInfiniteImageBrowsingShutdownPostParams contains all the parameters to send to the API endpoint

for the shutdown app infinite image browsing shutdown post operation.

Typically these are written to a http.Request.

func NewShutdownAppInfiniteImageBrowsingShutdownPostParams ¶

func NewShutdownAppInfiniteImageBrowsingShutdownPostParams() *ShutdownAppInfiniteImageBrowsingShutdownPostParams

NewShutdownAppInfiniteImageBrowsingShutdownPostParams creates a new ShutdownAppInfiniteImageBrowsingShutdownPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithContext ¶

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithContext(ctx context.Context) *ShutdownAppInfiniteImageBrowsingShutdownPostParams

NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithContext creates a new ShutdownAppInfiniteImageBrowsingShutdownPostParams object with the ability to set a context for a request.

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithHTTPClient ¶

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithHTTPClient(client *http.Client) *ShutdownAppInfiniteImageBrowsingShutdownPostParams

NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithHTTPClient creates a new ShutdownAppInfiniteImageBrowsingShutdownPostParams object with the ability to set a custom HTTPClient for a request.

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithTimeout ¶

func NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithTimeout(timeout time.Duration) *ShutdownAppInfiniteImageBrowsingShutdownPostParams

NewShutdownAppInfiniteImageBrowsingShutdownPostParamsWithTimeout creates a new ShutdownAppInfiniteImageBrowsingShutdownPostParams object with the ability to set a timeout on a request.

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) SetContext ¶

SetContext adds the context to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) SetDefaults ¶

SetDefaults hydrates default values in the shutdown app infinite image browsing shutdown post params (not the query body).

All values with no default are reset to their zero value.

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) SetTimeout ¶

SetTimeout adds the timeout to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) WithContext ¶

WithContext adds the context to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) WithDefaults ¶

WithDefaults hydrates default values in the shutdown app infinite image browsing shutdown post params (not the query body).

All values with no default are reset to their zero value.

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) WithTimeout ¶

WithTimeout adds the timeout to the shutdown app infinite image browsing shutdown post params

func (*ShutdownAppInfiniteImageBrowsingShutdownPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ShutdownAppInfiniteImageBrowsingShutdownPostReader ¶

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

ShutdownAppInfiniteImageBrowsingShutdownPostReader is a Reader for the ShutdownAppInfiniteImageBrowsingShutdownPost structure.

func (*ShutdownAppInfiniteImageBrowsingShutdownPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type SkipSdapiV1SkipPostInternalServerError ¶ added in v0.2.3

type SkipSdapiV1SkipPostInternalServerError struct {
	Payload *models.HTTPException
}

SkipSdapiV1SkipPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewSkipSdapiV1SkipPostInternalServerError ¶ added in v0.2.3

func NewSkipSdapiV1SkipPostInternalServerError() *SkipSdapiV1SkipPostInternalServerError

NewSkipSdapiV1SkipPostInternalServerError creates a SkipSdapiV1SkipPostInternalServerError with default headers values

func (*SkipSdapiV1SkipPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the skip sdapi v1 skip post internal server error response

func (*SkipSdapiV1SkipPostInternalServerError) Error ¶ added in v0.2.3

func (*SkipSdapiV1SkipPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*SkipSdapiV1SkipPostInternalServerError) IsClientError ¶ added in v0.2.3

func (o *SkipSdapiV1SkipPostInternalServerError) IsClientError() bool

IsClientError returns true when this skip sdapi v1 skip post internal server error response has a 4xx status code

func (*SkipSdapiV1SkipPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this skip sdapi v1 skip post internal server error response a status code equal to that given

func (*SkipSdapiV1SkipPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this skip sdapi v1 skip post internal server error response has a 3xx status code

func (*SkipSdapiV1SkipPostInternalServerError) IsServerError ¶ added in v0.2.3

func (o *SkipSdapiV1SkipPostInternalServerError) IsServerError() bool

IsServerError returns true when this skip sdapi v1 skip post internal server error response has a 5xx status code

func (*SkipSdapiV1SkipPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this skip sdapi v1 skip post internal server error response has a 2xx status code

func (*SkipSdapiV1SkipPostInternalServerError) String ¶ added in v0.2.3

type SkipSdapiV1SkipPostOK ¶

type SkipSdapiV1SkipPostOK struct {
	Payload interface{}
}

SkipSdapiV1SkipPostOK describes a response with status code 200, with default header values.

Successful Response

func NewSkipSdapiV1SkipPostOK ¶

func NewSkipSdapiV1SkipPostOK() *SkipSdapiV1SkipPostOK

NewSkipSdapiV1SkipPostOK creates a SkipSdapiV1SkipPostOK with default headers values

func (*SkipSdapiV1SkipPostOK) Code ¶

func (o *SkipSdapiV1SkipPostOK) Code() int

Code gets the status code for the skip sdapi v1 skip post o k response

func (*SkipSdapiV1SkipPostOK) Error ¶

func (o *SkipSdapiV1SkipPostOK) Error() string

func (*SkipSdapiV1SkipPostOK) GetPayload ¶

func (o *SkipSdapiV1SkipPostOK) GetPayload() interface{}

func (*SkipSdapiV1SkipPostOK) IsClientError ¶

func (o *SkipSdapiV1SkipPostOK) IsClientError() bool

IsClientError returns true when this skip sdapi v1 skip post o k response has a 4xx status code

func (*SkipSdapiV1SkipPostOK) IsCode ¶

func (o *SkipSdapiV1SkipPostOK) IsCode(code int) bool

IsCode returns true when this skip sdapi v1 skip post o k response a status code equal to that given

func (*SkipSdapiV1SkipPostOK) IsRedirect ¶

func (o *SkipSdapiV1SkipPostOK) IsRedirect() bool

IsRedirect returns true when this skip sdapi v1 skip post o k response has a 3xx status code

func (*SkipSdapiV1SkipPostOK) IsServerError ¶

func (o *SkipSdapiV1SkipPostOK) IsServerError() bool

IsServerError returns true when this skip sdapi v1 skip post o k response has a 5xx status code

func (*SkipSdapiV1SkipPostOK) IsSuccess ¶

func (o *SkipSdapiV1SkipPostOK) IsSuccess() bool

IsSuccess returns true when this skip sdapi v1 skip post o k response has a 2xx status code

func (*SkipSdapiV1SkipPostOK) String ¶

func (o *SkipSdapiV1SkipPostOK) String() string

type SkipSdapiV1SkipPostParams ¶

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

SkipSdapiV1SkipPostParams contains all the parameters to send to the API endpoint

for the skip sdapi v1 skip post operation.

Typically these are written to a http.Request.

func NewSkipSdapiV1SkipPostParams ¶

func NewSkipSdapiV1SkipPostParams() *SkipSdapiV1SkipPostParams

NewSkipSdapiV1SkipPostParams creates a new SkipSdapiV1SkipPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewSkipSdapiV1SkipPostParamsWithContext ¶

func NewSkipSdapiV1SkipPostParamsWithContext(ctx context.Context) *SkipSdapiV1SkipPostParams

NewSkipSdapiV1SkipPostParamsWithContext creates a new SkipSdapiV1SkipPostParams object with the ability to set a context for a request.

func NewSkipSdapiV1SkipPostParamsWithHTTPClient ¶

func NewSkipSdapiV1SkipPostParamsWithHTTPClient(client *http.Client) *SkipSdapiV1SkipPostParams

NewSkipSdapiV1SkipPostParamsWithHTTPClient creates a new SkipSdapiV1SkipPostParams object with the ability to set a custom HTTPClient for a request.

func NewSkipSdapiV1SkipPostParamsWithTimeout ¶

func NewSkipSdapiV1SkipPostParamsWithTimeout(timeout time.Duration) *SkipSdapiV1SkipPostParams

NewSkipSdapiV1SkipPostParamsWithTimeout creates a new SkipSdapiV1SkipPostParams object with the ability to set a timeout on a request.

func (*SkipSdapiV1SkipPostParams) SetContext ¶

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

SetContext adds the context to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) SetDefaults ¶

func (o *SkipSdapiV1SkipPostParams) SetDefaults()

SetDefaults hydrates default values in the skip sdapi v1 skip post params (not the query body).

All values with no default are reset to their zero value.

func (*SkipSdapiV1SkipPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) WithContext ¶

WithContext adds the context to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) WithDefaults ¶

WithDefaults hydrates default values in the skip sdapi v1 skip post params (not the query body).

All values with no default are reset to their zero value.

func (*SkipSdapiV1SkipPostParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) WithTimeout ¶

WithTimeout adds the timeout to the skip sdapi v1 skip post params

func (*SkipSdapiV1SkipPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type SkipSdapiV1SkipPostReader ¶

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

SkipSdapiV1SkipPostReader is a Reader for the SkipSdapiV1SkipPost structure.

func (*SkipSdapiV1SkipPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type StartupEventsStartupEventsGetOK ¶

type StartupEventsStartupEventsGetOK struct {
	Payload interface{}
}

StartupEventsStartupEventsGetOK describes a response with status code 200, with default header values.

Successful Response

func NewStartupEventsStartupEventsGetOK ¶

func NewStartupEventsStartupEventsGetOK() *StartupEventsStartupEventsGetOK

NewStartupEventsStartupEventsGetOK creates a StartupEventsStartupEventsGetOK with default headers values

func (*StartupEventsStartupEventsGetOK) Code ¶

Code gets the status code for the startup events startup events get o k response

func (*StartupEventsStartupEventsGetOK) Error ¶

func (*StartupEventsStartupEventsGetOK) GetPayload ¶

func (o *StartupEventsStartupEventsGetOK) GetPayload() interface{}

func (*StartupEventsStartupEventsGetOK) IsClientError ¶

func (o *StartupEventsStartupEventsGetOK) IsClientError() bool

IsClientError returns true when this startup events startup events get o k response has a 4xx status code

func (*StartupEventsStartupEventsGetOK) IsCode ¶

func (o *StartupEventsStartupEventsGetOK) IsCode(code int) bool

IsCode returns true when this startup events startup events get o k response a status code equal to that given

func (*StartupEventsStartupEventsGetOK) IsRedirect ¶

func (o *StartupEventsStartupEventsGetOK) IsRedirect() bool

IsRedirect returns true when this startup events startup events get o k response has a 3xx status code

func (*StartupEventsStartupEventsGetOK) IsServerError ¶

func (o *StartupEventsStartupEventsGetOK) IsServerError() bool

IsServerError returns true when this startup events startup events get o k response has a 5xx status code

func (*StartupEventsStartupEventsGetOK) IsSuccess ¶

func (o *StartupEventsStartupEventsGetOK) IsSuccess() bool

IsSuccess returns true when this startup events startup events get o k response has a 2xx status code

func (*StartupEventsStartupEventsGetOK) String ¶

type StartupEventsStartupEventsGetParams ¶

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

StartupEventsStartupEventsGetParams contains all the parameters to send to the API endpoint

for the startup events startup events get operation.

Typically these are written to a http.Request.

func NewStartupEventsStartupEventsGetParams ¶

func NewStartupEventsStartupEventsGetParams() *StartupEventsStartupEventsGetParams

NewStartupEventsStartupEventsGetParams creates a new StartupEventsStartupEventsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStartupEventsStartupEventsGetParamsWithContext ¶

func NewStartupEventsStartupEventsGetParamsWithContext(ctx context.Context) *StartupEventsStartupEventsGetParams

NewStartupEventsStartupEventsGetParamsWithContext creates a new StartupEventsStartupEventsGetParams object with the ability to set a context for a request.

func NewStartupEventsStartupEventsGetParamsWithHTTPClient ¶

func NewStartupEventsStartupEventsGetParamsWithHTTPClient(client *http.Client) *StartupEventsStartupEventsGetParams

NewStartupEventsStartupEventsGetParamsWithHTTPClient creates a new StartupEventsStartupEventsGetParams object with the ability to set a custom HTTPClient for a request.

func NewStartupEventsStartupEventsGetParamsWithTimeout ¶

func NewStartupEventsStartupEventsGetParamsWithTimeout(timeout time.Duration) *StartupEventsStartupEventsGetParams

NewStartupEventsStartupEventsGetParamsWithTimeout creates a new StartupEventsStartupEventsGetParams object with the ability to set a timeout on a request.

func (*StartupEventsStartupEventsGetParams) SetContext ¶

SetContext adds the context to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) SetDefaults ¶

func (o *StartupEventsStartupEventsGetParams) SetDefaults()

SetDefaults hydrates default values in the startup events startup events get params (not the query body).

All values with no default are reset to their zero value.

func (*StartupEventsStartupEventsGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) WithContext ¶

WithContext adds the context to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) WithDefaults ¶

WithDefaults hydrates default values in the startup events startup events get params (not the query body).

All values with no default are reset to their zero value.

func (*StartupEventsStartupEventsGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) WithTimeout ¶

WithTimeout adds the timeout to the startup events startup events get params

func (*StartupEventsStartupEventsGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type StartupEventsStartupEventsGetReader ¶

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

StartupEventsStartupEventsGetReader is a Reader for the StartupEventsStartupEventsGet structure.

func (*StartupEventsStartupEventsGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type StaticResourceStaticPathGetOK ¶

type StaticResourceStaticPathGetOK struct {
	Payload interface{}
}

StaticResourceStaticPathGetOK describes a response with status code 200, with default header values.

Successful Response

func NewStaticResourceStaticPathGetOK ¶

func NewStaticResourceStaticPathGetOK() *StaticResourceStaticPathGetOK

NewStaticResourceStaticPathGetOK creates a StaticResourceStaticPathGetOK with default headers values

func (*StaticResourceStaticPathGetOK) Code ¶

Code gets the status code for the static resource static path get o k response

func (*StaticResourceStaticPathGetOK) Error ¶

func (*StaticResourceStaticPathGetOK) GetPayload ¶

func (o *StaticResourceStaticPathGetOK) GetPayload() interface{}

func (*StaticResourceStaticPathGetOK) IsClientError ¶

func (o *StaticResourceStaticPathGetOK) IsClientError() bool

IsClientError returns true when this static resource static path get o k response has a 4xx status code

func (*StaticResourceStaticPathGetOK) IsCode ¶

func (o *StaticResourceStaticPathGetOK) IsCode(code int) bool

IsCode returns true when this static resource static path get o k response a status code equal to that given

func (*StaticResourceStaticPathGetOK) IsRedirect ¶

func (o *StaticResourceStaticPathGetOK) IsRedirect() bool

IsRedirect returns true when this static resource static path get o k response has a 3xx status code

func (*StaticResourceStaticPathGetOK) IsServerError ¶

func (o *StaticResourceStaticPathGetOK) IsServerError() bool

IsServerError returns true when this static resource static path get o k response has a 5xx status code

func (*StaticResourceStaticPathGetOK) IsSuccess ¶

func (o *StaticResourceStaticPathGetOK) IsSuccess() bool

IsSuccess returns true when this static resource static path get o k response has a 2xx status code

func (*StaticResourceStaticPathGetOK) String ¶

type StaticResourceStaticPathGetParams ¶

type StaticResourceStaticPathGetParams struct {

	// Path.
	Path string

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

StaticResourceStaticPathGetParams contains all the parameters to send to the API endpoint

for the static resource static path get operation.

Typically these are written to a http.Request.

func NewStaticResourceStaticPathGetParams ¶

func NewStaticResourceStaticPathGetParams() *StaticResourceStaticPathGetParams

NewStaticResourceStaticPathGetParams creates a new StaticResourceStaticPathGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewStaticResourceStaticPathGetParamsWithContext ¶

func NewStaticResourceStaticPathGetParamsWithContext(ctx context.Context) *StaticResourceStaticPathGetParams

NewStaticResourceStaticPathGetParamsWithContext creates a new StaticResourceStaticPathGetParams object with the ability to set a context for a request.

func NewStaticResourceStaticPathGetParamsWithHTTPClient ¶

func NewStaticResourceStaticPathGetParamsWithHTTPClient(client *http.Client) *StaticResourceStaticPathGetParams

NewStaticResourceStaticPathGetParamsWithHTTPClient creates a new StaticResourceStaticPathGetParams object with the ability to set a custom HTTPClient for a request.

func NewStaticResourceStaticPathGetParamsWithTimeout ¶

func NewStaticResourceStaticPathGetParamsWithTimeout(timeout time.Duration) *StaticResourceStaticPathGetParams

NewStaticResourceStaticPathGetParamsWithTimeout creates a new StaticResourceStaticPathGetParams object with the ability to set a timeout on a request.

func (*StaticResourceStaticPathGetParams) SetContext ¶

SetContext adds the context to the static resource static path get params

func (*StaticResourceStaticPathGetParams) SetDefaults ¶

func (o *StaticResourceStaticPathGetParams) SetDefaults()

SetDefaults hydrates default values in the static resource static path get params (not the query body).

All values with no default are reset to their zero value.

func (*StaticResourceStaticPathGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the static resource static path get params

func (*StaticResourceStaticPathGetParams) SetPath ¶

func (o *StaticResourceStaticPathGetParams) SetPath(path string)

SetPath adds the path to the static resource static path get params

func (*StaticResourceStaticPathGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the static resource static path get params

func (*StaticResourceStaticPathGetParams) WithContext ¶

WithContext adds the context to the static resource static path get params

func (*StaticResourceStaticPathGetParams) WithDefaults ¶

WithDefaults hydrates default values in the static resource static path get params (not the query body).

All values with no default are reset to their zero value.

func (*StaticResourceStaticPathGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the static resource static path get params

func (*StaticResourceStaticPathGetParams) WithPath ¶

WithPath adds the path to the static resource static path get params

func (*StaticResourceStaticPathGetParams) WithTimeout ¶

WithTimeout adds the timeout to the static resource static path get params

func (*StaticResourceStaticPathGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type StaticResourceStaticPathGetReader ¶

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

StaticResourceStaticPathGetReader is a Reader for the StaticResourceStaticPathGet structure.

func (*StaticResourceStaticPathGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type StaticResourceStaticPathGetUnprocessableEntity ¶

type StaticResourceStaticPathGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

StaticResourceStaticPathGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewStaticResourceStaticPathGetUnprocessableEntity ¶

func NewStaticResourceStaticPathGetUnprocessableEntity() *StaticResourceStaticPathGetUnprocessableEntity

NewStaticResourceStaticPathGetUnprocessableEntity creates a StaticResourceStaticPathGetUnprocessableEntity with default headers values

func (*StaticResourceStaticPathGetUnprocessableEntity) Code ¶

Code gets the status code for the static resource static path get unprocessable entity response

func (*StaticResourceStaticPathGetUnprocessableEntity) Error ¶

func (*StaticResourceStaticPathGetUnprocessableEntity) GetPayload ¶

func (*StaticResourceStaticPathGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this static resource static path get unprocessable entity response has a 4xx status code

func (*StaticResourceStaticPathGetUnprocessableEntity) IsCode ¶

IsCode returns true when this static resource static path get unprocessable entity response a status code equal to that given

func (*StaticResourceStaticPathGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this static resource static path get unprocessable entity response has a 3xx status code

func (*StaticResourceStaticPathGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this static resource static path get unprocessable entity response has a 5xx status code

func (*StaticResourceStaticPathGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this static resource static path get unprocessable entity response has a 2xx status code

func (*StaticResourceStaticPathGetUnprocessableEntity) String ¶

type T2vAPIVersionT2vAPIVersionGetOK ¶

type T2vAPIVersionT2vAPIVersionGetOK struct {
	Payload interface{}
}

T2vAPIVersionT2vAPIVersionGetOK describes a response with status code 200, with default header values.

Successful Response

func NewT2vAPIVersionT2vAPIVersionGetOK ¶

func NewT2vAPIVersionT2vAPIVersionGetOK() *T2vAPIVersionT2vAPIVersionGetOK

NewT2vAPIVersionT2vAPIVersionGetOK creates a T2vAPIVersionT2vAPIVersionGetOK with default headers values

func (*T2vAPIVersionT2vAPIVersionGetOK) Code ¶

Code gets the status code for the t2v Api version t2v Api version get o k response

func (*T2vAPIVersionT2vAPIVersionGetOK) Error ¶

func (*T2vAPIVersionT2vAPIVersionGetOK) GetPayload ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) GetPayload() interface{}

func (*T2vAPIVersionT2vAPIVersionGetOK) IsClientError ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) IsClientError() bool

IsClientError returns true when this t2v Api version t2v Api version get o k response has a 4xx status code

func (*T2vAPIVersionT2vAPIVersionGetOK) IsCode ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) IsCode(code int) bool

IsCode returns true when this t2v Api version t2v Api version get o k response a status code equal to that given

func (*T2vAPIVersionT2vAPIVersionGetOK) IsRedirect ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) IsRedirect() bool

IsRedirect returns true when this t2v Api version t2v Api version get o k response has a 3xx status code

func (*T2vAPIVersionT2vAPIVersionGetOK) IsServerError ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) IsServerError() bool

IsServerError returns true when this t2v Api version t2v Api version get o k response has a 5xx status code

func (*T2vAPIVersionT2vAPIVersionGetOK) IsSuccess ¶

func (o *T2vAPIVersionT2vAPIVersionGetOK) IsSuccess() bool

IsSuccess returns true when this t2v Api version t2v Api version get o k response has a 2xx status code

func (*T2vAPIVersionT2vAPIVersionGetOK) String ¶

type T2vAPIVersionT2vAPIVersionGetParams ¶

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

T2vAPIVersionT2vAPIVersionGetParams contains all the parameters to send to the API endpoint

for the t2v api version t2v api version get operation.

Typically these are written to a http.Request.

func NewT2vAPIVersionT2vAPIVersionGetParams ¶

func NewT2vAPIVersionT2vAPIVersionGetParams() *T2vAPIVersionT2vAPIVersionGetParams

NewT2vAPIVersionT2vAPIVersionGetParams creates a new T2vAPIVersionT2vAPIVersionGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewT2vAPIVersionT2vAPIVersionGetParamsWithContext ¶

func NewT2vAPIVersionT2vAPIVersionGetParamsWithContext(ctx context.Context) *T2vAPIVersionT2vAPIVersionGetParams

NewT2vAPIVersionT2vAPIVersionGetParamsWithContext creates a new T2vAPIVersionT2vAPIVersionGetParams object with the ability to set a context for a request.

func NewT2vAPIVersionT2vAPIVersionGetParamsWithHTTPClient ¶

func NewT2vAPIVersionT2vAPIVersionGetParamsWithHTTPClient(client *http.Client) *T2vAPIVersionT2vAPIVersionGetParams

NewT2vAPIVersionT2vAPIVersionGetParamsWithHTTPClient creates a new T2vAPIVersionT2vAPIVersionGetParams object with the ability to set a custom HTTPClient for a request.

func NewT2vAPIVersionT2vAPIVersionGetParamsWithTimeout ¶

func NewT2vAPIVersionT2vAPIVersionGetParamsWithTimeout(timeout time.Duration) *T2vAPIVersionT2vAPIVersionGetParams

NewT2vAPIVersionT2vAPIVersionGetParamsWithTimeout creates a new T2vAPIVersionT2vAPIVersionGetParams object with the ability to set a timeout on a request.

func (*T2vAPIVersionT2vAPIVersionGetParams) SetContext ¶

SetContext adds the context to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) SetDefaults ¶

func (o *T2vAPIVersionT2vAPIVersionGetParams) SetDefaults()

SetDefaults hydrates default values in the t2v api version t2v api version get params (not the query body).

All values with no default are reset to their zero value.

func (*T2vAPIVersionT2vAPIVersionGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) WithContext ¶

WithContext adds the context to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) WithDefaults ¶

WithDefaults hydrates default values in the t2v api version t2v api version get params (not the query body).

All values with no default are reset to their zero value.

func (*T2vAPIVersionT2vAPIVersionGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) WithTimeout ¶

WithTimeout adds the timeout to the t2v api version t2v api version get params

func (*T2vAPIVersionT2vAPIVersionGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type T2vAPIVersionT2vAPIVersionGetReader ¶

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

T2vAPIVersionT2vAPIVersionGetReader is a Reader for the T2vAPIVersionT2vAPIVersionGet structure.

func (*T2vAPIVersionT2vAPIVersionGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type T2vVersionT2vVersionGetOK ¶

type T2vVersionT2vVersionGetOK struct {
	Payload interface{}
}

T2vVersionT2vVersionGetOK describes a response with status code 200, with default header values.

Successful Response

func NewT2vVersionT2vVersionGetOK ¶

func NewT2vVersionT2vVersionGetOK() *T2vVersionT2vVersionGetOK

NewT2vVersionT2vVersionGetOK creates a T2vVersionT2vVersionGetOK with default headers values

func (*T2vVersionT2vVersionGetOK) Code ¶

func (o *T2vVersionT2vVersionGetOK) Code() int

Code gets the status code for the t2v version t2v version get o k response

func (*T2vVersionT2vVersionGetOK) Error ¶

func (o *T2vVersionT2vVersionGetOK) Error() string

func (*T2vVersionT2vVersionGetOK) GetPayload ¶

func (o *T2vVersionT2vVersionGetOK) GetPayload() interface{}

func (*T2vVersionT2vVersionGetOK) IsClientError ¶

func (o *T2vVersionT2vVersionGetOK) IsClientError() bool

IsClientError returns true when this t2v version t2v version get o k response has a 4xx status code

func (*T2vVersionT2vVersionGetOK) IsCode ¶

func (o *T2vVersionT2vVersionGetOK) IsCode(code int) bool

IsCode returns true when this t2v version t2v version get o k response a status code equal to that given

func (*T2vVersionT2vVersionGetOK) IsRedirect ¶

func (o *T2vVersionT2vVersionGetOK) IsRedirect() bool

IsRedirect returns true when this t2v version t2v version get o k response has a 3xx status code

func (*T2vVersionT2vVersionGetOK) IsServerError ¶

func (o *T2vVersionT2vVersionGetOK) IsServerError() bool

IsServerError returns true when this t2v version t2v version get o k response has a 5xx status code

func (*T2vVersionT2vVersionGetOK) IsSuccess ¶

func (o *T2vVersionT2vVersionGetOK) IsSuccess() bool

IsSuccess returns true when this t2v version t2v version get o k response has a 2xx status code

func (*T2vVersionT2vVersionGetOK) String ¶

func (o *T2vVersionT2vVersionGetOK) String() string

type T2vVersionT2vVersionGetParams ¶

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

T2vVersionT2vVersionGetParams contains all the parameters to send to the API endpoint

for the t2v version t2v version get operation.

Typically these are written to a http.Request.

func NewT2vVersionT2vVersionGetParams ¶

func NewT2vVersionT2vVersionGetParams() *T2vVersionT2vVersionGetParams

NewT2vVersionT2vVersionGetParams creates a new T2vVersionT2vVersionGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewT2vVersionT2vVersionGetParamsWithContext ¶

func NewT2vVersionT2vVersionGetParamsWithContext(ctx context.Context) *T2vVersionT2vVersionGetParams

NewT2vVersionT2vVersionGetParamsWithContext creates a new T2vVersionT2vVersionGetParams object with the ability to set a context for a request.

func NewT2vVersionT2vVersionGetParamsWithHTTPClient ¶

func NewT2vVersionT2vVersionGetParamsWithHTTPClient(client *http.Client) *T2vVersionT2vVersionGetParams

NewT2vVersionT2vVersionGetParamsWithHTTPClient creates a new T2vVersionT2vVersionGetParams object with the ability to set a custom HTTPClient for a request.

func NewT2vVersionT2vVersionGetParamsWithTimeout ¶

func NewT2vVersionT2vVersionGetParamsWithTimeout(timeout time.Duration) *T2vVersionT2vVersionGetParams

NewT2vVersionT2vVersionGetParamsWithTimeout creates a new T2vVersionT2vVersionGetParams object with the ability to set a timeout on a request.

func (*T2vVersionT2vVersionGetParams) SetContext ¶

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

SetContext adds the context to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) SetDefaults ¶

func (o *T2vVersionT2vVersionGetParams) SetDefaults()

SetDefaults hydrates default values in the t2v version t2v version get params (not the query body).

All values with no default are reset to their zero value.

func (*T2vVersionT2vVersionGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) WithContext ¶

WithContext adds the context to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) WithDefaults ¶

WithDefaults hydrates default values in the t2v version t2v version get params (not the query body).

All values with no default are reset to their zero value.

func (*T2vVersionT2vVersionGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) WithTimeout ¶

WithTimeout adds the timeout to the t2v version t2v version get params

func (*T2vVersionT2vVersionGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type T2vVersionT2vVersionGetReader ¶

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

T2vVersionT2vVersionGetReader is a Reader for the T2vVersionT2vVersionGet structure.

func (*T2vVersionT2vVersionGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type Text2imgapiSdapiV1Txt2imgPostInternalServerError ¶ added in v0.2.3

type Text2imgapiSdapiV1Txt2imgPostInternalServerError struct {
	Payload *models.HTTPException
}

Text2imgapiSdapiV1Txt2imgPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewText2imgapiSdapiV1Txt2imgPostInternalServerError ¶ added in v0.2.3

func NewText2imgapiSdapiV1Txt2imgPostInternalServerError() *Text2imgapiSdapiV1Txt2imgPostInternalServerError

NewText2imgapiSdapiV1Txt2imgPostInternalServerError creates a Text2imgapiSdapiV1Txt2imgPostInternalServerError with default headers values

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the text2imgapi sdapi v1 txt2img post internal server error response

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) Error ¶ added in v0.2.3

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this text2imgapi sdapi v1 txt2img post internal server error response has a 4xx status code

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this text2imgapi sdapi v1 txt2img post internal server error response a status code equal to that given

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this text2imgapi sdapi v1 txt2img post internal server error response has a 3xx status code

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this text2imgapi sdapi v1 txt2img post internal server error response has a 5xx status code

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this text2imgapi sdapi v1 txt2img post internal server error response has a 2xx status code

func (*Text2imgapiSdapiV1Txt2imgPostInternalServerError) String ¶ added in v0.2.3

type Text2imgapiSdapiV1Txt2imgPostOK ¶

type Text2imgapiSdapiV1Txt2imgPostOK struct {
	Payload *models.TextToImageResponse
}

Text2imgapiSdapiV1Txt2imgPostOK describes a response with status code 200, with default header values.

Successful Response

func NewText2imgapiSdapiV1Txt2imgPostOK ¶

func NewText2imgapiSdapiV1Txt2imgPostOK() *Text2imgapiSdapiV1Txt2imgPostOK

NewText2imgapiSdapiV1Txt2imgPostOK creates a Text2imgapiSdapiV1Txt2imgPostOK with default headers values

func (*Text2imgapiSdapiV1Txt2imgPostOK) Code ¶

Code gets the status code for the text2imgapi sdapi v1 txt2img post o k response

func (*Text2imgapiSdapiV1Txt2imgPostOK) Error ¶

func (*Text2imgapiSdapiV1Txt2imgPostOK) GetPayload ¶

func (*Text2imgapiSdapiV1Txt2imgPostOK) IsClientError ¶

func (o *Text2imgapiSdapiV1Txt2imgPostOK) IsClientError() bool

IsClientError returns true when this text2imgapi sdapi v1 txt2img post o k response has a 4xx status code

func (*Text2imgapiSdapiV1Txt2imgPostOK) IsCode ¶

func (o *Text2imgapiSdapiV1Txt2imgPostOK) IsCode(code int) bool

IsCode returns true when this text2imgapi sdapi v1 txt2img post o k response a status code equal to that given

func (*Text2imgapiSdapiV1Txt2imgPostOK) IsRedirect ¶

func (o *Text2imgapiSdapiV1Txt2imgPostOK) IsRedirect() bool

IsRedirect returns true when this text2imgapi sdapi v1 txt2img post o k response has a 3xx status code

func (*Text2imgapiSdapiV1Txt2imgPostOK) IsServerError ¶

func (o *Text2imgapiSdapiV1Txt2imgPostOK) IsServerError() bool

IsServerError returns true when this text2imgapi sdapi v1 txt2img post o k response has a 5xx status code

func (*Text2imgapiSdapiV1Txt2imgPostOK) IsSuccess ¶

func (o *Text2imgapiSdapiV1Txt2imgPostOK) IsSuccess() bool

IsSuccess returns true when this text2imgapi sdapi v1 txt2img post o k response has a 2xx status code

func (*Text2imgapiSdapiV1Txt2imgPostOK) String ¶

type Text2imgapiSdapiV1Txt2imgPostParams ¶

type Text2imgapiSdapiV1Txt2imgPostParams struct {

	// Body.
	Body *models.StableDiffusionProcessingTxt2Img

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

Text2imgapiSdapiV1Txt2imgPostParams contains all the parameters to send to the API endpoint

for the text2imgapi sdapi v1 txt2img post operation.

Typically these are written to a http.Request.

func NewText2imgapiSdapiV1Txt2imgPostParams ¶

func NewText2imgapiSdapiV1Txt2imgPostParams() *Text2imgapiSdapiV1Txt2imgPostParams

NewText2imgapiSdapiV1Txt2imgPostParams creates a new Text2imgapiSdapiV1Txt2imgPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewText2imgapiSdapiV1Txt2imgPostParamsWithContext ¶

func NewText2imgapiSdapiV1Txt2imgPostParamsWithContext(ctx context.Context) *Text2imgapiSdapiV1Txt2imgPostParams

NewText2imgapiSdapiV1Txt2imgPostParamsWithContext creates a new Text2imgapiSdapiV1Txt2imgPostParams object with the ability to set a context for a request.

func NewText2imgapiSdapiV1Txt2imgPostParamsWithHTTPClient ¶

func NewText2imgapiSdapiV1Txt2imgPostParamsWithHTTPClient(client *http.Client) *Text2imgapiSdapiV1Txt2imgPostParams

NewText2imgapiSdapiV1Txt2imgPostParamsWithHTTPClient creates a new Text2imgapiSdapiV1Txt2imgPostParams object with the ability to set a custom HTTPClient for a request.

func NewText2imgapiSdapiV1Txt2imgPostParamsWithTimeout ¶

func NewText2imgapiSdapiV1Txt2imgPostParamsWithTimeout(timeout time.Duration) *Text2imgapiSdapiV1Txt2imgPostParams

NewText2imgapiSdapiV1Txt2imgPostParamsWithTimeout creates a new Text2imgapiSdapiV1Txt2imgPostParams object with the ability to set a timeout on a request.

func (*Text2imgapiSdapiV1Txt2imgPostParams) SetBody ¶

SetBody adds the body to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) SetContext ¶

SetContext adds the context to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) SetDefaults ¶

func (o *Text2imgapiSdapiV1Txt2imgPostParams) SetDefaults()

SetDefaults hydrates default values in the text2imgapi sdapi v1 txt2img post params (not the query body).

All values with no default are reset to their zero value.

func (*Text2imgapiSdapiV1Txt2imgPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) SetTimeout ¶

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

SetTimeout adds the timeout to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) WithBody ¶

WithBody adds the body to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) WithContext ¶

WithContext adds the context to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) WithDefaults ¶

WithDefaults hydrates default values in the text2imgapi sdapi v1 txt2img post params (not the query body).

All values with no default are reset to their zero value.

func (*Text2imgapiSdapiV1Txt2imgPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) WithTimeout ¶

WithTimeout adds the timeout to the text2imgapi sdapi v1 txt2img post params

func (*Text2imgapiSdapiV1Txt2imgPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type Text2imgapiSdapiV1Txt2imgPostReader ¶

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

Text2imgapiSdapiV1Txt2imgPostReader is a Reader for the Text2imgapiSdapiV1Txt2imgPost structure.

func (*Text2imgapiSdapiV1Txt2imgPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity ¶

type Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewText2imgapiSdapiV1Txt2imgPostUnprocessableEntity ¶

func NewText2imgapiSdapiV1Txt2imgPostUnprocessableEntity() *Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity

NewText2imgapiSdapiV1Txt2imgPostUnprocessableEntity creates a Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity with default headers values

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) Code ¶

Code gets the status code for the text2imgapi sdapi v1 txt2img post unprocessable entity response

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) Error ¶

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) GetPayload ¶

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this text2imgapi sdapi v1 txt2img post unprocessable entity response has a 4xx status code

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) IsCode ¶

IsCode returns true when this text2imgapi sdapi v1 txt2img post unprocessable entity response a status code equal to that given

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this text2imgapi sdapi v1 txt2img post unprocessable entity response has a 3xx status code

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this text2imgapi sdapi v1 txt2img post unprocessable entity response has a 5xx status code

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this text2imgapi sdapi v1 txt2img post unprocessable entity response has a 2xx status code

func (*Text2imgapiSdapiV1Txt2imgPostUnprocessableEntity) String ¶

type ThemeCSSThemeCSSGetOK ¶

type ThemeCSSThemeCSSGetOK struct {
	Payload string
}

ThemeCSSThemeCSSGetOK describes a response with status code 200, with default header values.

Successful Response

func NewThemeCSSThemeCSSGetOK ¶

func NewThemeCSSThemeCSSGetOK() *ThemeCSSThemeCSSGetOK

NewThemeCSSThemeCSSGetOK creates a ThemeCSSThemeCSSGetOK with default headers values

func (*ThemeCSSThemeCSSGetOK) Code ¶

func (o *ThemeCSSThemeCSSGetOK) Code() int

Code gets the status code for the theme Css theme Css get o k response

func (*ThemeCSSThemeCSSGetOK) Error ¶

func (o *ThemeCSSThemeCSSGetOK) Error() string

func (*ThemeCSSThemeCSSGetOK) GetPayload ¶

func (o *ThemeCSSThemeCSSGetOK) GetPayload() string

func (*ThemeCSSThemeCSSGetOK) IsClientError ¶

func (o *ThemeCSSThemeCSSGetOK) IsClientError() bool

IsClientError returns true when this theme Css theme Css get o k response has a 4xx status code

func (*ThemeCSSThemeCSSGetOK) IsCode ¶

func (o *ThemeCSSThemeCSSGetOK) IsCode(code int) bool

IsCode returns true when this theme Css theme Css get o k response a status code equal to that given

func (*ThemeCSSThemeCSSGetOK) IsRedirect ¶

func (o *ThemeCSSThemeCSSGetOK) IsRedirect() bool

IsRedirect returns true when this theme Css theme Css get o k response has a 3xx status code

func (*ThemeCSSThemeCSSGetOK) IsServerError ¶

func (o *ThemeCSSThemeCSSGetOK) IsServerError() bool

IsServerError returns true when this theme Css theme Css get o k response has a 5xx status code

func (*ThemeCSSThemeCSSGetOK) IsSuccess ¶

func (o *ThemeCSSThemeCSSGetOK) IsSuccess() bool

IsSuccess returns true when this theme Css theme Css get o k response has a 2xx status code

func (*ThemeCSSThemeCSSGetOK) String ¶

func (o *ThemeCSSThemeCSSGetOK) String() string

type ThemeCSSThemeCSSGetParams ¶

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

ThemeCSSThemeCSSGetParams contains all the parameters to send to the API endpoint

for the theme css theme css get operation.

Typically these are written to a http.Request.

func NewThemeCSSThemeCSSGetParams ¶

func NewThemeCSSThemeCSSGetParams() *ThemeCSSThemeCSSGetParams

NewThemeCSSThemeCSSGetParams creates a new ThemeCSSThemeCSSGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewThemeCSSThemeCSSGetParamsWithContext ¶

func NewThemeCSSThemeCSSGetParamsWithContext(ctx context.Context) *ThemeCSSThemeCSSGetParams

NewThemeCSSThemeCSSGetParamsWithContext creates a new ThemeCSSThemeCSSGetParams object with the ability to set a context for a request.

func NewThemeCSSThemeCSSGetParamsWithHTTPClient ¶

func NewThemeCSSThemeCSSGetParamsWithHTTPClient(client *http.Client) *ThemeCSSThemeCSSGetParams

NewThemeCSSThemeCSSGetParamsWithHTTPClient creates a new ThemeCSSThemeCSSGetParams object with the ability to set a custom HTTPClient for a request.

func NewThemeCSSThemeCSSGetParamsWithTimeout ¶

func NewThemeCSSThemeCSSGetParamsWithTimeout(timeout time.Duration) *ThemeCSSThemeCSSGetParams

NewThemeCSSThemeCSSGetParamsWithTimeout creates a new ThemeCSSThemeCSSGetParams object with the ability to set a timeout on a request.

func (*ThemeCSSThemeCSSGetParams) SetContext ¶

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

SetContext adds the context to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) SetDefaults ¶

func (o *ThemeCSSThemeCSSGetParams) SetDefaults()

SetDefaults hydrates default values in the theme css theme css get params (not the query body).

All values with no default are reset to their zero value.

func (*ThemeCSSThemeCSSGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) WithContext ¶

WithContext adds the context to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) WithDefaults ¶

WithDefaults hydrates default values in the theme css theme css get params (not the query body).

All values with no default are reset to their zero value.

func (*ThemeCSSThemeCSSGetParams) WithHTTPClient ¶

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

WithHTTPClient adds the HTTPClient to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) WithTimeout ¶

WithTimeout adds the timeout to the theme css theme css get params

func (*ThemeCSSThemeCSSGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ThemeCSSThemeCSSGetReader ¶

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

ThemeCSSThemeCSSGetReader is a Reader for the ThemeCSSThemeCSSGet structure.

func (*ThemeCSSThemeCSSGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ThumbnailInfiniteImageBrowsingImageThumbnailGetOK ¶

type ThumbnailInfiniteImageBrowsingImageThumbnailGetOK struct {
	Payload interface{}
}

ThumbnailInfiniteImageBrowsingImageThumbnailGetOK describes a response with status code 200, with default header values.

Successful Response

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetOK ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetOK() *ThumbnailInfiniteImageBrowsingImageThumbnailGetOK

NewThumbnailInfiniteImageBrowsingImageThumbnailGetOK creates a ThumbnailInfiniteImageBrowsingImageThumbnailGetOK with default headers values

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) Code ¶

Code gets the status code for the thumbnail infinite image browsing image thumbnail get o k response

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) Error ¶

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) GetPayload ¶

func (o *ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) GetPayload() interface{}

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) IsClientError ¶

IsClientError returns true when this thumbnail infinite image browsing image thumbnail get o k response has a 4xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) IsCode ¶

IsCode returns true when this thumbnail infinite image browsing image thumbnail get o k response a status code equal to that given

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) IsRedirect ¶

IsRedirect returns true when this thumbnail infinite image browsing image thumbnail get o k response has a 3xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) IsServerError ¶

IsServerError returns true when this thumbnail infinite image browsing image thumbnail get o k response has a 5xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) IsSuccess ¶

IsSuccess returns true when this thumbnail infinite image browsing image thumbnail get o k response has a 2xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetOK) String ¶

type ThumbnailInfiniteImageBrowsingImageThumbnailGetParams ¶

type ThumbnailInfiniteImageBrowsingImageThumbnailGetParams struct {

	// Path.
	Path string

	// Size.
	//
	// Default: "256x256"
	Size *string

	// T.
	T string

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

ThumbnailInfiniteImageBrowsingImageThumbnailGetParams contains all the parameters to send to the API endpoint

for the thumbnail infinite image browsing image thumbnail get operation.

Typically these are written to a http.Request.

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParams ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParams() *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams

NewThumbnailInfiniteImageBrowsingImageThumbnailGetParams creates a new ThumbnailInfiniteImageBrowsingImageThumbnailGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithContext ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithContext(ctx context.Context) *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams

NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithContext creates a new ThumbnailInfiniteImageBrowsingImageThumbnailGetParams object with the ability to set a context for a request.

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithHTTPClient ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithHTTPClient(client *http.Client) *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams

NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithHTTPClient creates a new ThumbnailInfiniteImageBrowsingImageThumbnailGetParams object with the ability to set a custom HTTPClient for a request.

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithTimeout ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithTimeout(timeout time.Duration) *ThumbnailInfiniteImageBrowsingImageThumbnailGetParams

NewThumbnailInfiniteImageBrowsingImageThumbnailGetParamsWithTimeout creates a new ThumbnailInfiniteImageBrowsingImageThumbnailGetParams object with the ability to set a timeout on a request.

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetContext ¶

SetContext adds the context to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetDefaults ¶

SetDefaults hydrates default values in the thumbnail infinite image browsing image thumbnail get params (not the query body).

All values with no default are reset to their zero value.

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetPath ¶

SetPath adds the path to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetSize ¶

SetSize adds the size to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetT ¶

SetT adds the t to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) SetTimeout ¶

SetTimeout adds the timeout to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithContext ¶

WithContext adds the context to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithDefaults ¶

WithDefaults hydrates default values in the thumbnail infinite image browsing image thumbnail get params (not the query body).

All values with no default are reset to their zero value.

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithPath ¶

WithPath adds the path to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithSize ¶

WithSize adds the size to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithT ¶

WithT adds the t to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WithTimeout ¶

WithTimeout adds the timeout to the thumbnail infinite image browsing image thumbnail get params

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ThumbnailInfiniteImageBrowsingImageThumbnailGetReader ¶

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

ThumbnailInfiniteImageBrowsingImageThumbnailGetReader is a Reader for the ThumbnailInfiniteImageBrowsingImageThumbnailGet structure.

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity ¶

type ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity ¶

func NewThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity() *ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity

NewThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity creates a ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity with default headers values

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) Code ¶

Code gets the status code for the thumbnail infinite image browsing image thumbnail get unprocessable entity response

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) Error ¶

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) GetPayload ¶

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) IsClientError ¶

IsClientError returns true when this thumbnail infinite image browsing image thumbnail get unprocessable entity response has a 4xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) IsCode ¶

IsCode returns true when this thumbnail infinite image browsing image thumbnail get unprocessable entity response a status code equal to that given

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this thumbnail infinite image browsing image thumbnail get unprocessable entity response has a 3xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) IsServerError ¶

IsServerError returns true when this thumbnail infinite image browsing image thumbnail get unprocessable entity response has a 5xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this thumbnail infinite image browsing image thumbnail get unprocessable entity response has a 2xx status code

func (*ThumbnailInfiniteImageBrowsingImageThumbnailGetUnprocessableEntity) String ¶

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError ¶ added in v0.2.3

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError struct {
	Payload *models.HTTPException
}

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError ¶ added in v0.2.3

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError() *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError creates a ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError with default headers values

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) Error ¶ added in v0.2.3

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response has a 4xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response a status code equal to that given

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response has a 3xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response has a 5xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post internal server error response has a 2xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostInternalServerError) String ¶ added in v0.2.3

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK ¶

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK struct {
	Payload interface{}
}

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK describes a response with status code 200, with default header values.

Successful Response

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK() *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK creates a ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK with default headers values

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) Code ¶

Code gets the status code for the toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) Error ¶

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) GetPayload ¶

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) IsClientError ¶

IsClientError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response has a 4xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) IsCode ¶

IsCode returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response a status code equal to that given

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) IsRedirect ¶

IsRedirect returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response has a 3xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) IsServerError ¶

IsServerError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response has a 5xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) IsSuccess ¶

IsSuccess returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post o k response has a 2xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostOK) String ¶

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams ¶

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams struct {

	// Body.
	Body *models.ToggleCustomTagToImgReq

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

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams contains all the parameters to send to the API endpoint

for the toggle custom tag to img infinite image browsing db toggle custom tag to img post operation.

Typically these are written to a http.Request.

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams() *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams creates a new ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithContext ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithContext(ctx context.Context) *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithContext creates a new ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams object with the ability to set a context for a request.

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithHTTPClient ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithHTTPClient(client *http.Client) *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithHTTPClient creates a new ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams object with the ability to set a custom HTTPClient for a request.

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithTimeout ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithTimeout(timeout time.Duration) *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParamsWithTimeout creates a new ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams object with the ability to set a timeout on a request.

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) SetBody ¶

SetBody adds the body to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) SetContext ¶

SetContext adds the context to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) SetDefaults ¶

SetDefaults hydrates default values in the toggle custom tag to img infinite image browsing db toggle custom tag to img post params (not the query body).

All values with no default are reset to their zero value.

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) SetTimeout ¶

SetTimeout adds the timeout to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WithBody ¶

WithBody adds the body to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WithContext ¶

WithContext adds the context to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WithDefaults ¶

WithDefaults hydrates default values in the toggle custom tag to img infinite image browsing db toggle custom tag to img post params (not the query body).

All values with no default are reset to their zero value.

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WithTimeout ¶

WithTimeout adds the timeout to the toggle custom tag to img infinite image browsing db toggle custom tag to img post params

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostReader ¶

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

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostReader is a Reader for the ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPost structure.

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity ¶

type ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity ¶

func NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity() *ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity

NewToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity creates a ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity with default headers values

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) Code ¶

Code gets the status code for the toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) Error ¶

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) GetPayload ¶

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response has a 4xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) IsCode ¶

IsCode returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response a status code equal to that given

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response has a 3xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response has a 5xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this toggle custom tag to img infinite image browsing db toggle custom tag to img post unprocessable entity response has a 2xx status code

func (*ToggleCustomTagToImgInfiniteImageBrowsingDbToggleCustomTagToImgPostUnprocessableEntity) String ¶

type TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError ¶ added in v0.2.3

type TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError struct {
	Payload *models.HTTPException
}

TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError ¶ added in v0.2.3

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError() *TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError

NewTrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError creates a TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError with default headers values

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the train embedding sdapi v1 train embedding post internal server error response

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) Error ¶ added in v0.2.3

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this train embedding sdapi v1 train embedding post internal server error response has a 4xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this train embedding sdapi v1 train embedding post internal server error response a status code equal to that given

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this train embedding sdapi v1 train embedding post internal server error response has a 3xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this train embedding sdapi v1 train embedding post internal server error response has a 5xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this train embedding sdapi v1 train embedding post internal server error response has a 2xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostInternalServerError) String ¶ added in v0.2.3

type TrainEmbeddingSdapiV1TrainEmbeddingPostOK ¶

type TrainEmbeddingSdapiV1TrainEmbeddingPostOK struct {
	Payload *models.TrainResponse
}

TrainEmbeddingSdapiV1TrainEmbeddingPostOK describes a response with status code 200, with default header values.

Successful Response

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostOK ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostOK() *TrainEmbeddingSdapiV1TrainEmbeddingPostOK

NewTrainEmbeddingSdapiV1TrainEmbeddingPostOK creates a TrainEmbeddingSdapiV1TrainEmbeddingPostOK with default headers values

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) Code ¶

Code gets the status code for the train embedding sdapi v1 train embedding post o k response

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) Error ¶

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) GetPayload ¶

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) IsClientError ¶

IsClientError returns true when this train embedding sdapi v1 train embedding post o k response has a 4xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) IsCode ¶

IsCode returns true when this train embedding sdapi v1 train embedding post o k response a status code equal to that given

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) IsRedirect ¶

IsRedirect returns true when this train embedding sdapi v1 train embedding post o k response has a 3xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) IsServerError ¶

IsServerError returns true when this train embedding sdapi v1 train embedding post o k response has a 5xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) IsSuccess ¶

IsSuccess returns true when this train embedding sdapi v1 train embedding post o k response has a 2xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostOK) String ¶

type TrainEmbeddingSdapiV1TrainEmbeddingPostParams ¶

type TrainEmbeddingSdapiV1TrainEmbeddingPostParams struct {

	// Body.
	Body interface{}

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

TrainEmbeddingSdapiV1TrainEmbeddingPostParams contains all the parameters to send to the API endpoint

for the train embedding sdapi v1 train embedding post operation.

Typically these are written to a http.Request.

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParams ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParams() *TrainEmbeddingSdapiV1TrainEmbeddingPostParams

NewTrainEmbeddingSdapiV1TrainEmbeddingPostParams creates a new TrainEmbeddingSdapiV1TrainEmbeddingPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithContext ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithContext(ctx context.Context) *TrainEmbeddingSdapiV1TrainEmbeddingPostParams

NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithContext creates a new TrainEmbeddingSdapiV1TrainEmbeddingPostParams object with the ability to set a context for a request.

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithHTTPClient ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithHTTPClient(client *http.Client) *TrainEmbeddingSdapiV1TrainEmbeddingPostParams

NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithHTTPClient creates a new TrainEmbeddingSdapiV1TrainEmbeddingPostParams object with the ability to set a custom HTTPClient for a request.

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithTimeout ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithTimeout(timeout time.Duration) *TrainEmbeddingSdapiV1TrainEmbeddingPostParams

NewTrainEmbeddingSdapiV1TrainEmbeddingPostParamsWithTimeout creates a new TrainEmbeddingSdapiV1TrainEmbeddingPostParams object with the ability to set a timeout on a request.

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetBody ¶

func (o *TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetBody(body interface{})

SetBody adds the body to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetContext ¶

SetContext adds the context to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetDefaults ¶

SetDefaults hydrates default values in the train embedding sdapi v1 train embedding post params (not the query body).

All values with no default are reset to their zero value.

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) SetTimeout ¶

SetTimeout adds the timeout to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WithBody ¶

WithBody adds the body to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WithContext ¶

WithContext adds the context to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WithDefaults ¶

WithDefaults hydrates default values in the train embedding sdapi v1 train embedding post params (not the query body).

All values with no default are reset to their zero value.

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WithTimeout ¶

WithTimeout adds the timeout to the train embedding sdapi v1 train embedding post params

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type TrainEmbeddingSdapiV1TrainEmbeddingPostReader ¶

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

TrainEmbeddingSdapiV1TrainEmbeddingPostReader is a Reader for the TrainEmbeddingSdapiV1TrainEmbeddingPost structure.

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity ¶

type TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity ¶

func NewTrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity() *TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity

NewTrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity creates a TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity with default headers values

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) Code ¶

Code gets the status code for the train embedding sdapi v1 train embedding post unprocessable entity response

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) Error ¶

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) GetPayload ¶

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this train embedding sdapi v1 train embedding post unprocessable entity response has a 4xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) IsCode ¶

IsCode returns true when this train embedding sdapi v1 train embedding post unprocessable entity response a status code equal to that given

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this train embedding sdapi v1 train embedding post unprocessable entity response has a 3xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this train embedding sdapi v1 train embedding post unprocessable entity response has a 5xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this train embedding sdapi v1 train embedding post unprocessable entity response has a 2xx status code

func (*TrainEmbeddingSdapiV1TrainEmbeddingPostUnprocessableEntity) String ¶

type TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError ¶ added in v0.2.3

type TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError struct {
	Payload *models.HTTPException
}

TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError ¶ added in v0.2.3

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError() *TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError

NewTrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError creates a TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError with default headers values

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the train hypernetwork sdapi v1 train hypernetwork post internal server error response

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) Error ¶ added in v0.2.3

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this train hypernetwork sdapi v1 train hypernetwork post internal server error response has a 4xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this train hypernetwork sdapi v1 train hypernetwork post internal server error response a status code equal to that given

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this train hypernetwork sdapi v1 train hypernetwork post internal server error response has a 3xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this train hypernetwork sdapi v1 train hypernetwork post internal server error response has a 5xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this train hypernetwork sdapi v1 train hypernetwork post internal server error response has a 2xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostInternalServerError) String ¶ added in v0.2.3

type TrainHypernetworkSdapiV1TrainHypernetworkPostOK ¶

type TrainHypernetworkSdapiV1TrainHypernetworkPostOK struct {
	Payload *models.TrainResponse
}

TrainHypernetworkSdapiV1TrainHypernetworkPostOK describes a response with status code 200, with default header values.

Successful Response

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostOK ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostOK() *TrainHypernetworkSdapiV1TrainHypernetworkPostOK

NewTrainHypernetworkSdapiV1TrainHypernetworkPostOK creates a TrainHypernetworkSdapiV1TrainHypernetworkPostOK with default headers values

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) Code ¶

Code gets the status code for the train hypernetwork sdapi v1 train hypernetwork post o k response

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) Error ¶

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) GetPayload ¶

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) IsClientError ¶

IsClientError returns true when this train hypernetwork sdapi v1 train hypernetwork post o k response has a 4xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) IsCode ¶

IsCode returns true when this train hypernetwork sdapi v1 train hypernetwork post o k response a status code equal to that given

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) IsRedirect ¶

IsRedirect returns true when this train hypernetwork sdapi v1 train hypernetwork post o k response has a 3xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) IsServerError ¶

IsServerError returns true when this train hypernetwork sdapi v1 train hypernetwork post o k response has a 5xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) IsSuccess ¶

IsSuccess returns true when this train hypernetwork sdapi v1 train hypernetwork post o k response has a 2xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostOK) String ¶

type TrainHypernetworkSdapiV1TrainHypernetworkPostParams ¶

type TrainHypernetworkSdapiV1TrainHypernetworkPostParams struct {

	// Body.
	Body interface{}

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

TrainHypernetworkSdapiV1TrainHypernetworkPostParams contains all the parameters to send to the API endpoint

for the train hypernetwork sdapi v1 train hypernetwork post operation.

Typically these are written to a http.Request.

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParams ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParams() *TrainHypernetworkSdapiV1TrainHypernetworkPostParams

NewTrainHypernetworkSdapiV1TrainHypernetworkPostParams creates a new TrainHypernetworkSdapiV1TrainHypernetworkPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithContext ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithContext(ctx context.Context) *TrainHypernetworkSdapiV1TrainHypernetworkPostParams

NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithContext creates a new TrainHypernetworkSdapiV1TrainHypernetworkPostParams object with the ability to set a context for a request.

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithHTTPClient ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithHTTPClient(client *http.Client) *TrainHypernetworkSdapiV1TrainHypernetworkPostParams

NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithHTTPClient creates a new TrainHypernetworkSdapiV1TrainHypernetworkPostParams object with the ability to set a custom HTTPClient for a request.

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithTimeout ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithTimeout(timeout time.Duration) *TrainHypernetworkSdapiV1TrainHypernetworkPostParams

NewTrainHypernetworkSdapiV1TrainHypernetworkPostParamsWithTimeout creates a new TrainHypernetworkSdapiV1TrainHypernetworkPostParams object with the ability to set a timeout on a request.

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetBody ¶

func (o *TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetBody(body interface{})

SetBody adds the body to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetContext ¶

SetContext adds the context to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetDefaults ¶

SetDefaults hydrates default values in the train hypernetwork sdapi v1 train hypernetwork post params (not the query body).

All values with no default are reset to their zero value.

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) SetTimeout ¶

SetTimeout adds the timeout to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WithBody ¶

WithBody adds the body to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WithContext ¶

WithContext adds the context to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WithDefaults ¶

WithDefaults hydrates default values in the train hypernetwork sdapi v1 train hypernetwork post params (not the query body).

All values with no default are reset to their zero value.

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WithTimeout ¶

WithTimeout adds the timeout to the train hypernetwork sdapi v1 train hypernetwork post params

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type TrainHypernetworkSdapiV1TrainHypernetworkPostReader ¶

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

TrainHypernetworkSdapiV1TrainHypernetworkPostReader is a Reader for the TrainHypernetworkSdapiV1TrainHypernetworkPost structure.

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity ¶

type TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity ¶

func NewTrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity() *TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity

NewTrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity creates a TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity with default headers values

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) Code ¶

Code gets the status code for the train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) Error ¶

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) GetPayload ¶

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response has a 4xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) IsCode ¶

IsCode returns true when this train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response a status code equal to that given

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response has a 3xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response has a 5xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this train hypernetwork sdapi v1 train hypernetwork post unprocessable entity response has a 2xx status code

func (*TrainHypernetworkSdapiV1TrainHypernetworkPostUnprocessableEntity) String ¶

type UnloadapiSdapiV1UnloadCheckpointPostInternalServerError ¶ added in v0.2.3

type UnloadapiSdapiV1UnloadCheckpointPostInternalServerError struct {
	Payload *models.HTTPException
}

UnloadapiSdapiV1UnloadCheckpointPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewUnloadapiSdapiV1UnloadCheckpointPostInternalServerError ¶ added in v0.2.3

func NewUnloadapiSdapiV1UnloadCheckpointPostInternalServerError() *UnloadapiSdapiV1UnloadCheckpointPostInternalServerError

NewUnloadapiSdapiV1UnloadCheckpointPostInternalServerError creates a UnloadapiSdapiV1UnloadCheckpointPostInternalServerError with default headers values

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the unloadapi sdapi v1 unload checkpoint post internal server error response

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) Error ¶ added in v0.2.3

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this unloadapi sdapi v1 unload checkpoint post internal server error response has a 4xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this unloadapi sdapi v1 unload checkpoint post internal server error response a status code equal to that given

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this unloadapi sdapi v1 unload checkpoint post internal server error response has a 3xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this unloadapi sdapi v1 unload checkpoint post internal server error response has a 5xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this unloadapi sdapi v1 unload checkpoint post internal server error response has a 2xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostInternalServerError) String ¶ added in v0.2.3

type UnloadapiSdapiV1UnloadCheckpointPostOK ¶

type UnloadapiSdapiV1UnloadCheckpointPostOK struct {
	Payload interface{}
}

UnloadapiSdapiV1UnloadCheckpointPostOK describes a response with status code 200, with default header values.

Successful Response

func NewUnloadapiSdapiV1UnloadCheckpointPostOK ¶

func NewUnloadapiSdapiV1UnloadCheckpointPostOK() *UnloadapiSdapiV1UnloadCheckpointPostOK

NewUnloadapiSdapiV1UnloadCheckpointPostOK creates a UnloadapiSdapiV1UnloadCheckpointPostOK with default headers values

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) Code ¶

Code gets the status code for the unloadapi sdapi v1 unload checkpoint post o k response

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) Error ¶

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) GetPayload ¶

func (o *UnloadapiSdapiV1UnloadCheckpointPostOK) GetPayload() interface{}

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) IsClientError ¶

func (o *UnloadapiSdapiV1UnloadCheckpointPostOK) IsClientError() bool

IsClientError returns true when this unloadapi sdapi v1 unload checkpoint post o k response has a 4xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) IsCode ¶

IsCode returns true when this unloadapi sdapi v1 unload checkpoint post o k response a status code equal to that given

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) IsRedirect ¶

IsRedirect returns true when this unloadapi sdapi v1 unload checkpoint post o k response has a 3xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) IsServerError ¶

func (o *UnloadapiSdapiV1UnloadCheckpointPostOK) IsServerError() bool

IsServerError returns true when this unloadapi sdapi v1 unload checkpoint post o k response has a 5xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) IsSuccess ¶

IsSuccess returns true when this unloadapi sdapi v1 unload checkpoint post o k response has a 2xx status code

func (*UnloadapiSdapiV1UnloadCheckpointPostOK) String ¶

type UnloadapiSdapiV1UnloadCheckpointPostParams ¶

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

UnloadapiSdapiV1UnloadCheckpointPostParams contains all the parameters to send to the API endpoint

for the unloadapi sdapi v1 unload checkpoint post operation.

Typically these are written to a http.Request.

func NewUnloadapiSdapiV1UnloadCheckpointPostParams ¶

func NewUnloadapiSdapiV1UnloadCheckpointPostParams() *UnloadapiSdapiV1UnloadCheckpointPostParams

NewUnloadapiSdapiV1UnloadCheckpointPostParams creates a new UnloadapiSdapiV1UnloadCheckpointPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithContext ¶

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithContext(ctx context.Context) *UnloadapiSdapiV1UnloadCheckpointPostParams

NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithContext creates a new UnloadapiSdapiV1UnloadCheckpointPostParams object with the ability to set a context for a request.

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithHTTPClient ¶

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithHTTPClient(client *http.Client) *UnloadapiSdapiV1UnloadCheckpointPostParams

NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithHTTPClient creates a new UnloadapiSdapiV1UnloadCheckpointPostParams object with the ability to set a custom HTTPClient for a request.

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithTimeout ¶

func NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithTimeout(timeout time.Duration) *UnloadapiSdapiV1UnloadCheckpointPostParams

NewUnloadapiSdapiV1UnloadCheckpointPostParamsWithTimeout creates a new UnloadapiSdapiV1UnloadCheckpointPostParams object with the ability to set a timeout on a request.

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) SetContext ¶

SetContext adds the context to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) SetDefaults ¶

SetDefaults hydrates default values in the unloadapi sdapi v1 unload checkpoint post params (not the query body).

All values with no default are reset to their zero value.

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) SetTimeout ¶

SetTimeout adds the timeout to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) WithContext ¶

WithContext adds the context to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) WithDefaults ¶

WithDefaults hydrates default values in the unloadapi sdapi v1 unload checkpoint post params (not the query body).

All values with no default are reset to their zero value.

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) WithTimeout ¶

WithTimeout adds the timeout to the unloadapi sdapi v1 unload checkpoint post params

func (*UnloadapiSdapiV1UnloadCheckpointPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UnloadapiSdapiV1UnloadCheckpointPostReader ¶

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

UnloadapiSdapiV1UnloadCheckpointPostReader is a Reader for the UnloadapiSdapiV1UnloadCheckpointPost structure.

func (*UnloadapiSdapiV1UnloadCheckpointPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError ¶ added in v0.2.3

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError struct {
	Payload *models.HTTPException
}

UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError ¶ added in v0.2.3

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError() *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError creates a UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError with default headers values

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the update image db data infinite image browsing db update image data post internal server error response

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) Error ¶ added in v0.2.3

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this update image db data infinite image browsing db update image data post internal server error response has a 4xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this update image db data infinite image browsing db update image data post internal server error response a status code equal to that given

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this update image db data infinite image browsing db update image data post internal server error response has a 3xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this update image db data infinite image browsing db update image data post internal server error response has a 5xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this update image db data infinite image browsing db update image data post internal server error response has a 2xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostInternalServerError) String ¶ added in v0.2.3

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK ¶

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK struct {
	Payload interface{}
}

UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK describes a response with status code 200, with default header values.

Successful Response

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK ¶

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK() *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK creates a UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK with default headers values

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) Code ¶

Code gets the status code for the update image db data infinite image browsing db update image data post o k response

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) Error ¶

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) GetPayload ¶

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) IsClientError ¶

IsClientError returns true when this update image db data infinite image browsing db update image data post o k response has a 4xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) IsCode ¶

IsCode returns true when this update image db data infinite image browsing db update image data post o k response a status code equal to that given

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) IsRedirect ¶

IsRedirect returns true when this update image db data infinite image browsing db update image data post o k response has a 3xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) IsServerError ¶

IsServerError returns true when this update image db data infinite image browsing db update image data post o k response has a 5xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) IsSuccess ¶

IsSuccess returns true when this update image db data infinite image browsing db update image data post o k response has a 2xx status code

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostOK) String ¶

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams ¶

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

UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams contains all the parameters to send to the API endpoint

for the update image db data infinite image browsing db update image data post operation.

Typically these are written to a http.Request.

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams ¶

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams() *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams creates a new UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithContext ¶

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithContext(ctx context.Context) *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithContext creates a new UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams object with the ability to set a context for a request.

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithHTTPClient ¶

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithHTTPClient(client *http.Client) *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithHTTPClient creates a new UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithTimeout ¶

func NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithTimeout(timeout time.Duration) *UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams

NewUpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParamsWithTimeout creates a new UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams object with the ability to set a timeout on a request.

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) SetContext ¶

SetContext adds the context to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) SetDefaults ¶

SetDefaults hydrates default values in the update image db data infinite image browsing db update image data post params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) SetHTTPClient ¶

SetHTTPClient adds the HTTPClient to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) SetTimeout ¶

SetTimeout adds the timeout to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) WithContext ¶

WithContext adds the context to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) WithDefaults ¶

WithDefaults hydrates default values in the update image db data infinite image browsing db update image data post params (not the query body).

All values with no default are reset to their zero value.

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) WithTimeout ¶

WithTimeout adds the timeout to the update image db data infinite image browsing db update image data post params

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostReader ¶

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

UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostReader is a Reader for the UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPost structure.

func (*UpdateImageDbDataInfiniteImageBrowsingDbUpdateImageDataPostReader) ReadResponse ¶

ReadResponse reads a server response into the received o.

type VersionControlnetVersionGetOK ¶

type VersionControlnetVersionGetOK struct {
	Payload interface{}
}

VersionControlnetVersionGetOK describes a response with status code 200, with default header values.

Successful Response

func NewVersionControlnetVersionGetOK ¶

func NewVersionControlnetVersionGetOK() *VersionControlnetVersionGetOK

NewVersionControlnetVersionGetOK creates a VersionControlnetVersionGetOK with default headers values

func (*VersionControlnetVersionGetOK) Code ¶

Code gets the status code for the version controlnet version get o k response

func (*VersionControlnetVersionGetOK) Error ¶

func (*VersionControlnetVersionGetOK) GetPayload ¶

func (o *VersionControlnetVersionGetOK) GetPayload() interface{}

func (*VersionControlnetVersionGetOK) IsClientError ¶

func (o *VersionControlnetVersionGetOK) IsClientError() bool

IsClientError returns true when this version controlnet version get o k response has a 4xx status code

func (*VersionControlnetVersionGetOK) IsCode ¶

func (o *VersionControlnetVersionGetOK) IsCode(code int) bool

IsCode returns true when this version controlnet version get o k response a status code equal to that given

func (*VersionControlnetVersionGetOK) IsRedirect ¶

func (o *VersionControlnetVersionGetOK) IsRedirect() bool

IsRedirect returns true when this version controlnet version get o k response has a 3xx status code

func (*VersionControlnetVersionGetOK) IsServerError ¶

func (o *VersionControlnetVersionGetOK) IsServerError() bool

IsServerError returns true when this version controlnet version get o k response has a 5xx status code

func (*VersionControlnetVersionGetOK) IsSuccess ¶

func (o *VersionControlnetVersionGetOK) IsSuccess() bool

IsSuccess returns true when this version controlnet version get o k response has a 2xx status code

func (*VersionControlnetVersionGetOK) String ¶

type VersionControlnetVersionGetParams ¶

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

VersionControlnetVersionGetParams contains all the parameters to send to the API endpoint

for the version controlnet version get operation.

Typically these are written to a http.Request.

func NewVersionControlnetVersionGetParams ¶

func NewVersionControlnetVersionGetParams() *VersionControlnetVersionGetParams

NewVersionControlnetVersionGetParams creates a new VersionControlnetVersionGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewVersionControlnetVersionGetParamsWithContext ¶

func NewVersionControlnetVersionGetParamsWithContext(ctx context.Context) *VersionControlnetVersionGetParams

NewVersionControlnetVersionGetParamsWithContext creates a new VersionControlnetVersionGetParams object with the ability to set a context for a request.

func NewVersionControlnetVersionGetParamsWithHTTPClient ¶

func NewVersionControlnetVersionGetParamsWithHTTPClient(client *http.Client) *VersionControlnetVersionGetParams

NewVersionControlnetVersionGetParamsWithHTTPClient creates a new VersionControlnetVersionGetParams object with the ability to set a custom HTTPClient for a request.

func NewVersionControlnetVersionGetParamsWithTimeout ¶

func NewVersionControlnetVersionGetParamsWithTimeout(timeout time.Duration) *VersionControlnetVersionGetParams

NewVersionControlnetVersionGetParamsWithTimeout creates a new VersionControlnetVersionGetParams object with the ability to set a timeout on a request.

func (*VersionControlnetVersionGetParams) SetContext ¶

SetContext adds the context to the version controlnet version get params

func (*VersionControlnetVersionGetParams) SetDefaults ¶

func (o *VersionControlnetVersionGetParams) SetDefaults()

SetDefaults hydrates default values in the version controlnet version get params (not the query body).

All values with no default are reset to their zero value.

func (*VersionControlnetVersionGetParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the version controlnet version get params

func (*VersionControlnetVersionGetParams) SetTimeout ¶

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

SetTimeout adds the timeout to the version controlnet version get params

func (*VersionControlnetVersionGetParams) WithContext ¶

WithContext adds the context to the version controlnet version get params

func (*VersionControlnetVersionGetParams) WithDefaults ¶

WithDefaults hydrates default values in the version controlnet version get params (not the query body).

All values with no default are reset to their zero value.

func (*VersionControlnetVersionGetParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the version controlnet version get params

func (*VersionControlnetVersionGetParams) WithTimeout ¶

WithTimeout adds the timeout to the version controlnet version get params

func (*VersionControlnetVersionGetParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type VersionControlnetVersionGetReader ¶

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

VersionControlnetVersionGetReader is a Reader for the VersionControlnetVersionGet structure.

func (*VersionControlnetVersionGetReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ZipFilesInfiniteImageBrowsingZipPostInternalServerError ¶ added in v0.2.3

type ZipFilesInfiniteImageBrowsingZipPostInternalServerError struct {
	Payload *models.HTTPException
}

ZipFilesInfiniteImageBrowsingZipPostInternalServerError describes a response with status code 500, with default header values.

HTTPException

func NewZipFilesInfiniteImageBrowsingZipPostInternalServerError ¶ added in v0.2.3

func NewZipFilesInfiniteImageBrowsingZipPostInternalServerError() *ZipFilesInfiniteImageBrowsingZipPostInternalServerError

NewZipFilesInfiniteImageBrowsingZipPostInternalServerError creates a ZipFilesInfiniteImageBrowsingZipPostInternalServerError with default headers values

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) Code ¶ added in v0.2.3

Code gets the status code for the zip files infinite image browsing zip post internal server error response

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) Error ¶ added in v0.2.3

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) GetPayload ¶ added in v0.2.3

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) IsClientError ¶ added in v0.2.3

IsClientError returns true when this zip files infinite image browsing zip post internal server error response has a 4xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) IsCode ¶ added in v0.2.3

IsCode returns true when this zip files infinite image browsing zip post internal server error response a status code equal to that given

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) IsRedirect ¶ added in v0.2.3

IsRedirect returns true when this zip files infinite image browsing zip post internal server error response has a 3xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) IsServerError ¶ added in v0.2.3

IsServerError returns true when this zip files infinite image browsing zip post internal server error response has a 5xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) IsSuccess ¶ added in v0.2.3

IsSuccess returns true when this zip files infinite image browsing zip post internal server error response has a 2xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostInternalServerError) String ¶ added in v0.2.3

type ZipFilesInfiniteImageBrowsingZipPostOK ¶

type ZipFilesInfiniteImageBrowsingZipPostOK struct {
	Payload interface{}
}

ZipFilesInfiniteImageBrowsingZipPostOK describes a response with status code 200, with default header values.

Successful Response

func NewZipFilesInfiniteImageBrowsingZipPostOK ¶

func NewZipFilesInfiniteImageBrowsingZipPostOK() *ZipFilesInfiniteImageBrowsingZipPostOK

NewZipFilesInfiniteImageBrowsingZipPostOK creates a ZipFilesInfiniteImageBrowsingZipPostOK with default headers values

func (*ZipFilesInfiniteImageBrowsingZipPostOK) Code ¶

Code gets the status code for the zip files infinite image browsing zip post o k response

func (*ZipFilesInfiniteImageBrowsingZipPostOK) Error ¶

func (*ZipFilesInfiniteImageBrowsingZipPostOK) GetPayload ¶

func (o *ZipFilesInfiniteImageBrowsingZipPostOK) GetPayload() interface{}

func (*ZipFilesInfiniteImageBrowsingZipPostOK) IsClientError ¶

func (o *ZipFilesInfiniteImageBrowsingZipPostOK) IsClientError() bool

IsClientError returns true when this zip files infinite image browsing zip post o k response has a 4xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostOK) IsCode ¶

IsCode returns true when this zip files infinite image browsing zip post o k response a status code equal to that given

func (*ZipFilesInfiniteImageBrowsingZipPostOK) IsRedirect ¶

IsRedirect returns true when this zip files infinite image browsing zip post o k response has a 3xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostOK) IsServerError ¶

func (o *ZipFilesInfiniteImageBrowsingZipPostOK) IsServerError() bool

IsServerError returns true when this zip files infinite image browsing zip post o k response has a 5xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostOK) IsSuccess ¶

IsSuccess returns true when this zip files infinite image browsing zip post o k response has a 2xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostOK) String ¶

type ZipFilesInfiniteImageBrowsingZipPostParams ¶

type ZipFilesInfiniteImageBrowsingZipPostParams struct {

	// Body.
	Body *models.PathsReq

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

ZipFilesInfiniteImageBrowsingZipPostParams contains all the parameters to send to the API endpoint

for the zip files infinite image browsing zip post operation.

Typically these are written to a http.Request.

func NewZipFilesInfiniteImageBrowsingZipPostParams ¶

func NewZipFilesInfiniteImageBrowsingZipPostParams() *ZipFilesInfiniteImageBrowsingZipPostParams

NewZipFilesInfiniteImageBrowsingZipPostParams creates a new ZipFilesInfiniteImageBrowsingZipPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithContext ¶

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithContext(ctx context.Context) *ZipFilesInfiniteImageBrowsingZipPostParams

NewZipFilesInfiniteImageBrowsingZipPostParamsWithContext creates a new ZipFilesInfiniteImageBrowsingZipPostParams object with the ability to set a context for a request.

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithHTTPClient ¶

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithHTTPClient(client *http.Client) *ZipFilesInfiniteImageBrowsingZipPostParams

NewZipFilesInfiniteImageBrowsingZipPostParamsWithHTTPClient creates a new ZipFilesInfiniteImageBrowsingZipPostParams object with the ability to set a custom HTTPClient for a request.

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithTimeout ¶

func NewZipFilesInfiniteImageBrowsingZipPostParamsWithTimeout(timeout time.Duration) *ZipFilesInfiniteImageBrowsingZipPostParams

NewZipFilesInfiniteImageBrowsingZipPostParamsWithTimeout creates a new ZipFilesInfiniteImageBrowsingZipPostParams object with the ability to set a timeout on a request.

func (*ZipFilesInfiniteImageBrowsingZipPostParams) SetBody ¶

SetBody adds the body to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) SetContext ¶

SetContext adds the context to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) SetDefaults ¶

SetDefaults hydrates default values in the zip files infinite image browsing zip post params (not the query body).

All values with no default are reset to their zero value.

func (*ZipFilesInfiniteImageBrowsingZipPostParams) SetHTTPClient ¶

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

SetHTTPClient adds the HTTPClient to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) SetTimeout ¶

SetTimeout adds the timeout to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WithBody ¶

WithBody adds the body to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WithContext ¶

WithContext adds the context to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WithDefaults ¶

WithDefaults hydrates default values in the zip files infinite image browsing zip post params (not the query body).

All values with no default are reset to their zero value.

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WithHTTPClient ¶

WithHTTPClient adds the HTTPClient to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WithTimeout ¶

WithTimeout adds the timeout to the zip files infinite image browsing zip post params

func (*ZipFilesInfiniteImageBrowsingZipPostParams) WriteToRequest ¶

WriteToRequest writes these params to a swagger request

type ZipFilesInfiniteImageBrowsingZipPostReader ¶

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

ZipFilesInfiniteImageBrowsingZipPostReader is a Reader for the ZipFilesInfiniteImageBrowsingZipPost structure.

func (*ZipFilesInfiniteImageBrowsingZipPostReader) ReadResponse ¶

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

ReadResponse reads a server response into the received o.

type ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity ¶

type ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity struct {
	Payload *models.HTTPValidationError
}

ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity describes a response with status code 422, with default header values.

Validation Error

func NewZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity ¶

func NewZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity() *ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity

NewZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity creates a ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity with default headers values

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) Code ¶

Code gets the status code for the zip files infinite image browsing zip post unprocessable entity response

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) Error ¶

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) GetPayload ¶

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) IsClientError ¶

IsClientError returns true when this zip files infinite image browsing zip post unprocessable entity response has a 4xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) IsCode ¶

IsCode returns true when this zip files infinite image browsing zip post unprocessable entity response a status code equal to that given

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) IsRedirect ¶

IsRedirect returns true when this zip files infinite image browsing zip post unprocessable entity response has a 3xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) IsServerError ¶

IsServerError returns true when this zip files infinite image browsing zip post unprocessable entity response has a 5xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) IsSuccess ¶

IsSuccess returns true when this zip files infinite image browsing zip post unprocessable entity response has a 2xx status code

func (*ZipFilesInfiniteImageBrowsingZipPostUnprocessableEntity) String ¶

Source Files ¶

Jump to

Keyboard shortcuts

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