From 615d97560d8a656e880a35f60a0f6cf8765b21e1 Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Thu, 28 Jul 2022 13:28:29 -0700
Subject: [PATCH] Expose fields in BackupReport

---
 bindings/backup.go | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bindings/backup.go b/bindings/backup.go
index f3d368ebe..9165b7214 100644
--- a/bindings/backup.go
+++ b/bindings/backup.go
@@ -26,10 +26,10 @@ type Backup struct {
 // NewCmixFromBackup.
 type BackupReport struct {
 	// The JSON encoded list of E2E partner IDs
-	backupIdListJson []byte
+	BackupIdListJson []byte
 
 	// The backup parameters found within the backup file
-	backupParams []byte
+	BackupParams []byte
 }
 
 // UpdateBackupFunc contains a function callback that returns new backups.
-- 
GitLab