Skip to content
Snippets Groups Projects
Commit 615d9756 authored by Josh Brooks's avatar Josh Brooks
Browse files

Expose fields in BackupReport

parent fad9e84e
No related branches found
No related tags found
2 merge requests!510Release,!299Implement NewCmixFromBackup
...@@ -26,10 +26,10 @@ type Backup struct { ...@@ -26,10 +26,10 @@ type Backup struct {
// NewCmixFromBackup. // NewCmixFromBackup.
type BackupReport struct { type BackupReport struct {
// The JSON encoded list of E2E partner IDs // The JSON encoded list of E2E partner IDs
backupIdListJson []byte BackupIdListJson []byte
// The backup parameters found within the backup file // The backup parameters found within the backup file
backupParams []byte BackupParams []byte
} }
// UpdateBackupFunc contains a function callback that returns new backups. // UpdateBackupFunc contains a function callback that returns new backups.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment