gcsbackupstorage

package
v0.11.1 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2021 License: Apache-2.0 Imports: 14 Imported by: 4

Documentation

Overview

Package gcsbackupstorage implements the BackupStorage interface for Google Cloud Storage.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GCSBackupHandle

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

GCSBackupHandle implements BackupHandle for Google Cloud Storage.

func (*GCSBackupHandle) AbortBackup

func (bh *GCSBackupHandle) AbortBackup(ctx context.Context) error

AbortBackup implements BackupHandle.

func (*GCSBackupHandle) AddFile

func (bh *GCSBackupHandle) AddFile(ctx context.Context, filename string, filesize int64) (io.WriteCloser, error)

AddFile implements BackupHandle.

func (*GCSBackupHandle) Directory

func (bh *GCSBackupHandle) Directory() string

Directory implements BackupHandle.

func (*GCSBackupHandle) EndBackup

func (bh *GCSBackupHandle) EndBackup(ctx context.Context) error

EndBackup implements BackupHandle.

func (*GCSBackupHandle) Error

func (bh *GCSBackupHandle) Error() error

Error is part of the concurrency.ErrorRecorder interface.

func (*GCSBackupHandle) HasErrors

func (bh *GCSBackupHandle) HasErrors() bool

HasErrors is part of the concurrency.ErrorRecorder interface.

func (*GCSBackupHandle) Name

func (bh *GCSBackupHandle) Name() string

Name implements BackupHandle.

func (*GCSBackupHandle) ReadFile

func (bh *GCSBackupHandle) ReadFile(ctx context.Context, filename string) (io.ReadCloser, error)

ReadFile implements BackupHandle.

func (*GCSBackupHandle) RecordError

func (bh *GCSBackupHandle) RecordError(err error)

RecordError is part of the concurrency.ErrorRecorder interface.

type GCSBackupStorage

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

GCSBackupStorage implements BackupStorage for Google Cloud Storage.

func (*GCSBackupStorage) Close

func (bs *GCSBackupStorage) Close() error

Close implements BackupStorage.

func (*GCSBackupStorage) ListBackups

func (bs *GCSBackupStorage) ListBackups(ctx context.Context, dir string) ([]backupstorage.BackupHandle, error)

ListBackups implements BackupStorage.

func (*GCSBackupStorage) RemoveBackup

func (bs *GCSBackupStorage) RemoveBackup(ctx context.Context, dir, name string) error

RemoveBackup implements BackupStorage.

func (*GCSBackupStorage) StartBackup

func (bs *GCSBackupStorage) StartBackup(ctx context.Context, dir, name string) (backupstorage.BackupHandle, error)

StartBackup implements BackupStorage.

Jump to

Keyboard shortcuts

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