billycgofuse

package module
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2021 License: BSD-2-Clause Imports: 7 Imported by: 0

README

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.

Documentation

Overview

Package billycgofuse exposes a cgofuse.FileSystemInterface that passes calls to a Billy API.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(underlying billy.Basic) fuse.FileSystemInterface

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL