Documentation
¶
Index ¶
- func CleanupExpiredBackups(db *gorm.DB) error
- func CreateBackupJob(db *gorm.DB, adminUserID uuid.UUID, includeFiles, includeConfigs bool, ...) (*database.BackupJob, error)
- func DeleteBackupJob(db *gorm.DB, jobID uuid.UUID, adminUserID uuid.UUID) error
- func GetBackupJob(db *gorm.DB, jobID uuid.UUID, adminUserID uuid.UUID) (*database.BackupJob, error)
- func GetBackupJobs(db *gorm.DB, adminUserID uuid.UUID) ([]database.BackupJob, error)
- type Worker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanupExpiredBackups ¶
func CreateBackupJob ¶
func DeleteBackupJob ¶
func GetBackupJob ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.