Refactor StorageMap to BlobList

This commit is contained in:
Alexander Neumann
2014-11-21 21:21:44 +01:00
parent d594cd89b7
commit d1e4431514
10 changed files with 285 additions and 111 deletions

View File

@@ -46,7 +46,7 @@ type Blob struct {
StorageSize uint64 `json:"ssize,omitempty"` // encrypted Size
}
type Blobs []*Blob
type Blobs []Blob
func (n Node) String() string {
switch n.Type {