storage

package
v1.14.1 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package storage defines the interface for backup storage backends.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Storage

type Storage interface {
	SaveFile(ctx context.Context, archiveFilePath string, dstFilename string) error
}

Storage interface defines methods for saving backup files.

Directories

Path Synopsis
Package localstorage provides local file system storage implementation.
Package localstorage provides local file system storage implementation.
Package s3storage provides AWS S3 storage implementation.
Package s3storage provides AWS S3 storage implementation.

Jump to

Keyboard shortcuts

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