Jamie Hannaford | 2a4beaa | 2015-02-09 17:27:18 +0100 | [diff] [blame^] | 1 | package instances |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | // CreateResult represents the result of a Create operation. | ||||
6 | type CreateResult struct { | ||||
7 | gophercloud.Result | ||||
8 | } |