Versions in this module Expand all Collapse all v0 v0.1.0 Dec 3, 2022 Changes in this version + func CheckDir(path string, want map[string]FileInfoCheck) error + func DebugByDefault() + type ChildMap map[string]fs.Node + func (f *ChildMap) Attr(ctx context.Context, a *fuse.Attr) error + func (f *ChildMap) Lookup(ctx context.Context, name string) (fs.Node, error) + type Dir struct + func (f Dir) Attr(ctx context.Context, a *fuse.Attr) error + type File struct + func (f File) Attr(ctx context.Context, a *fuse.Attr) error + type FileInfoCheck func(fi os.FileInfo) error + type Mount struct + Conn *fuse.Conn + Dir string + Error <-chan error + Server *fs.Server + func Mounted(filesys fs.FS, conf *fs.Config, options ...fuse.MountOption) (*Mount, error) + func MountedFunc(fn func(*Mount) fs.FS, conf *fs.Config, options ...fuse.MountOption) (*Mount, error) + func MountedFuncT(t testing.TB, fn func(*Mount) fs.FS, conf *fs.Config, ...) (*Mount, error) + func MountedT(t testing.TB, filesys fs.FS, conf *fs.Config, options ...fuse.MountOption) (*Mount, error) + func (mnt *Mount) Close() + type MountInfo struct + FSName string + Type string + func GetMountInfo(mnt string) (*MountInfo, error) + type SimpleFS struct + Node fs.Node + func (f SimpleFS) Root() (fs.Node, error)