# Functions
Apply applies a tar stream of an OCI style diff tar.
AufsConvertWhiteout converts whiteout files for aufs.
Diff returns a tar stream of the computed filesystem difference between the provided directories.
OverlayConvertWhiteout converts whiteout files for overlay.
WithConvertWhiteout uses the convert function to convert the whiteout files.
WithFilter uses the filter to select which files are to be extracted.
WithParents provides parent directories for resolving inherited attributes directory from the filesystem.
WriteDiff writes a tar stream of the computed difference between the provided directories.
# Structs
ApplyOptions provides additional options for an Apply operation.
# Type aliases
ApplyOpt allows setting mutable archive apply properties on creation.
ConvertWhiteout converts whiteout files from the archive.
Filter specific files from the archive.