Versions in this module Expand all Collapse all v1 v1.3.6 Mar 7, 2026 v1.3.5 Feb 22, 2026 Changes in this version + type FileSystem struct + func New(r io.Reader, w io.Writer) (*FileSystem, error) + func (fsys *FileSystem) Copy(source, target string) (err error) + func (fsys *FileSystem) Create(path string, attr *struct{}) (stream.File, error) + func (fsys *FileSystem) Glob(pattern string) ([]string, error) + func (fsys *FileSystem) Open(path string) (fs.File, error) + func (fsys *FileSystem) ReadDir(path string) ([]fs.DirEntry, error) + func (fsys *FileSystem) Remove(path string) error + func (fsys *FileSystem) Stat(path string) (fs.FileInfo, error) + func (fsys *FileSystem) Wait(path string, timeout time.Duration) error