package
0.0.0-20220224074057-4a6429e46bb8
Repository: https://github.com/scaleoutsean/fusego.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 intto the given buffer in the format expected in fuseops.ReadFileOp.Data, returning the number of bytes written.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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.
# Type aliases
No description provided by the author