Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Root = mount.NewMountableFs(afero.NewMemMapFs())
)
Functions ¶
Types ¶
type Inode ¶
type Inode struct { File io.ReadWriteCloser Fd int // contains filtered or unexported fields }
func AllocFileNode ¶
func AllocFileNode(r io.ReadWriteCloser) (int, *Inode)
func AllocInode ¶
Directories ¶
Path | Synopsis |
---|---|
stripprefix strip the leading prefix of file name on access fs methods if file name is not an abs path, stripprefix do nothing
|
stripprefix strip the leading prefix of file name on access fs methods if file name is not an abs path, stripprefix do nothing |
Click to show internal directories.
Click to hide internal directories.