package testfs
import "github.com/tetratelabs/wazero/internal/testing/fs"
Index ¶
Types ¶
type FS ¶
FS emulates fs.FS. Note: the path (map key) cannot begin with "/"!
func (FS) Open ¶
Open implements the same method as documented on fs.FS, except it doesn't validate the path.
type File ¶
type File struct{ CloseErr error }
func (*File) Close ¶
func (*File) Read ¶
func (*File) Seek ¶
func (*File) Stat ¶
Source Files ¶
- Version
- v1.0.1
- Published
- Mar 29, 2023
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 11 minutes ago –
Tools for package owners.