# Functions
ExtractFlavors interprets a page of List results as Flavors.
Get returns details about a single flavor, identity by ID.
ListDetail enumerates the server images available to your account.
# Constants
GetOutput is a sample response from a flavor Get request.
ListOutput is a sample response of a flavor List request.
# Variables
ExpectedFlavorSlice is the slice of Flavor structs that are expected to be parsed from ListOutput.
Performance1Flavor is the expected result of parsing GetOutput, or the first element of ListOutput.
Performance2Flavor is the second result expected from parsing ListOutput.