Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backuper ¶ added in v0.8.0
type Backuper struct {
// contains filtered or unexported fields
}
func New ¶ added in v0.8.0
func New(config *BackuperConfig) *Backuper
func (*Backuper) CreateBackup ¶ added in v0.8.0
type BackuperConfig ¶ added in v0.8.0
type BackuperConfig struct { Log *slog.Logger BackupSchedule string DatabaseProber database.DatabaseProber BackupProvider backuproviders.BackupProvider Metrics *metrics.Metrics Compressor *compress.Compressor Encrypter *encryption.Encrypter }
Click to show internal directories.
Click to hide internal directories.