backup

package
v0.0.0-...-06621f0 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	DatabaseName     string
	DatabaseHost     string
	DatabasePort     int
	DatabaseUser     string
	DatabasePassword string

	Retention time.Duration
	Prefix    string
}

func (Config) ToDatabaseBackupRequest

func (c Config) ToDatabaseBackupRequest() model.DatabaseBackupRequest

type Service

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

func NewService

func NewService(
	cfg Config,
	backupExecutor port.BackupExecutor,
	objectStorage port.ObjectStorage,
) *Service

func (*Service) BackupDatabase

func (s *Service) BackupDatabase(ctx context.Context) error

func (*Service) PruneDatabaseBackups

func (s *Service) PruneDatabaseBackups(ctx context.Context) error

Jump to

Keyboard shortcuts

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