commit | e3af81de7d737c762dfaf369ebec4102f769b850 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Tue May 06 14:52:28 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Wed Oct 01 10:36:51 2014 -0500 |
tree | ba952bedae7dac2d14c354ecff260d30e46ec12e | |
parent | 982c86d8e4e1aa7204946bbf8eebba0770d3a89f [diff] [blame] |
get snapshot
diff --git a/openstack/blockstorage/v1/snapshots/snapshots.go b/openstack/blockstorage/v1/snapshots/snapshots.go index 6a76f85..bd5510a 100644 --- a/openstack/blockstorage/v1/snapshots/snapshots.go +++ b/openstack/blockstorage/v1/snapshots/snapshots.go
@@ -12,4 +12,5 @@ } type CreateOpts map[string]interface{} +type GetOpts map[string]string type DeleteOpts map[string]string