weed mount can work well
TODO: somehow filer url is returning empty content
This commit is contained in:
@@ -69,7 +69,7 @@ var ErrNotFound = errors.New("filer: no entry is found in filer store")
|
||||
|
||||
type FilerStore interface {
|
||||
InsertEntry(*Entry) (error)
|
||||
SetFileChunks(FullPath, []*filer_pb.FileChunk) (err error)
|
||||
UpdateEntry(*Entry) (err error)
|
||||
FindEntry(FullPath) (found bool, entry *Entry, err error)
|
||||
DeleteEntry(FullPath) (fileEntry *Entry, err error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user