Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OSFS ¶
func (*OSFS) Open ¶
func (fs *OSFS) Open(name string) (item forensicfs.ForensicItem, err error)
func (*OSFS) OpenSystemPath ¶ added in v0.4.0
func (fs *OSFS) OpenSystemPath(name string) (item forensicfs.ForensicItem, err error)
type OSFSItem ¶
type PseudoRoot ¶ added in v0.4.0
type PseudoRoot struct {
forensicfs.ForensicFolderDefaults
}
func (*PseudoRoot) Attributes ¶ added in v0.4.0
func (*PseudoRoot) Attributes() (attrs map[string]interface{})
func (*PseudoRoot) Name ¶ added in v0.4.0
func (*PseudoRoot) Name() (name string)
func (*PseudoRoot) Readdirnames ¶ added in v0.4.0
func (*PseudoRoot) Readdirnames(n int) (partitions []string, err error)
Click to show internal directories.
Click to hide internal directories.