Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DefaultFSError = syscall.EIO
)
Functions ¶
func WithErrorMapping ¶
func WithErrorMapping(wrapped fuseutil.FileSystem) fuseutil.FileSystem
WithErrorMapping wraps a FileSystem, processing the returned errors, and mapping them into syscall.Errno that can be understood by FUSE.
func WithMonitoring ¶
func WithMonitoring(fs fuseutil.FileSystem) fuseutil.FileSystem
WithMonitoring takes a FileSystem, returns a FileSystem with monitoring on the counts of requests per API.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.