 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Overview ¶
package fuse/readonly implements a fuse filesystem to access files stored inside of ipfs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FileSystem ¶
FileSystem is the readonly Ipfs Fuse Filesystem.
func NewFileSystem ¶
func NewFileSystem(ipfs *core.IpfsNode) *FileSystem
NewFileSystem constructs new fs using given core.IpfsNode instance.
type Node ¶
Node is the core object representing a filesystem tree node.
func (*Node) Read ¶
func (s *Node) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse) error
 Click to show internal directories. 
   Click to hide internal directories.