commit | dfff9977b7bf3d693c179a47055d140a8413dabe | [log] [tgz] |
---|---|---|
author | Jon Perritt <jrperritt@gmail.com> | Mon Sep 22 01:14:54 2014 -0500 |
committer | Jon Perritt <jrperritt@gmail.com> | Wed Oct 01 10:36:51 2014 -0500 |
tree | baa10397e8750fde17d30e3fbd464b45a919b57b | |
parent | 8c4327f00b4db5547e517da8f50ce564a850a386 [diff] [blame] |
rename snapshots.go; start rewrite of create snapshot
diff --git a/openstack/blockstorage/v1/snapshots/results.go b/openstack/blockstorage/v1/snapshots/results.go new file mode 100644 index 0000000..db59b8e --- /dev/null +++ b/openstack/blockstorage/v1/snapshots/results.go
@@ -0,0 +1,12 @@ +package snapshots + +type Snapshot struct { + CreatedAt string + Description string + ID string + Metadata map[string]interface{} + Name string + Size int + Status string + VolumeID string +}