Documentation
¶
Overview ¶
Package rwfs provides a Read Write File System to extend the standard io/fs package with the ability to write to the file system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryWFS ¶
MemoryWFS is a WFS implementation that uses a memory file system from github.com/psanford/memfs This should only be used for testing purposes, but may have other uses in the future.
func NewMemoryWFS ¶
func NewMemoryWFS() *MemoryWFS
type OsWFS ¶
func NewOsWFS ¶
NewOsWFS returns a new OsWFS with the given root path The root path is used to join the path to the file system for all receiver operations
Click to show internal directories.
Click to hide internal directories.