mirror of https://github.com/restic/restic.git
Remove unused key offset from blob struct
This commit is contained in:
parent
24b14e21cc
commit
094ca7e635
1
blob.go
1
blob.go
|
@ -8,7 +8,6 @@ import (
|
||||||
|
|
||||||
type Blob struct {
|
type Blob struct {
|
||||||
ID backend.ID `json:"id,omitempty"`
|
ID backend.ID `json:"id,omitempty"`
|
||||||
Offset uint64 `json:"offset,omitempty"`
|
|
||||||
Size uint64 `json:"size,omitempty"`
|
Size uint64 `json:"size,omitempty"`
|
||||||
Storage backend.ID `json:"sid,omitempty"` // encrypted ID
|
Storage backend.ID `json:"sid,omitempty"` // encrypted ID
|
||||||
StorageSize uint64 `json:"ssize,omitempty"` // encrypted Size
|
StorageSize uint64 `json:"ssize,omitempty"` // encrypted Size
|
||||||
|
|
Loading…
Reference in New Issue