environmentvariablesrollback

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

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
}

func NewClient

func NewClient(opts ...option.RequestOption) *Client

func (*Client) RollbackEnvsToPitId

func (c *Client) RollbackEnvsToPitId(
	ctx context.Context,
	request *sdk.RollbackToPitRequest,
	opts ...option.RequestOption,
) (*sdk.RollbackResponse, error)

Rollback all environment variables to a specific point in time

func (*Client) RollbackEnvsToTimestamp

func (c *Client) RollbackEnvsToTimestamp(
	ctx context.Context,
	request *sdk.RollbackToTimestampRequest,
	opts ...option.RequestOption,
) (*sdk.RollbackResponse, error)

Rollback all environment variables to a specific timestamp

func (*Client) RollbackVariableToPitId

func (c *Client) RollbackVariableToPitId(
	ctx context.Context,
	key string,
	request *sdk.VariableRollbackToPitRequest,
	opts ...option.RequestOption,
) (*sdk.VariableRollbackResponse, error)

Rollback a specific environment variable to a point in time

func (*Client) RollbackVariableToTimestamp

func (c *Client) RollbackVariableToTimestamp(
	ctx context.Context,
	key string,
	request *sdk.VariableRollbackToTimestampRequest,
	opts ...option.RequestOption,
) (*sdk.VariableRollbackResponse, error)

Rollback a specific environment variable to a timestamp

Jump to

Keyboard shortcuts

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