Jon Perritt | b5c7812 | 2014-10-15 20:44:39 -0500 | [diff] [blame] | 1 | package cdncontainers |
2 | |||||
3 | import objectstorage "github.com/rackspace/gophercloud/openstack/objectstorage/v1" | ||||
4 | |||||
5 | // EnableResult represents the result of a get operation. | ||||
6 | type EnableResult struct { | ||||
7 | objectstorage.CommonResult | ||||
8 | } |