package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Sep 3, 2021
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.
func New(underlying billy.Basic) fs.FS
Source Files
¶
Click to show internal directories.
Click to hide internal directories.