blob: 2d44e08508cd1e774cb15c3ec35929bf950801fc [file] [log] [blame]
Jamie Hannaford2a4beaa2015-02-09 17:27:18 +01001package instances
2
3import "github.com/rackspace/gophercloud"
4
5// CreateResult represents the result of a Create operation.
6type CreateResult struct {
7 gophercloud.Result
8}