wollemi

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Filesystem

type Filesystem interface {
	Stat(string) (os.FileInfo, error)
	Lstat(string) (os.FileInfo, error)
	Config(string) *filesystem.Config
	Walk(string, filepath.WalkFunc) error
	ReadAll(*bytes.Buffer, string) error
	ReadDir(string) ([]os.FileInfo, error)
	Readlink(string) (string, error)
	Symlink(string, string) error
	RemoveAll(string) error
	Remove(string) error
	MkdirAll(string, os.FileMode) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL