diff options
Diffstat (limited to 'weed/filer2/filer_structure.go')
| -rw-r--r-- | weed/filer2/filer_structure.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/weed/filer2/filer_structure.go b/weed/filer2/filer_structure.go index c732d9230..7a5dc3d8d 100644 --- a/weed/filer2/filer_structure.go +++ b/weed/filer2/filer_structure.go @@ -67,16 +67,6 @@ func (entry Entry) Timestamp() time.Time { } } -type AbstractFiler interface { - CreateEntry(*Entry) (error) - AppendFileChunk(FullPath, []*filer_pb.FileChunk) (err error) - FindEntry(FullPath) (found bool, fileEntry *Entry, err error) - DeleteEntry(FullPath) (fileEntry *Entry, err error) - - ListDirectoryEntries(dirPath FullPath) ([]*Entry, error) - UpdateEntry(*Entry) (error) -} - var ErrNotFound = errors.New("filer: no entry is found in filer store") type FilerStore interface { |
