Documentation ¶ Index ¶ type OSFS func New() *OSFS func (fs *OSFS) Open(name string) (item forensicfs.ForensicItem, err error) type OSFSItem func (i *OSFSItem) Attributes() map[string]interface{} func (i *OSFSItem) IsDir() (dir bool) func (i *OSFSItem) Readdirnames(n int) (items []string, err error) func (i *OSFSItem) Size() (s int64) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type OSFS ¶ type OSFS struct { afero.OsFs } func New ¶ func New() *OSFS func (*OSFS) Open ¶ func (fs *OSFS) Open(name string) (item forensicfs.ForensicItem, err error) type OSFSItem ¶ type OSFSItem struct { afero.File // contains filtered or unexported fields } func (*OSFSItem) Attributes ¶ func (i *OSFSItem) Attributes() map[string]interface{} func (*OSFSItem) IsDir ¶ func (i *OSFSItem) IsDir() (dir bool) func (*OSFSItem) Readdirnames ¶ func (i *OSFSItem) Readdirnames(n int) (items []string, err error) func (*OSFSItem) Size ¶ func (i *OSFSItem) Size() (s int64) Source Files ¶ View all Source files os_fs.go Click to show internal directories. Click to hide internal directories.