Documentation
¶
Index ¶
- func CompareDir(fsA, fsB afero.Fs, pathA, pathB string) (bool, error)
- func CompareFile(fsA, fsB afero.Fs, pathA, pathB string) (bool, error)
- func CompareReader(a, b io.Reader) (bool, error)
- func CopyDir(srcFs, dstFs afero.Fs, src, dst string) error
- func CopyFile(srcFs, dstFs afero.Fs, src, dst string) error
- func DiffDir(fsA, fsB afero.Fs, pathA, pathB string) (bool, string, error)
- func DiffFile(fsA, fsB afero.Fs, pathA, pathB string) (bool, string, error)
- func DiffReader(a, b io.Reader) (bool, string, error)
- func InMemoryCopy(osPath, memPath string) (afero.Fs, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.