summaryrefslogtreecommitdiff
path: root/frontend/fs.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-09-03 19:09:23 +0200
committerJakob Unterwurzacher2015-09-03 19:09:23 +0200
commit8a48609d0e070402a048c06f8b94457e572fa83c (patch)
treed8a60ff7e37d70d0994df2f6d4d910f8253786f1 /frontend/fs.go
parentf8fddff7694b2cb9487fd4b5cbe9f97a136600b0 (diff)
Add frontend stubs
Diffstat (limited to 'frontend/fs.go')
-rw-r--r--frontend/fs.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/fs.go b/frontend/fs.go
new file mode 100644
index 0000000..464c19f
--- /dev/null
+++ b/frontend/fs.go
@@ -0,0 +1,9 @@
+package frontend
+
+import (
+ "github.com/rfjakob/gocryptfs/cryptfs"
+)
+
+type FS struct {
+ cryptfs.FS
+}