package
0.4.5
Repository: https://github.com/containerd/continuity.git
Documentation: pkg.go.dev

# Functions

Apply returns a new applier from the given appliers.
No description provided by the author
CheckDirectoryEqual compares two directory paths to make sure that the content of the directories is the same.
CheckDirectoryEqualWithApplier compares directory against applier.
Chmod returns a file applier which changes the file permission.
Chown returns a file applier which changes the ownership of a file.
Chtimes changes access and mod time of file.
CreateDeviceFile provides creates devices Applier.
CreateDir returns a file applier to create the directory with the provided name and permission.
CreateFile returns a file applier which creates a file as the provided name with the given content and permission.
CreateRandomFile returns a file applier which creates a file with random content of the given size using the given seed and permission.
No description provided by the author
FSSuite runs the path test suite.
Lchtimes changes access and mod time of file without following symlink.
Link returns a file applier which creates a hard link.
Remove returns a file applier which removes the provided file name.
RemoveAll returns a file applier which removes the provided file name as in os.RemoveAll.
Rename returns a file applier which renames a file.
SetXAttr sets the xatter for the file.
Symlink returns a file applier which creates a symbolic link.
No description provided by the author

# Interfaces

Applier applies single file changes.
TestApplier applies the test context.