Documentation ¶
Index ¶
- type Memory
- func (fs *Memory) Base() string
- func (fs *Memory) Create(filename string) (fs.File, error)
- func (fs *Memory) Dir(path string) fs.Filesystem
- func (fs *Memory) Join(elem ...string) string
- func (fs *Memory) Open(filename string) (fs.File, error)
- func (fs *Memory) OpenFile(filename string, flag int, perm os.FileMode) (fs.File, error)
- func (fs *Memory) ReadDir(base string) (entries []fs.FileInfo, err error)
- func (fs *Memory) Remove(filename string) error
- func (fs *Memory) Rename(from, to string) error
- func (fs *Memory) Stat(filename string) (fs.FileInfo, error)
- func (fs *Memory) TempFile(dir, prefix string) (fs.File, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.