commit | 12a81e6be78594c9dde02395e661f4be84d229fe | [log] [tgz] |
---|---|---|
author | Mark Peek <mark@brkt.com> | Tue Aug 27 08:15:57 2013 -0700 |
committer | Mark Peek <mark@brkt.com> | Tue Aug 27 08:15:57 2013 -0700 |
tree | c5d9efba7a086002455ecba4ddfe0ea3980bc202 | |
parent | d27e25313fa2ed6f56aa125dddad85aa7503331d [diff] [blame] |
Add DeleteImageById
diff --git a/interfaces.go b/interfaces.go index 6786d39..4982937 100644 --- a/interfaces.go +++ b/interfaces.go
@@ -148,6 +148,9 @@ // ImageById yields details about a specific image. ImageById(id string) (*Image, error) + // DeleteImageById will delete the specific image. + DeleteImageById(id string) error + // Flavors // ListFlavors yields the list of available system flavors. This function