Documentation ¶ Index ¶ func ClearFS(mfs *mockfs.FS, base path.Absolute, conf Config) func PrepareTest(conf Config, prefix string) (*mockfs.FS, path.Absolute) type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ClearFS ¶ added in v0.5.0 func ClearFS(mfs *mockfs.FS, base path.Absolute, conf Config) func PrepareTest ¶ added in v0.5.0 func PrepareTest(conf Config, prefix string) (*mockfs.FS, path.Absolute) Types ¶ type Config ¶ type Config struct { PathPrefix string IsLocal bool Unsupported struct { ReadingFile bool WritingFile bool RenameFile bool FileSize bool DirSize bool ModTimeDir bool Abs bool ReadRootDir bool WriteRootDir bool DeleteRootDir bool } } Source Files ¶ View all Source files config.go helpers.go Directories ¶ Show internal Expand all Path Synopsis specs core_fs core_local core_readonly core_remote core_testfs ext_deleteable ext_glob ext_lock ext_meta ext_modeable ext_moveable ext_renameable ext_spacereporter ext_url ext_walk ext_writeable Click to show internal directories. Click to hide internal directories.