Versions in this module Expand all Collapse all v0 v0.0.3 Aug 10, 2024 Changes in this version + func New() billy.Filesystem + type ByName []os.FileInfo + func (a ByName) Len() int + func (a ByName) Less(i, j int) bool + func (a ByName) Swap(i, j int) + type Memory struct + func (fs *Memory) Capabilities() billy.Capability + func (fs *Memory) Create(filename string) (billy.File, error) + func (fs *Memory) Join(elem ...string) string + func (fs *Memory) Lstat(filename string) (os.FileInfo, error) + func (fs *Memory) MkdirAll(path string, perm os.FileMode) error + func (fs *Memory) Open(filename string) (billy.File, error) + func (fs *Memory) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error) + func (fs *Memory) ReadDir(path string) ([]os.FileInfo, error) + func (fs *Memory) Readlink(link string) (string, error) + func (fs *Memory) Remove(filename string) error + func (fs *Memory) Rename(from, to string) error + func (fs *Memory) Stat(filename string) (os.FileInfo, error) + func (fs *Memory) Symlink(target, link string) error + func (fs *Memory) TempFile(dir, prefix string) (billy.File, error)