Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Replacements ¶
type Replacements struct {
UseCaseSensitiveFileNames func() bool
FileExists func(string) bool
ReadFile func(string) (string, bool)
WriteFile func(string, string) error
AppendFile func(string, string) error
Remove func(string) error
Chtimes func(string, time.Time, time.Time) error
DirectoryExists func(string) bool
GetAccessibleEntries func(string) vfs.Entries
Stat func(string) vfs.FileInfo
WalkDir func(string, vfs.WalkDirFunc) error
Realpath func(string) string
}
Click to show internal directories.
Click to hide internal directories.