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

Add example BackupReport to bindings

parent e9b2b408
Branches
Tags
2 merge requests!510Release,!299Implement NewCmixFromBackup
......@@ -24,6 +24,9 @@ type Backup struct {
// BackupReport is the bindings' representation of the return values of
// NewCmixFromBackup.
//
// Example BackupReport:
// {"BackupIdListJson":"WyJPRHRRTTA4ZERpV3lXaE0wWUhjanRHWnZQcHRSa1JOZ1pHR2FkTG10dE9BRCJd","BackupParams":""}
type BackupReport struct {
// The JSON encoded list of E2E partner IDs
BackupIdListJson []byte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment