commit | 60c3b2e13a520c69b918028241ef0940bf5e0fc3 | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Tue May 27 18:38:33 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Wed Oct 01 10:36:51 2014 -0500 |
tree | b75f51d6dd9ccea328900b1a6ee879a675512b74 | |
parent | e3af81de7d737c762dfaf369ebec4102f769b850 [diff] [blame] |
list snapshots
diff --git a/openstack/blockstorage/v1/snapshots/snapshots.go b/openstack/blockstorage/v1/snapshots/snapshots.go index bd5510a..836ba82 100644 --- a/openstack/blockstorage/v1/snapshots/snapshots.go +++ b/openstack/blockstorage/v1/snapshots/snapshots.go
@@ -12,5 +12,8 @@ } type CreateOpts map[string]interface{} +type ListOpts struct { + Full bool +} type GetOpts map[string]string type DeleteOpts map[string]string