Versions in this module Expand all Collapse all v0 v0.5.1 Aug 17, 2022 Changes in this version + type FS interface + MountInfo func() *MountInfo + OpenFile func(name string, flag int) (File, error) + ReadDir func(dir string) ([]common.FileInfo, error) + Remove func(name string) error + RemoveAll func(dir string) error + type File interface + Close func() error + Sync func() error + type MkFsFuncT = func(name string) (FS, error) + type MountFsFuncT = func(name string) (FS, error) + type MountInfo struct + Dir string + Misc []byte