ObjectDescription is now more exact, only exposes necessary details.

This commit is contained in:
Frederick F. Kautz IV
2014-12-15 14:26:16 +13:00
parent 8ff7fea4ac
commit dd7cd11c9c
4 changed files with 7 additions and 11 deletions

View File

@@ -10,8 +10,7 @@ type ObjectStorage interface {
}
type ObjectDescription struct {
Name string
Md5sum string
Protectionlevel string
Hash string
Name string
Md5sum string
Murmur3 string
}