Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithDebugLogging ¶
func WithDebugLogging(wrapped fuseutil.FileSystem) fuseutil.FileSystem
WithDebugLogging wraps a FileSystem, logging the debug messages for the file system's input and errors
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.