postfeatureupgrade

package
v8.0.0-...-8970b63 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Overview

Begin upgrades for system features

Index

Constants

This section is empty.

Variables

View Source
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 NewPostFeatureUpgrade

type NewPostFeatureUpgrade func() *PostFeatureUpgrade

NewPostFeatureUpgrade type alias for index.

func NewPostFeatureUpgradeFunc

func NewPostFeatureUpgradeFunc(tp elastictransport.Interface) NewPostFeatureUpgrade

NewPostFeatureUpgradeFunc returns a new instance of PostFeatureUpgrade with the provided transport. Used in the index of the library this allows to retrieve every apis in once place.

type PostFeatureUpgrade

type PostFeatureUpgrade struct {
	// contains filtered or unexported fields
}

func (PostFeatureUpgrade) Do

Do runs the request through the transport, handle the response and returns a postfeatureupgrade.Response

func (*PostFeatureUpgrade) Header

func (r *PostFeatureUpgrade) Header(key, value string) *PostFeatureUpgrade

Header set a key, value pair in the PostFeatureUpgrade headers map.

func (*PostFeatureUpgrade) HttpRequest

func (r *PostFeatureUpgrade) HttpRequest(ctx context.Context) (*http.Request, error)

HttpRequest returns the http.Request object built from the given parameters.

func (PostFeatureUpgrade) IsSuccess

func (r PostFeatureUpgrade) IsSuccess(ctx context.Context) (bool, error)

IsSuccess allows to run a query with a context and retrieve the result as a boolean. This only exists for endpoints without a request payload and allows for quick control flow.

func (PostFeatureUpgrade) Perform

func (r PostFeatureUpgrade) Perform(ctx context.Context) (*http.Response, error)

Perform runs the http.Request through the provided transport and returns an http.Response.

type Response

type Response struct {
	Accepted bool                         `json:"accepted"`
	Features []types.PostMigrationFeature `json:"features"`
}

func NewResponse

func NewResponse() *Response

NewResponse returns a Response

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL