filesystem

package
v0.50.0 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2024 License: Apache-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidHeader = xerrors.New("invalid Header error")
)

Functions

func New

func New(sr io.SectionReader) (fs.FS, func(), error)

Types

type EXT4

type EXT4 struct{}

func (EXT4) New

func (e EXT4) New(sr io.SectionReader, cache vm.Cache[string, any]) (fs.FS, error)

type Filesystem

type Filesystem interface {
	New(io.SectionReader, vm.Cache[string, any]) (fs.FS, error)
}

type XFS

type XFS struct{}

func (XFS) New

func (x XFS) New(sr io.SectionReader, cache vm.Cache[string, any]) (fs.FS, error)

Jump to

Keyboard shortcuts

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