commit | 70dd47d6908ee89ec9dd11d06a627d948c1c3c07 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Thu May 01 13:51:53 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Wed Oct 01 10:36:50 2014 -0500 |
tree | ddbaf2ac3e7f20649e14cf748c50f3ce29e20b3b | |
parent | e77b9b2960f73c71c1b3fc13379ec738ae9457f3 [diff] [blame] |
get volume
diff --git a/openstack/blockstorage/v1/volumes/volumes.go b/openstack/blockstorage/v1/volumes/volumes.go index 77f19af..741e4bf 100644 --- a/openstack/blockstorage/v1/volumes/volumes.go +++ b/openstack/blockstorage/v1/volumes/volumes.go
@@ -16,4 +16,5 @@ Size int } type CreateOpts map[string]interface{} +type GetOpts map[string]string type DeleteOpts map[string]string