Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
56d43b2ea5a0e69dbb687337f8c83b9ad09f5534
/
.
/
openstack
/
blockstorage
/
v1
/
snapshots
/
results.go
blob: 440b3f84fd50de66e27c99df98b31d18239b58d6 [
file
] [
log
] [
blame
]
package snapshots
type Snapshot struct {
CreatedAt string
Description string
ID string
Metadata map[string]interface{}
Name string
Size int
Status string
VolumeID string
}
type GetResult map[string]interface{}