Pass the checksum type along in the request

This commit is contained in:
Dane Everitt
2020-08-23 17:52:46 -07:00
parent d1485d7c5f
commit 7287b8e198
2 changed files with 14 additions and 10 deletions

View File

@@ -7,9 +7,10 @@ import (
)
type BackupRequest struct {
Checksum string `json:"checksum"`
Size int64 `json:"size"`
Successful bool `json:"successful"`
Checksum string `json:"checksum"`
ChecksumType string `json:"checksum_type"`
Size int64 `json:"size"`
Successful bool `json:"successful"`
}
// Notifies the panel that a specific backup has been completed and is now