package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.io.git
Documentation: pkg.go.dev

# Functions

DirCopy copies or hardlinks the contents of one directory to another, properly handling soft links, "security.capability" and (optionally) "trusted.overlay.opaque" xattrs.

# Constants

Content creates a new file, and copies the content of the file.
Hardlink creates a new hardlink to the existing file.

# Type aliases

Mode indicates whether to use hardlink or copy content.