package
0.0.0-20250228153609-219b4762b40e
Repository: https://github.com/jacobsa/fuse.git
Documentation: pkg.go.dev
# Functions
Create a fuse.Server that handles ops by calling the associated FileSystem method.Respond with the resulting error.
Write the supplied directory entry into the given buffer in the format expected in fuseops.ReadFileOp.Data, returning the number of bytes written.
# Structs
A struct representing an entry within a directory file, describing a child.
A FileSystem that responds to all ops with fuse.ENOSYS.
# Interfaces
An interface with a method for each op type in the fuseops package.