Versions in this module Expand all Collapse all v5 v5.0.7 May 29, 2023 v5.0.6 Sep 1, 2022 v5.0.5 Sep 1, 2022 Changes in this version + type Client struct + func (a *Client) Search(params *SearchParams, authInfo runtime.ClientAuthInfoWriter) (*SearchOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + Search func(params *SearchParams, authInfo runtime.ClientAuthInfoWriter) (*SearchOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type SearchInternalServerError struct + Payload *model.Errors + XRequestID string + func NewSearchInternalServerError() *SearchInternalServerError + func (o *SearchInternalServerError) Error() string + func (o *SearchInternalServerError) GetPayload() *model.Errors + type SearchOK struct + Payload *model.Search + func NewSearchOK() *SearchOK + func (o *SearchOK) Error() string + func (o *SearchOK) GetPayload() *model.Search + 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) 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) 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)