validate_search_string_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for validate search string controller API

func (*Client) DoValidateSearchString

func (a *Client) DoValidateSearchString(params *DoValidateSearchStringParams, authInfo runtime.ClientAuthInfoWriter) (*DoValidateSearchStringOK, error)

DoValidateSearchString dos validation

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	DoValidateSearchString(params *DoValidateSearchStringParams, authInfo runtime.ClientAuthInfoWriter) (*DoValidateSearchStringOK, 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 validate search string controller API client.

type DoValidateSearchStringBadRequest

type DoValidateSearchStringBadRequest struct {
	Payload *models.APIResult
}

DoValidateSearchStringBadRequest handles this case with default header values.

Bad Request

func NewDoValidateSearchStringBadRequest

func NewDoValidateSearchStringBadRequest() *DoValidateSearchStringBadRequest

NewDoValidateSearchStringBadRequest creates a DoValidateSearchStringBadRequest with default headers values

func (*DoValidateSearchStringBadRequest) Error

func (*DoValidateSearchStringBadRequest) GetPayload

type DoValidateSearchStringConflict

type DoValidateSearchStringConflict struct {
	Payload *models.APIResult
}

DoValidateSearchStringConflict handles this case with default header values.

Conflict

func NewDoValidateSearchStringConflict

func NewDoValidateSearchStringConflict() *DoValidateSearchStringConflict

NewDoValidateSearchStringConflict creates a DoValidateSearchStringConflict with default headers values

func (*DoValidateSearchStringConflict) Error

func (*DoValidateSearchStringConflict) GetPayload

type DoValidateSearchStringForbidden

type DoValidateSearchStringForbidden struct {
	Payload *models.APIResult
}

DoValidateSearchStringForbidden handles this case with default header values.

Forbidden

func NewDoValidateSearchStringForbidden

func NewDoValidateSearchStringForbidden() *DoValidateSearchStringForbidden

NewDoValidateSearchStringForbidden creates a DoValidateSearchStringForbidden with default headers values

func (*DoValidateSearchStringForbidden) Error

func (*DoValidateSearchStringForbidden) GetPayload

type DoValidateSearchStringInternalServerError

type DoValidateSearchStringInternalServerError struct {
	Payload *models.APIResult
}

DoValidateSearchStringInternalServerError handles this case with default header values.

Internal Server Error

func NewDoValidateSearchStringInternalServerError

func NewDoValidateSearchStringInternalServerError() *DoValidateSearchStringInternalServerError

NewDoValidateSearchStringInternalServerError creates a DoValidateSearchStringInternalServerError with default headers values

func (*DoValidateSearchStringInternalServerError) Error

func (*DoValidateSearchStringInternalServerError) GetPayload

type DoValidateSearchStringNotFound

type DoValidateSearchStringNotFound struct {
	Payload *models.APIResult
}

DoValidateSearchStringNotFound handles this case with default header values.

Not Found

func NewDoValidateSearchStringNotFound

func NewDoValidateSearchStringNotFound() *DoValidateSearchStringNotFound

NewDoValidateSearchStringNotFound creates a DoValidateSearchStringNotFound with default headers values

func (*DoValidateSearchStringNotFound) Error

func (*DoValidateSearchStringNotFound) GetPayload

type DoValidateSearchStringOK

type DoValidateSearchStringOK struct {
	Payload *models.APIResultValidationStatus
}

DoValidateSearchStringOK handles this case with default header values.

OK

func NewDoValidateSearchStringOK

func NewDoValidateSearchStringOK() *DoValidateSearchStringOK

NewDoValidateSearchStringOK creates a DoValidateSearchStringOK with default headers values

func (*DoValidateSearchStringOK) Error

func (o *DoValidateSearchStringOK) Error() string

func (*DoValidateSearchStringOK) GetPayload

type DoValidateSearchStringParams

type DoValidateSearchStringParams struct {

	/*Request
	  request

	*/
	Request *models.ValidationRequest

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

DoValidateSearchStringParams contains all the parameters to send to the API endpoint for the do validate search string operation typically these are written to a http.Request

func NewDoValidateSearchStringParams

func NewDoValidateSearchStringParams() *DoValidateSearchStringParams

NewDoValidateSearchStringParams creates a new DoValidateSearchStringParams object with the default values initialized.

func NewDoValidateSearchStringParamsWithContext

func NewDoValidateSearchStringParamsWithContext(ctx context.Context) *DoValidateSearchStringParams

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

func NewDoValidateSearchStringParamsWithHTTPClient

func NewDoValidateSearchStringParamsWithHTTPClient(client *http.Client) *DoValidateSearchStringParams

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

func NewDoValidateSearchStringParamsWithTimeout

func NewDoValidateSearchStringParamsWithTimeout(timeout time.Duration) *DoValidateSearchStringParams

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

func (*DoValidateSearchStringParams) SetContext

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

SetContext adds the context to the do validate search string params

func (*DoValidateSearchStringParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the do validate search string params

func (*DoValidateSearchStringParams) SetRequest

func (o *DoValidateSearchStringParams) SetRequest(request *models.ValidationRequest)

SetRequest adds the request to the do validate search string params

func (*DoValidateSearchStringParams) SetTimeout

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

SetTimeout adds the timeout to the do validate search string params

func (*DoValidateSearchStringParams) WithContext

WithContext adds the context to the do validate search string params

func (*DoValidateSearchStringParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the do validate search string params

func (*DoValidateSearchStringParams) WithRequest

WithRequest adds the request to the do validate search string params

func (*DoValidateSearchStringParams) WithTimeout

WithTimeout adds the timeout to the do validate search string params

func (*DoValidateSearchStringParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DoValidateSearchStringReader

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

DoValidateSearchStringReader is a Reader for the DoValidateSearchString structure.

func (*DoValidateSearchStringReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DoValidateSearchStringUnauthorized

type DoValidateSearchStringUnauthorized struct {
	Payload *models.APIResult
}

DoValidateSearchStringUnauthorized handles this case with default header values.

Unauthorized

func NewDoValidateSearchStringUnauthorized

func NewDoValidateSearchStringUnauthorized() *DoValidateSearchStringUnauthorized

NewDoValidateSearchStringUnauthorized creates a DoValidateSearchStringUnauthorized with default headers values

func (*DoValidateSearchStringUnauthorized) Error

func (*DoValidateSearchStringUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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