package
1.0.0-alpha0
Repository: https://github.com/tklauser/containerd.git
Documentation: pkg.go.dev

# Functions

Apply returns a new applier from the given appliers.
CheckDirectoryEqual compares two directory paths to make sure that the content of the directories is the same.
CheckDirectoryEqualWithApplier compares directory against applier.
Chown returns a file applier which changes the ownership of a file.
Chtime changes access and mod time of file.
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.
No description provided by the author
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.
No description provided by the author
Symlink returns a file applier which creates a symbolic link.

# Interfaces

Applier applies single file changes.
No description provided by the author