filesystem

package
v0.0.0-...-e62e01f Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2017 License: GPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dir

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

Dir implements both Node and Handle for the root directory.

func (Dir) Attr

func (d Dir) Attr(ctx context.Context, a *fuse.Attr) error

func (Dir) Lookup

func (d Dir) Lookup(ctx context.Context, name string) (fs.Node, error)

func (*Dir) Open

func (d *Dir) Open(ctx context.Context, req *fuse.OpenRequest, resp *fuse.OpenResponse) (fs.Handle, error)

func (Dir) ReadDirAll

func (d Dir) ReadDirAll(ctx context.Context) ([]fuse.Dirent, error)

type Fs

type Fs struct{}

func (Fs) Root

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

Jump to

Keyboard shortcuts

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