Documentation ¶ Index ¶ Constants func NewMemFS(uid uint32, gid uint32) fuse.Server Constants ¶ View Source const ( FileOpenFlagsXattrName = "fileOpenFlagsXattr" CheckFileOpenFlagsFileName = "checkFileOpenFlags" ) Variables ¶ This section is empty. Functions ¶ func NewMemFS ¶ func NewMemFS( uid uint32, gid uint32) fuse.Server Create a file system that stores data and metadata in memory. The supplied UID/GID pair will own the root inode. This file system does no permissions checking, and should therefore be mounted with the default_permissions option. Types ¶ This section is empty. Source Files ¶ View all Source files inode.go memfs.go Click to show internal directories. Click to hide internal directories.