package
Version:
v0.0.0-...-bebc87d
Opens a new window with list of versions in this module.
Published: Oct 4, 2014
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Mount mounts an IpfsNode instance at a particular path. It
serves until the process receives exit signals (to Unmount).
Unmount attempts to unmount the provided FUSE mount point, forcibly
if necessary.
FileSystem is the readonly Ipfs Fuse Filesystem.
NewFileSystem constructs new fs using given core.IpfsNode instance.
Root constructs the Root of the filesystem, a Root object.
Node is the core object representing a filesystem tree node.
Attr returns the attributes of a given node.
Lookup performs a lookup under this node.
ReadAll reads the object data as file data
ReadDir reads the link structure as directory entries
Root is the root object of the filesystem tree.
Attr returns file attributes.
Lookup performs a lookup under this node.
ReadDir reads a particular directory. Disallowed for root.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.