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