# Functions
Autodetect detects the validation type for the given path or an error if the validation type could not be resolved.
CreateRuntimeBundle walks through the given .tar file and creates an OCI runtime bundle in the given destination dest or returns an error if the unpacking failed.
CreateRuntimeBundleLayout walks through the file tree given by src and creates an OCI runtime bundle in the given destination dest or returns an error if the unpacking failed.
Unpack walks through the given .tar file and, using the layers specified in the manifest pointed to by the given ref, unpacks all layers in the given destination directory or returns an error if the unpacking failed.
UnpackLayout walks through the file tree given by src and, using the layers specified in the manifest pointed to by the given ref, unpacks all layers in the given destination directory or returns an error if the unpacking failed.
Validate walks through the given .tar file and validates the manifest pointed to by the given refs or returns an error if the validation failed.
ValidateLayout walks through the given file tree and validates the manifest pointed to by the given refs or returns an error if the validation failed.
# Constants
supported autodetection types.
supported autodetection types.
supported autodetection types.
supported autodetection types.
supported autodetection types.