commit | 0dbb368a6d581fe262728d3a0997da25032dbf90 | [log] [tgz] |
---|---|---|
author | Mark Peek <mark@peek.org> | Sat Aug 24 19:04:48 2013 -0700 |
committer | Mark Peek <mark@peek.org> | Sat Aug 24 19:04:48 2013 -0700 |
tree | ee306b6f6ebf14bd7f939898a94cc4274e3bee2f | |
parent | 6b57c2339969fe57703d78a30f6ae6e715c9ddb6 [diff] [blame] |
Add ImageById to provide details on an image id
diff --git a/interfaces.go b/interfaces.go index 8d5887c..6786d39 100644 --- a/interfaces.go +++ b/interfaces.go
@@ -145,6 +145,9 @@ // returns full details for each image, if available. ListImages() ([]Image, error) + // ImageById yields details about a specific image. + ImageById(id string) (*Image, error) + // Flavors // ListFlavors yields the list of available system flavors. This function