recursivefs

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2019 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Element

type Element struct {
	Parser string
	Key    string
}

type RecursiveFS

type RecursiveFS struct{}

func New

func New() *RecursiveFS

func (*RecursiveFS) Name

func (m *RecursiveFS) Name() string

Name returns the filesystem name

func (*RecursiveFS) Open

func (m *RecursiveFS) Open(name string) (f forensicfs.ForensicItem, err error)

Open returns a afero.File for the given location

type RecursiveItem

type RecursiveItem struct {
	forensicfs.ForensicItem
	// contains filtered or unexported fields
}

func (*RecursiveItem) Close added in v0.4.0

func (m *RecursiveItem) Close() error

func (*RecursiveItem) IsDir

func (m *RecursiveItem) IsDir() bool

func (*RecursiveItem) Readdirnames

func (m *RecursiveItem) Readdirnames(count int) (items []string, err error)

Jump to

Keyboard shortcuts

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