Remove unused key offset from blob struct

This commit is contained in:
Alexander Neumann 2015-03-28 16:59:14 +01:00
parent 24b14e21cc
commit 094ca7e635
1 changed files with 0 additions and 1 deletions

View File

@ -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