Documentation ¶
Index ¶
- type FS
- func (fs *FS) Create(name string, _ uint32, _ uint32, _ *fuse.Context) (nodefs.File, fuse.Status)
- func (fs *FS) GetAttr(name string, context *fuse.Context) (*fuse.Attr, fuse.Status)
- func (fs *FS) Mkdir(name string, mode uint32, context *fuse.Context) fuse.Status
- func (fs *FS) NewServer(mountPoint string) (*fuse.Server, error)
- func (fs *FS) Open(name string, flags uint32, context *fuse.Context) (nodefs.File, fuse.Status)
- func (fs *FS) OpenDir(name string, context *fuse.Context) ([]fuse.DirEntry, fuse.Status)
- func (fs *FS) Rename(oldName string, newName string, context *fuse.Context) fuse.Status
- func (fs *FS) Rmdir(name string, context *fuse.Context) fuse.Status
- func (fs *FS) StatFs(name string) *fuse.StatfsOut
- func (fs *FS) String() string
- func (fs *FS) Truncate(name string, size uint64, context *fuse.Context) fuse.Status
- func (fs *FS) Unlink(name string, context *fuse.Context) fuse.Status
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.