Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
654fb0e699f3ca551fdc17cfdf24651208be4a27
/
.
/
rackspace
/
objectstorage
/
v1
/
cdncontainers
/
results.go
blob: 374d884206efafda1e312172f1a51a23f0efd27a [
file
] [
log
] [
blame
]
package cdncontainers
import "github.com/rackspace/gophercloud"
// EnableResult represents the result of a get operation.
type EnableResult struct {
gophercloud.Result
}