fuse

package
v0.0.0-...-6ce3ea9 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FS

type FS func() (files.File, error)

func (FS) Root

func (fs FS) Root() (fs.Node, error)

type Node

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

func (*Node) Attr

func (n *Node) Attr(ctx context.Context, attr *fuse.Attr) error

func (*Node) Lookup

func (n *Node) Lookup(ctx context.Context, name string) (fusefs.Node, error)

func (*Node) Open

func (n *Node) Open(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenResponse) (fusefs.Handle, error)

func (*Node) Read

func (n *Node) Read(ctx context.Context, req *fuse.ReadRequest, resp *fuse.ReadResponse) error

func (*Node) ReadDirAll

func (n *Node) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error)

Jump to

Keyboard shortcuts

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