Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
2a4beaab7959fd2dda2d60613aa13fc1b7bb3e45
/
.
/
rackspace
/
db
/
v1
/
instances
/
results.go
blob: 2d44e08508cd1e774cb15c3ec35929bf950801fc [
file
] [
log
] [
blame
]
package instances
import "github.com/rackspace/gophercloud"
// CreateResult represents the result of a Create operation.
type CreateResult struct {
gophercloud.Result
}