Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
aa69b192c0d10c950a7f4f8cc4ca37dadf322c0c
/
.
/
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
}