Documentation ¶
Overview ¶
Package sockfs provides a filesystem implementation for anonymous sockets.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDentry ¶
NewDentry constructs and returns a sockfs dentry.
Preconditions: mnt.Filesystem() must have been returned by NewFilesystem().
func NewFilesystem ¶
func NewFilesystem(vfsObj *vfs.VirtualFilesystem) (*vfs.Filesystem, error)
NewFilesystem sets up and returns a new sockfs filesystem.
Note that there should only ever be one instance of sockfs.Filesystem, backing a global socket mount.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.