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.
type File ¶
type File struct{ CloseErr error }
func (*File) Close ¶
func (*File) Read ¶
func (*File) Seek ¶
func (*File) Stat ¶
Source Files ¶
- Version
- v1.0.0-pre.6
- Published
- Dec 31, 2022
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 17 minutes ago –
Tools for package owners.