add weedfuse

This commit is contained in:
Chris Lu
2019-05-10 15:03:31 -07:00
parent 69b7dd398d
commit 1ca1ec906a
4 changed files with 118 additions and 33 deletions

View File

@@ -32,6 +32,8 @@ type Option struct {
MountUid uint32
MountGid uint32
MountMode os.FileMode
MountCtime time.Time
MountMtime time.Time
}
var _ = fs.FS(&WFS{})