package
6.26.0
Repository: https://github.com/c2fo/vfs.git
Documentation: pkg.go.dev

# Functions

NewFileSystem is used to initialize the file system struct for an in-memory FileSystem.
NewReadWriteSeeker creates a new ReadWriteSeeker.
NewReadWriteSeekerWithData creates a new ReadWriteSeeker with the provided data.

# Constants

Scheme defines the FileSystem type's underlying implementation.

# Structs

File implements vfs.File interface for the in-memory implementation of FileSystem.
FileSystem implements vfs.FileSystem for an in-memory file system.
Location implements the vfs.Location interface specific to in-memory FileSystem.
ReadWriteSeeker is a custom type that implements io.ReadWriteSeeker.