package
Version:
v0.0.0-...-e4696f9
Opens a new window with list of versions in this module.
Published: Nov 23, 2014
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
package fuse/readonly implements a fuse filesystem to access files
stored inside of ipfs.
Mount mounts an IpfsNode instance at a particular path. It
serves until the process receives exit signals (to Unmount).
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.