fuse

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2026 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Overview

Package fuse implements a simple in-memory read-only filesystem.

Based on the examples at https://pkg.go.dev/github.com/hanwen/go-fuse/v2/fs#pkg-examples

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MountFS

func MountFS(mountpoint string, files []File) (func(), error)

Types

type File

type File struct {
	// contains filtered or unexported fields
}

func NewFile

func NewFile(name string, fileInfo fs.FileInfo, data []byte) *File

func (*File) Close

func (f *File) Close()

func (*File) FileInfo

func (f *File) FileInfo() fs.FileInfo

func (*File) Name

func (f *File) Name() string

Jump to

Keyboard shortcuts

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