Documentation ¶
Index ¶
- type MemFS
- func (m *MemFS) MakeFileDirOutFnInPath(p *filepaths.Path, content []byte) error
- func (m *MemFS) MakeFileIn(p *filepaths.Path, content []byte) error
- func (m *MemFS) MakeFileOut(p *filepaths.Path, content []byte) error
- func (m *MemFS) MkPathDirAll(p *filepaths.Path) error
- func (m *MemFS) ReadFileInPath(p *filepaths.Path) ([]byte, error)
- func (m *MemFS) ReadFileOutPath(p *filepaths.Path) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemFS ¶
func (*MemFS) MakeFileDirOutFnInPath ¶
Click to show internal directories.
Click to hide internal directories.