Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileSystem ¶
type FileSystem struct {
// contains filtered or unexported fields
}
func New ¶
func New() (*FileSystem, error)
func (*FileSystem) AddDir ¶
func (fs *FileSystem) AddDir(path string) error
func (*FileSystem) Close ¶
func (fs *FileSystem) Close() error
func (*FileSystem) RealPath ¶
func (fs *FileSystem) RealPath(path string) string
func (*FileSystem) WriteTextFile ¶
func (fs *FileSystem) WriteTextFile(path string, text string) error
Click to show internal directories.
Click to hide internal directories.