package
module
Version:
v0.0.6
Opens a new window with list of versions in this module.
Published: Mar 13, 2022
License: BSD-2-Clause
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
billy-bazilfuse
Each Go fuse library has its own interface that it expects from users. Billy is a standard interface for filesystems.
This library receives calls from bazil.org/fuse and sends them to a billy.Filesystem, allowing for easily swapping out both sides.
Documentation
¶
Package billybazilfuse exposes a github.com/bazil/fuse/fs.FS that passes calls to a Billy API.
New creates a fuse/fs.FS that passes all calls through to the given filesystem.
callHook is called before every call from FUSE, and can be nil.
CallHook is the callback you can get before every call from FUSE, before it's passed to Billy.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.