mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
Remove unused key offset from blob struct
This commit is contained in:
parent
24b14e21cc
commit
094ca7e635
1 changed files with 0 additions and 1 deletions
1
blob.go
1
blob.go
|
@ -8,7 +8,6 @@ import (
|
|||
|
||||
type Blob struct {
|
||||
ID backend.ID `json:"id,omitempty"`
|
||||
Offset uint64 `json:"offset,omitempty"`
|
||||
Size uint64 `json:"size,omitempty"`
|
||||
Storage backend.ID `json:"sid,omitempty"` // encrypted ID
|
||||
StorageSize uint64 `json:"ssize,omitempty"` // encrypted Size
|
||||
|
|
Loading…
Reference in a new issue