Documentation
¶
Index ¶
- func (d *Driver) BackupOps() (convoydriver.BackupOperations, error)
- func (d *Driver) CloseSnapshot(id, volumeID string) error
- func (d *Driver) CompareSnapshot(id, compareID, volumeID string) (*metadata.Mappings, error)
- func (d *Driver) CreateBackup(snapshotID, volumeID, destURL string, opts map[string]string) (string, error)
- func (d *Driver) DeleteBackup(backupURL string) error
- func (d *Driver) GetBackupInfo(backupURL string) (map[string]string, error)
- func (d *Driver) GetVolumeDevice(id string) (string, error)
- func (d *Driver) HasSnapshot(id, volumeID string) bool
- func (d *Driver) ListBackup(destURL string, opts map[string]string) (map[string]map[string]string, error)
- func (d *Driver) OpenSnapshot(id, volumeID string) error
- func (d *Driver) ReadSnapshot(id, volumeID string, offset int64, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func (*Driver) BackupOps ¶ added in v0.2.1
func (d *Driver) BackupOps() (convoydriver.BackupOperations, error)
func (*Driver) CloseSnapshot ¶ added in v0.2.1
func (*Driver) CompareSnapshot ¶ added in v0.2.1
func (*Driver) CreateBackup ¶ added in v0.2.1
func (*Driver) DeleteBackup ¶ added in v0.2.1
func (*Driver) GetBackupInfo ¶ added in v0.2.1
func (*Driver) GetVolumeDevice ¶ added in v0.2.1
func (*Driver) HasSnapshot ¶ added in v0.2.1
func (*Driver) ListBackup ¶ added in v0.2.1
func (*Driver) OpenSnapshot ¶ added in v0.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.