Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BackupManager ¶
type BackupManager struct {
// contains filtered or unexported fields
}
func NewBackupManager ¶
func NewBackupManager(db *pgxpool.Pool, backupPath string) *BackupManager
func (*BackupManager) CreateBackup ¶
func (*BackupManager) GetAllTableNames ¶
func (bm *BackupManager) GetAllTableNames(ctx context.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.