Rename backend subdir 'blobs' to 'data'

This commit is contained in:
Alexander Neumann 2014-11-16 13:22:19 +01:00
parent b403769ae8
commit 804cebde67
8 changed files with 22 additions and 31 deletions

View file

@ -5,7 +5,7 @@ import "errors"
type Type string
const (
Blob Type = "blob"
Data Type = "data"
Key = "key"
Lock = "lock"
Snapshot = "snapshot"