Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + type RootFs struct + func New(rootPath string) (*RootFs, error) + func (r *RootFs) Chmod(name string, mode os.FileMode) error + func (r *RootFs) Chown(name string, uid, gid int) error + func (r *RootFs) Chtimes(name string, atime time.Time, mtime time.Time) error + func (r *RootFs) Close() error + func (r *RootFs) Create(name string) (afero.File, error) + func (r *RootFs) Mkdir(name string, perm os.FileMode) error + func (r *RootFs) MkdirAll(path string, perm os.FileMode) error + func (r *RootFs) Name() string + func (r *RootFs) Open(name string) (afero.File, error) + func (r *RootFs) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error) + func (r *RootFs) Remove(name string) error + func (r *RootFs) RemoveAll(path string) error + func (r *RootFs) Rename(oldname, newname string) error + func (r *RootFs) Stat(name string) (os.FileInfo, error)