Documentation ¶ Index ¶ type FS func New(base path.Absolute) (*FS, error) func (m *FS) Write(name path.Relative, data io.ReadCloser, recursive bool) error func (m *FS) WriteWithMode(name path.Relative, data io.ReadCloser, perm fs.FileMode, recursive bool) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FS ¶ type FS struct { *wrapfs.FS // contains filtered or unexported fields } func New ¶ func New(base path.Absolute) (*FS, error) func (*FS) Write ¶ func (m *FS) Write(name path.Relative, data io.ReadCloser, recursive bool) error func (*FS) WriteWithMode ¶ func (m *FS) WriteWithMode(name path.Relative, data io.ReadCloser, perm fs.FileMode, recursive bool) error Source Files ¶ View all Source files memory.go Click to show internal directories. Click to hide internal directories.