Versions in this module Expand all Collapse all v0 v0.29.0 Oct 24, 2023 v0.28.0 Oct 23, 2023 Changes in this version + type API interface + Search func(ctx context.Context, params *SearchParams) (*SearchOK, error) + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry, ...) *Client + func (a *Client) Search(ctx context.Context, params *SearchParams) (*SearchOK, error) + type SearchInternalServerError struct + Payload *models.Errors + XRequestID string + func NewSearchInternalServerError() *SearchInternalServerError + func (o *SearchInternalServerError) Error() string + func (o *SearchInternalServerError) GetPayload() *models.Errors + func (o *SearchInternalServerError) IsClientError() bool + func (o *SearchInternalServerError) IsCode(code int) bool + func (o *SearchInternalServerError) IsRedirect() bool + func (o *SearchInternalServerError) IsServerError() bool + func (o *SearchInternalServerError) IsSuccess() bool + func (o *SearchInternalServerError) String() string + type SearchOK struct + Payload *models.Search + func NewSearchOK() *SearchOK + func (o *SearchOK) Error() string + func (o *SearchOK) GetPayload() *models.Search + func (o *SearchOK) IsClientError() bool + func (o *SearchOK) IsCode(code int) bool + func (o *SearchOK) IsRedirect() bool + func (o *SearchOK) IsServerError() bool + func (o *SearchOK) IsSuccess() bool + func (o *SearchOK) String() string + type SearchParams struct + Context context.Context + HTTPClient *http.Client + Q string + XRequestID *string + func NewSearchParams() *SearchParams + func NewSearchParamsWithContext(ctx context.Context) *SearchParams + func NewSearchParamsWithHTTPClient(client *http.Client) *SearchParams + func NewSearchParamsWithTimeout(timeout time.Duration) *SearchParams + func (o *SearchParams) SetContext(ctx context.Context) + func (o *SearchParams) SetDefaults() + func (o *SearchParams) SetHTTPClient(client *http.Client) + func (o *SearchParams) SetQ(q string) + func (o *SearchParams) SetTimeout(timeout time.Duration) + func (o *SearchParams) SetXRequestID(xRequestID *string) + func (o *SearchParams) WithContext(ctx context.Context) *SearchParams + func (o *SearchParams) WithDefaults() *SearchParams + func (o *SearchParams) WithHTTPClient(client *http.Client) *SearchParams + func (o *SearchParams) WithQ(q string) *SearchParams + func (o *SearchParams) WithTimeout(timeout time.Duration) *SearchParams + func (o *SearchParams) WithXRequestID(xRequestID *string) *SearchParams + func (o *SearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SearchReader struct + func (o *SearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)