Documentation ¶
Overview ¶
Package fusemount implements FUSE filesystem nodes for mounting contents of filesystem stored in repository.
The FUSE implementation used is from github.com/hanwen/go-fuse/v2
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDirectoryNode ¶
func NewDirectoryNode(dir fs.Directory) gofusefs.InodeEmbedder
NewDirectoryNode returns FUSE Node for a given fs.Directory.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.