importexport

package
v2.0.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BackupAPI

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

func New

func New(ctx context.Context, logger *zap.Logger, backupRestore *backupRestore.BackupRestore, storage storageTY.Plugin, bus busTY.Plugin, enc *encryptionAPI.Encryption) *BackupAPI

func (*BackupAPI) Delete

func (bk *BackupAPI) Delete(IDs []string) (int64, error)

Delete backup files

func (*BackupAPI) GetBackupFilesList

func (bk *BackupAPI) GetBackupFilesList() ([]interface{}, error)

GetBackupFilesList details

func (*BackupAPI) List

func (bk *BackupAPI) List(filters []storageTY.Filter, pagination *storageTY.Pagination) (*storageTY.Result, error)

List by filter and pagination

func (*BackupAPI) RunOnDemandBackup

func (bk *BackupAPI) RunOnDemandBackup(input *backupTY.OnDemandBackupConfig) error

triggers on demand export

func (*BackupAPI) RunRestore

func (bk *BackupAPI) RunRestore(file backupTY.BackupFile) error

RunRestore func

Jump to

Keyboard shortcuts

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