Documentation
¶
Index ¶
- func NewServer(fs *FS) (*fuse.Server, error)
- type FS
- func (fs *FS) GetAttr(name string, fc *fuse.Context) (*fuse.Attr, fuse.Status)
- func (fs *FS) Open(name string, flags uint32, fc *fuse.Context) (nodefs.File, fuse.Status)
- func (fs *FS) OpenDir(name string, fc *fuse.Context) ([]fuse.DirEntry, fuse.Status)
- func (fs *FS) Readlink(name string, fc *fuse.Context) (string, fuse.Status)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FS ¶
type FS struct {
pathfs.FileSystem
// contains filtered or unexported fields
}
FS is a READ-ONLY filesystem with lazy-pull feature.
FS implements github.com/hanwen/go-fuse/fuse/pathfs.FileSystem
Supported objects:
- directories
- regular files (including hardlinks) (excepts XAttrs)
- symbolic links
Click to show internal directories.
Click to hide internal directories.