Skip to content
Snippets Groups Projects
Commit 998ac298 authored by Jonah Husson's avatar Jonah Husson
Browse files

Add bindings call for json backup

parent 263cca25
Branches
Tags
3 merge requests!231Revert "Update store to print changes to the partners list",!187Xx 3829/triggers,!181Xx 3818/jsonbackup
...@@ -65,3 +65,8 @@ func (b *Backup) StopBackup() error { ...@@ -65,3 +65,8 @@ func (b *Backup) StopBackup() error {
func (b *Backup) IsBackupRunning() bool { func (b *Backup) IsBackupRunning() bool {
return b.b.IsBackupRunning() return b.b.IsBackupRunning()
} }
// AddJson stores a passed in json string in the backup structure
func (b *Backup) AddJson(json string) {
b.b.AddJson(json)
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment