restore

package
v0.0.0-...-96f45e9 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangelogStore

type ChangelogStore interface {
	LogRestores(ctx context.Context, orgId, datasetId int64, userId string, changelogEvents []changelog.PackageRestoreEvent) error
	logging.Logger
}

type SQSChangelogStore

type SQSChangelogStore struct {
	Client *changelog.Client
	Queue  string
}

func NewSQSChangelogStore

func NewSQSChangelogStore(sqsClient *sqs.Client) *SQSChangelogStore

func (*SQSChangelogStore) WithLogging

func (s *SQSChangelogStore) WithLogging(log *logging.Log) ChangelogStore

Jump to

Keyboard shortcuts

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