Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BadMetadata = errors.New("Corrupted metadata.")
View Source
var FileEmptyError = errors.New("Empty file")
View Source
var NotFoundErr = errors.New("File not found.")
Functions ¶
This section is empty.
Types ¶
type MetaStorageBackend ¶ added in v1.2.8
type MetaStorageBackend interface { StorageBackend List() ([]string, error) }
type StorageBackend ¶
Click to show internal directories.
Click to hide internal directories.