Skip to content

Jille/billy-cgofuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

billy-cgofuse

GoDoc

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 cgofuse and sends them to a billy.Filesystem, allowing for easily swapping out both sides.

If you need additional methods not exposed by Billy, you can always embed the fuse.FileSystemInterface we create in your own struct and override methods at will.