Documentation
¶
Index ¶
- type Filesystem
- func (*Filesystem) Chdir(dir string) error
- func (this *Filesystem) Config(path string) wollemi.Config
- func (*Filesystem) Lstat(path string) (os.FileInfo, error)
- func (*Filesystem) MkdirAll(path string, mode os.FileMode) error
- func (*Filesystem) ReadAll(buf *bytes.Buffer, path string) error
- func (*Filesystem) ReadDir(path string) ([]os.FileInfo, error)
- func (*Filesystem) Readlink(name string) (string, error)
- func (*Filesystem) Remove(path string) error
- func (*Filesystem) RemoveAll(path string) error
- func (*Filesystem) Stat(path string) (os.FileInfo, error)
- func (*Filesystem) Symlink(oldname, newname string) error
- func (*Filesystem) Walk(root string, walkFn filepath.WalkFunc) error
- func (*Filesystem) WriteFile(path string, data []byte, mode os.FileMode) error
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 NewFilesystem ¶
func NewFilesystem(log logging.Logger) *Filesystem
func (*Filesystem) Chdir ¶ added in v0.0.3
func (*Filesystem) Chdir(dir string) error
func (*Filesystem) Remove ¶
func (*Filesystem) Remove(path string) error
func (*Filesystem) RemoveAll ¶
func (*Filesystem) RemoveAll(path string) error
func (*Filesystem) Symlink ¶
func (*Filesystem) Symlink(oldname, newname string) error
Click to show internal directories.
Click to hide internal directories.