# Functions
DownloadImage is a helper function to wrap library image download operation.
DownloadImageNoProgress downloads an image from the library without displaying a progress bar while doing so.
GetIdentity returns the username and email for the logged in user.
GetOCIToken retrieves the OCI registry token for the logged in user.
NormalizeLibraryRef parses library ref and sets default tag, if necessary.
Pull will pull a library image to the cache or direct to a temporary file if cache is disabled.
PullToFile will pull a library image to the specified location, through the cache, or directly if cache is disabled.
Push will upload an image file to the library.
SearchLibrary searches the library and outputs results to stdout.
# Variables
ErrLibraryPullUnsigned indicates that the interactive portion of the pull was aborted.
# Structs
PullOptions provides options/configuration that determine the behavior of a pull from a library.
PushOptions provides options/configuration that determine the behavior of a push to the library.