Documentation ¶
Overview ¶
Resets the internal state of features, usually by deleting system indices
Index ¶
- Variables
- type NewResetFeatures
- type ResetFeatures
- func (r ResetFeatures) Do(ctx context.Context) (*Response, error)
- func (r *ResetFeatures) Header(key, value string) *ResetFeatures
- func (r *ResetFeatures) HttpRequest(ctx context.Context) (*http.Request, error)
- func (r ResetFeatures) IsSuccess(ctx context.Context) (bool, error)
- func (r ResetFeatures) Perform(ctx context.Context) (*http.Response, error)
- type Response
Constants ¶
This section is empty.
Variables ¶
var ErrBuildPath = errors.New("cannot build path, check for missing path parameters")
ErrBuildPath is returned in case of missing parameters within the build of the request.
Functions ¶
This section is empty.
Types ¶
type NewResetFeatures ¶
type NewResetFeatures func() *ResetFeatures
NewResetFeatures type alias for index.
func NewResetFeaturesFunc ¶
func NewResetFeaturesFunc(tp elastictransport.Interface) NewResetFeatures
NewResetFeaturesFunc returns a new instance of ResetFeatures with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.
type ResetFeatures ¶
type ResetFeatures struct {
// contains filtered or unexported fields
}
func New ¶
func New(tp elastictransport.Interface) *ResetFeatures
Resets the internal state of features, usually by deleting system indices
https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-snapshots.html
func (ResetFeatures) Do ¶
func (r ResetFeatures) Do(ctx context.Context) (*Response, error)
Do runs the request through the transport, handle the response and returns a resetfeatures.Response
func (*ResetFeatures) Header ¶
func (r *ResetFeatures) Header(key, value string) *ResetFeatures
Header set a key, value pair in the ResetFeatures headers map.
func (*ResetFeatures) HttpRequest ¶
HttpRequest returns the http.Request object built from the given parameters.