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