Documentation
¶
Index ¶
- type SObjectBackupStorage
- func (s *SObjectBackupStorage) IsBackupExists(backupId string) (bool, error)
- func (s *SObjectBackupStorage) IsBackupInstanceExists(backupId string) (bool, error)
- func (s *SObjectBackupStorage) IsOnline() (bool, string, error)
- func (s *SObjectBackupStorage) RemoveBackup(ctx context.Context, backupId string) error
- func (s *SObjectBackupStorage) RemoveBackupInstance(ctx context.Context, backupId string) error
- func (s *SObjectBackupStorage) RestoreBackupInstanceTo(ctx context.Context, targetFilename string, backupId string) error
- func (s *SObjectBackupStorage) RestoreBackupTo(ctx context.Context, targetFilename string, backupId string) error
- func (s *SObjectBackupStorage) SaveBackupFrom(ctx context.Context, srcFilename string, backupId string) error
- func (s *SObjectBackupStorage) SaveBackupInstanceFrom(ctx context.Context, srcFilename string, backupId string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SObjectBackupStorage ¶
type SObjectBackupStorage struct { BackupStorageId string // contains filtered or unexported fields }
func (*SObjectBackupStorage) IsBackupExists ¶
func (s *SObjectBackupStorage) IsBackupExists(backupId string) (bool, error)
func (*SObjectBackupStorage) IsBackupInstanceExists ¶
func (s *SObjectBackupStorage) IsBackupInstanceExists(backupId string) (bool, error)
func (*SObjectBackupStorage) IsOnline ¶
func (s *SObjectBackupStorage) IsOnline() (bool, string, error)
func (*SObjectBackupStorage) RemoveBackup ¶
func (s *SObjectBackupStorage) RemoveBackup(ctx context.Context, backupId string) error
func (*SObjectBackupStorage) RemoveBackupInstance ¶
func (s *SObjectBackupStorage) RemoveBackupInstance(ctx context.Context, backupId string) error
func (*SObjectBackupStorage) RestoreBackupInstanceTo ¶
func (*SObjectBackupStorage) RestoreBackupTo ¶
func (*SObjectBackupStorage) SaveBackupFrom ¶
func (*SObjectBackupStorage) SaveBackupInstanceFrom ¶
Click to show internal directories.
Click to hide internal directories.