aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/flat_namespace/flat_namespace_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/flat_namespace/flat_namespace_store.go')
-rw-r--r--weed/filer/flat_namespace/flat_namespace_store.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/weed/filer/flat_namespace/flat_namespace_store.go b/weed/filer/flat_namespace/flat_namespace_store.go
deleted file mode 100644
index dc158f7ad..000000000
--- a/weed/filer/flat_namespace/flat_namespace_store.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package flat_namespace
-
-import ()
-
-type FlatNamespaceStore interface {
- Put(fullFileName string, fid string) (err error)
- Get(fullFileName string) (fid string, err error)
- Delete(fullFileName string) (err error)
-}