package
module
Version:
v0.0.0-...-36f2e46
Opens a new window with list of versions in this module.
Published: May 10, 2013
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
A simple Ramfs on top of Fuse
type FS struct {
DefaultNodeFileSystem
}
Ramfs filesystem
func New(uid, gid int) *FS
Create a new FS ready for mounting. Alternative to Init.
Initialize an FS. Alternative to New.
Mount a filesystem. Returns when the filesystem is ready for use.
All mounted filesystems should be unmounted with Unmount.
func (fs *FS) Root() FsNode
Source Files
¶
Click to show internal directories.
Click to hide internal directories.