Documentation ¶
Index ¶
- type Client
- type ClientOption
- type ClientService
- type NodesForbidden
- type NodesInternalServerError
- type NodesNotFound
- type NodesOK
- type NodesParams
- func (o *NodesParams) SetBody(body *models.TreeSearchRequest)
- func (o *NodesParams) SetContext(ctx context.Context)
- func (o *NodesParams) SetDefaults()
- func (o *NodesParams) SetHTTPClient(client *http.Client)
- func (o *NodesParams) SetTimeout(timeout time.Duration)
- func (o *NodesParams) WithBody(body *models.TreeSearchRequest) *NodesParams
- func (o *NodesParams) WithContext(ctx context.Context) *NodesParams
- func (o *NodesParams) WithDefaults() *NodesParams
- func (o *NodesParams) WithHTTPClient(client *http.Client) *NodesParams
- func (o *NodesParams) WithTimeout(timeout time.Duration) *NodesParams
- func (o *NodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type NodesReader
- type NodesUnauthorized
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 search service API
func (*Client) Nodes ¶
func (a *Client) Nodes(params *NodesParams, opts ...ClientOption) (*NodesOK, error)
Nodes searches indexed nodes files folders on various aspects
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { Nodes(params *NodesParams, opts ...ClientOption) (*NodesOK, 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 search service API client.
type NodesForbidden ¶
NodesForbidden describes a response with status code 403, with default header values.
User has no permission to access this resource
func NewNodesForbidden ¶
func NewNodesForbidden() *NodesForbidden
NewNodesForbidden creates a NodesForbidden with default headers values
func (*NodesForbidden) Error ¶
func (o *NodesForbidden) Error() string
func (*NodesForbidden) GetPayload ¶
func (o *NodesForbidden) GetPayload() *models.RestError
type NodesInternalServerError ¶
NodesInternalServerError describes a response with status code 500, with default header values.
An internal error occurred in the backend
func NewNodesInternalServerError ¶
func NewNodesInternalServerError() *NodesInternalServerError
NewNodesInternalServerError creates a NodesInternalServerError with default headers values
func (*NodesInternalServerError) Error ¶
func (o *NodesInternalServerError) Error() string
func (*NodesInternalServerError) GetPayload ¶
func (o *NodesInternalServerError) GetPayload() *models.RestError
type NodesNotFound ¶
NodesNotFound describes a response with status code 404, with default header values.
Resource does not exist in the system
func NewNodesNotFound ¶
func NewNodesNotFound() *NodesNotFound
NewNodesNotFound creates a NodesNotFound with default headers values
func (*NodesNotFound) Error ¶
func (o *NodesNotFound) Error() string
func (*NodesNotFound) GetPayload ¶
func (o *NodesNotFound) GetPayload() *models.RestError
type NodesOK ¶
type NodesOK struct {
Payload *models.RestSearchResults
}
NodesOK describes a response with status code 200, with default header values.
NodesOK nodes o k
func NewNodesOK ¶
func NewNodesOK() *NodesOK
NewNodesOK creates a NodesOK with default headers values
func (*NodesOK) GetPayload ¶
func (o *NodesOK) GetPayload() *models.RestSearchResults
type NodesParams ¶
type NodesParams struct { // Body. Body *models.TreeSearchRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
NodesParams contains all the parameters to send to the API endpoint
for the nodes operation. Typically these are written to a http.Request.
func NewNodesParams ¶
func NewNodesParams() *NodesParams
NewNodesParams creates a new NodesParams 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 NewNodesParamsWithContext ¶
func NewNodesParamsWithContext(ctx context.Context) *NodesParams
NewNodesParamsWithContext creates a new NodesParams object with the ability to set a context for a request.
func NewNodesParamsWithHTTPClient ¶
func NewNodesParamsWithHTTPClient(client *http.Client) *NodesParams
NewNodesParamsWithHTTPClient creates a new NodesParams object with the ability to set a custom HTTPClient for a request.
func NewNodesParamsWithTimeout ¶
func NewNodesParamsWithTimeout(timeout time.Duration) *NodesParams
NewNodesParamsWithTimeout creates a new NodesParams object with the ability to set a timeout on a request.
func (*NodesParams) SetBody ¶
func (o *NodesParams) SetBody(body *models.TreeSearchRequest)
SetBody adds the body to the nodes params
func (*NodesParams) SetContext ¶
func (o *NodesParams) SetContext(ctx context.Context)
SetContext adds the context to the nodes params
func (*NodesParams) SetDefaults ¶
func (o *NodesParams) SetDefaults()
SetDefaults hydrates default values in the nodes params (not the query body).
All values with no default are reset to their zero value.
func (*NodesParams) SetHTTPClient ¶
func (o *NodesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the nodes params
func (*NodesParams) SetTimeout ¶
func (o *NodesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the nodes params
func (*NodesParams) WithBody ¶
func (o *NodesParams) WithBody(body *models.TreeSearchRequest) *NodesParams
WithBody adds the body to the nodes params
func (*NodesParams) WithContext ¶
func (o *NodesParams) WithContext(ctx context.Context) *NodesParams
WithContext adds the context to the nodes params
func (*NodesParams) WithDefaults ¶
func (o *NodesParams) WithDefaults() *NodesParams
WithDefaults hydrates default values in the nodes params (not the query body).
All values with no default are reset to their zero value.
func (*NodesParams) WithHTTPClient ¶
func (o *NodesParams) WithHTTPClient(client *http.Client) *NodesParams
WithHTTPClient adds the HTTPClient to the nodes params
func (*NodesParams) WithTimeout ¶
func (o *NodesParams) WithTimeout(timeout time.Duration) *NodesParams
WithTimeout adds the timeout to the nodes params
func (*NodesParams) WriteToRequest ¶
func (o *NodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type NodesReader ¶
type NodesReader struct {
// contains filtered or unexported fields
}
NodesReader is a Reader for the Nodes structure.
func (*NodesReader) ReadResponse ¶
func (o *NodesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type NodesUnauthorized ¶
type NodesUnauthorized struct { }
NodesUnauthorized describes a response with status code 401, with default header values.
User is not authenticated
func NewNodesUnauthorized ¶
func NewNodesUnauthorized() *NodesUnauthorized
NewNodesUnauthorized creates a NodesUnauthorized with default headers values
func (*NodesUnauthorized) Error ¶
func (o *NodesUnauthorized) Error() string