Versions in this module Expand all Collapse all v1 v1.0.0 Jan 28, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) Close(params *CloseParams, authInfo runtime.ClientAuthInfoWriter) (*CloseOK, error) + func (a *Client) Closed(params *ClosedParams, authInfo runtime.ClientAuthInfoWriter) (*ClosedOK, error) + func (a *Client) IndexSetClosed(params *IndexSetClosedParams, authInfo runtime.ClientAuthInfoWriter) (*IndexSetClosedOK, error) + func (a *Client) IndexSetList(params *IndexSetListParams, authInfo runtime.ClientAuthInfoWriter) (*IndexSetListOK, error) + func (a *Client) IndexSetOpen(params *IndexSetOpenParams, authInfo runtime.ClientAuthInfoWriter) (*IndexSetOpenOK, error) + func (a *Client) IndexSetReopened(params *IndexSetReopenedParams, authInfo runtime.ClientAuthInfoWriter) (*IndexSetReopenedOK, error) + func (a *Client) Multiple(params *MultipleParams, authInfo runtime.ClientAuthInfoWriter) (*MultipleOK, error) + func (a *Client) Open(params *OpenParams, authInfo runtime.ClientAuthInfoWriter) (*OpenOK, error) + func (a *Client) Reopen(params *ReopenParams, authInfo runtime.ClientAuthInfoWriter) (*ReopenOK, error) + func (a *Client) Reopened(params *ReopenedParams, authInfo runtime.ClientAuthInfoWriter) (*ReopenedOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type CloseForbidden struct + func NewCloseForbidden() *CloseForbidden + func (o *CloseForbidden) Error() string + type CloseOK struct + func NewCloseOK() *CloseOK + func (o *CloseOK) Error() string + type CloseParams struct + Context context.Context + HTTPClient *http.Client + Index string + func NewCloseParams() *CloseParams + func NewCloseParamsWithContext(ctx context.Context) *CloseParams + func NewCloseParamsWithHTTPClient(client *http.Client) *CloseParams + func NewCloseParamsWithTimeout(timeout time.Duration) *CloseParams + func (o *CloseParams) SetContext(ctx context.Context) + func (o *CloseParams) SetHTTPClient(client *http.Client) + func (o *CloseParams) SetIndex(index string) + func (o *CloseParams) SetTimeout(timeout time.Duration) + func (o *CloseParams) WithContext(ctx context.Context) *CloseParams + func (o *CloseParams) WithHTTPClient(client *http.Client) *CloseParams + func (o *CloseParams) WithIndex(index string) *CloseParams + func (o *CloseParams) WithTimeout(timeout time.Duration) *CloseParams + func (o *CloseParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CloseReader struct + func (o *CloseReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ClosedOK struct + Payload *models.ClosedIndices + func NewClosedOK() *ClosedOK + func (o *ClosedOK) Error() string + type ClosedParams struct + Context context.Context + HTTPClient *http.Client + func NewClosedParams() *ClosedParams + func NewClosedParamsWithContext(ctx context.Context) *ClosedParams + func NewClosedParamsWithHTTPClient(client *http.Client) *ClosedParams + func NewClosedParamsWithTimeout(timeout time.Duration) *ClosedParams + func (o *ClosedParams) SetContext(ctx context.Context) + func (o *ClosedParams) SetHTTPClient(client *http.Client) + func (o *ClosedParams) SetTimeout(timeout time.Duration) + func (o *ClosedParams) WithContext(ctx context.Context) *ClosedParams + func (o *ClosedParams) WithHTTPClient(client *http.Client) *ClosedParams + func (o *ClosedParams) WithTimeout(timeout time.Duration) *ClosedParams + func (o *ClosedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ClosedReader struct + func (o *ClosedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IndexSetClosedOK struct + Payload *models.ClosedIndices + func NewIndexSetClosedOK() *IndexSetClosedOK + func (o *IndexSetClosedOK) Error() string + type IndexSetClosedParams struct + Context context.Context + HTTPClient *http.Client + IndexSetID string + func NewIndexSetClosedParams() *IndexSetClosedParams + func NewIndexSetClosedParamsWithContext(ctx context.Context) *IndexSetClosedParams + func NewIndexSetClosedParamsWithHTTPClient(client *http.Client) *IndexSetClosedParams + func NewIndexSetClosedParamsWithTimeout(timeout time.Duration) *IndexSetClosedParams + func (o *IndexSetClosedParams) SetContext(ctx context.Context) + func (o *IndexSetClosedParams) SetHTTPClient(client *http.Client) + func (o *IndexSetClosedParams) SetIndexSetID(indexSetID string) + func (o *IndexSetClosedParams) SetTimeout(timeout time.Duration) + func (o *IndexSetClosedParams) WithContext(ctx context.Context) *IndexSetClosedParams + func (o *IndexSetClosedParams) WithHTTPClient(client *http.Client) *IndexSetClosedParams + func (o *IndexSetClosedParams) WithIndexSetID(indexSetID string) *IndexSetClosedParams + func (o *IndexSetClosedParams) WithTimeout(timeout time.Duration) *IndexSetClosedParams + func (o *IndexSetClosedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type IndexSetClosedReader struct + func (o *IndexSetClosedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IndexSetListOK struct + Payload *models.AllIndices + func NewIndexSetListOK() *IndexSetListOK + func (o *IndexSetListOK) Error() string + type IndexSetListParams struct + Context context.Context + HTTPClient *http.Client + IndexSetID string + func NewIndexSetListParams() *IndexSetListParams + func NewIndexSetListParamsWithContext(ctx context.Context) *IndexSetListParams + func NewIndexSetListParamsWithHTTPClient(client *http.Client) *IndexSetListParams + func NewIndexSetListParamsWithTimeout(timeout time.Duration) *IndexSetListParams + func (o *IndexSetListParams) SetContext(ctx context.Context) + func (o *IndexSetListParams) SetHTTPClient(client *http.Client) + func (o *IndexSetListParams) SetIndexSetID(indexSetID string) + func (o *IndexSetListParams) SetTimeout(timeout time.Duration) + func (o *IndexSetListParams) WithContext(ctx context.Context) *IndexSetListParams + func (o *IndexSetListParams) WithHTTPClient(client *http.Client) *IndexSetListParams + func (o *IndexSetListParams) WithIndexSetID(indexSetID string) *IndexSetListParams + func (o *IndexSetListParams) WithTimeout(timeout time.Duration) *IndexSetListParams + func (o *IndexSetListParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type IndexSetListReader struct + func (o *IndexSetListReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IndexSetOpenOK struct + Payload *models.OpenIndicesInfo + func NewIndexSetOpenOK() *IndexSetOpenOK + func (o *IndexSetOpenOK) Error() string + type IndexSetOpenParams struct + Context context.Context + HTTPClient *http.Client + IndexSetID string + func NewIndexSetOpenParams() *IndexSetOpenParams + func NewIndexSetOpenParamsWithContext(ctx context.Context) *IndexSetOpenParams + func NewIndexSetOpenParamsWithHTTPClient(client *http.Client) *IndexSetOpenParams + func NewIndexSetOpenParamsWithTimeout(timeout time.Duration) *IndexSetOpenParams + func (o *IndexSetOpenParams) SetContext(ctx context.Context) + func (o *IndexSetOpenParams) SetHTTPClient(client *http.Client) + func (o *IndexSetOpenParams) SetIndexSetID(indexSetID string) + func (o *IndexSetOpenParams) SetTimeout(timeout time.Duration) + func (o *IndexSetOpenParams) WithContext(ctx context.Context) *IndexSetOpenParams + func (o *IndexSetOpenParams) WithHTTPClient(client *http.Client) *IndexSetOpenParams + func (o *IndexSetOpenParams) WithIndexSetID(indexSetID string) *IndexSetOpenParams + func (o *IndexSetOpenParams) WithTimeout(timeout time.Duration) *IndexSetOpenParams + func (o *IndexSetOpenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type IndexSetOpenReader struct + func (o *IndexSetOpenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type IndexSetReopenedOK struct + Payload *models.ClosedIndices + func NewIndexSetReopenedOK() *IndexSetReopenedOK + func (o *IndexSetReopenedOK) Error() string + type IndexSetReopenedParams struct + Context context.Context + HTTPClient *http.Client + IndexSetID string + func NewIndexSetReopenedParams() *IndexSetReopenedParams + func NewIndexSetReopenedParamsWithContext(ctx context.Context) *IndexSetReopenedParams + func NewIndexSetReopenedParamsWithHTTPClient(client *http.Client) *IndexSetReopenedParams + func NewIndexSetReopenedParamsWithTimeout(timeout time.Duration) *IndexSetReopenedParams + func (o *IndexSetReopenedParams) SetContext(ctx context.Context) + func (o *IndexSetReopenedParams) SetHTTPClient(client *http.Client) + func (o *IndexSetReopenedParams) SetIndexSetID(indexSetID string) + func (o *IndexSetReopenedParams) SetTimeout(timeout time.Duration) + func (o *IndexSetReopenedParams) WithContext(ctx context.Context) *IndexSetReopenedParams + func (o *IndexSetReopenedParams) WithHTTPClient(client *http.Client) *IndexSetReopenedParams + func (o *IndexSetReopenedParams) WithIndexSetID(indexSetID string) *IndexSetReopenedParams + func (o *IndexSetReopenedParams) WithTimeout(timeout time.Duration) *IndexSetReopenedParams + func (o *IndexSetReopenedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type IndexSetReopenedReader struct + func (o *IndexSetReopenedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type MultipleOK struct + Payload MultipleOKBody + func NewMultipleOK() *MultipleOK + func (o *MultipleOK) Error() string + type MultipleOKBody interface + type MultipleParams struct + Context context.Context + HTTPClient *http.Client + RequestedIndices *models.IndicesReadRequest + func NewMultipleParams() *MultipleParams + func NewMultipleParamsWithContext(ctx context.Context) *MultipleParams + func NewMultipleParamsWithHTTPClient(client *http.Client) *MultipleParams + func NewMultipleParamsWithTimeout(timeout time.Duration) *MultipleParams + func (o *MultipleParams) SetContext(ctx context.Context) + func (o *MultipleParams) SetHTTPClient(client *http.Client) + func (o *MultipleParams) SetRequestedIndices(requestedIndices *models.IndicesReadRequest) + func (o *MultipleParams) SetTimeout(timeout time.Duration) + func (o *MultipleParams) WithContext(ctx context.Context) *MultipleParams + func (o *MultipleParams) WithHTTPClient(client *http.Client) *MultipleParams + func (o *MultipleParams) WithRequestedIndices(requestedIndices *models.IndicesReadRequest) *MultipleParams + func (o *MultipleParams) WithTimeout(timeout time.Duration) *MultipleParams + func (o *MultipleParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type MultipleReader struct + func (o *MultipleReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type OpenOK struct + Payload *models.OpenIndicesInfo + func NewOpenOK() *OpenOK + func (o *OpenOK) Error() string + type OpenParams struct + Context context.Context + HTTPClient *http.Client + func NewOpenParams() *OpenParams + func NewOpenParamsWithContext(ctx context.Context) *OpenParams + func NewOpenParamsWithHTTPClient(client *http.Client) *OpenParams + func NewOpenParamsWithTimeout(timeout time.Duration) *OpenParams + func (o *OpenParams) SetContext(ctx context.Context) + func (o *OpenParams) SetHTTPClient(client *http.Client) + func (o *OpenParams) SetTimeout(timeout time.Duration) + func (o *OpenParams) WithContext(ctx context.Context) *OpenParams + func (o *OpenParams) WithHTTPClient(client *http.Client) *OpenParams + func (o *OpenParams) WithTimeout(timeout time.Duration) *OpenParams + func (o *OpenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type OpenReader struct + func (o *OpenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReopenOK struct + func NewReopenOK() *ReopenOK + func (o *ReopenOK) Error() string + type ReopenParams struct + Context context.Context + HTTPClient *http.Client + Index string + func NewReopenParams() *ReopenParams + func NewReopenParamsWithContext(ctx context.Context) *ReopenParams + func NewReopenParamsWithHTTPClient(client *http.Client) *ReopenParams + func NewReopenParamsWithTimeout(timeout time.Duration) *ReopenParams + func (o *ReopenParams) SetContext(ctx context.Context) + func (o *ReopenParams) SetHTTPClient(client *http.Client) + func (o *ReopenParams) SetIndex(index string) + func (o *ReopenParams) SetTimeout(timeout time.Duration) + func (o *ReopenParams) WithContext(ctx context.Context) *ReopenParams + func (o *ReopenParams) WithHTTPClient(client *http.Client) *ReopenParams + func (o *ReopenParams) WithIndex(index string) *ReopenParams + func (o *ReopenParams) WithTimeout(timeout time.Duration) *ReopenParams + func (o *ReopenParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReopenReader struct + func (o *ReopenReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type ReopenedOK struct + Payload *models.ClosedIndices + func NewReopenedOK() *ReopenedOK + func (o *ReopenedOK) Error() string + type ReopenedParams struct + Context context.Context + HTTPClient *http.Client + func NewReopenedParams() *ReopenedParams + func NewReopenedParamsWithContext(ctx context.Context) *ReopenedParams + func NewReopenedParamsWithHTTPClient(client *http.Client) *ReopenedParams + func NewReopenedParamsWithTimeout(timeout time.Duration) *ReopenedParams + func (o *ReopenedParams) SetContext(ctx context.Context) + func (o *ReopenedParams) SetHTTPClient(client *http.Client) + func (o *ReopenedParams) SetTimeout(timeout time.Duration) + func (o *ReopenedParams) WithContext(ctx context.Context) *ReopenedParams + func (o *ReopenedParams) WithHTTPClient(client *http.Client) *ReopenedParams + func (o *ReopenedParams) WithTimeout(timeout time.Duration) *ReopenedParams + func (o *ReopenedParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type ReopenedReader struct + func (o *ReopenedReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)