Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage interface { Put(ctx context.Context, backup ubtypes.Backup, content io.ReadSeeker) error Get(ctx context.Context, id string) (io.ReadCloser, error) List(ctx context.Context, serviceId string) ([]StoredBackup, error) ListServices(context.Context) ([]string, error) }
func NewS3BackupStorage ¶
func StorageFromConfig ¶
Click to show internal directories.
Click to hide internal directories.