# Packages
images unit tests.
# Functions
Delete deletes the specified image ID.
ExtractImages converts a page of List results into a slice of usable Image structs.
Get returns data about a specific image by its ID.
ListDetail enumerates the available images.
# Structs
DeleteResult is the result from a Delete operation.
GetResult is the response from a Get operation.
Image represents an Image returned by the Compute API.
ImagePage contains a single page of all Images returne from a ListDetail operation.
ListOpts contain options filtering Images returned from a call to ListDetail.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the ListDetail request.