Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
d50f93e63b68b000efa0f5492ab778563addbace
/
.
/
rackspace
/
objectstorage
/
v1
/
cdncontainers
/
urls.go
blob: 80653f27624031e2f0177276cfeb7fbe881b0392 [
file
] [
log
] [
blame
]
package cdncontainers
import "github.com/rackspace/gophercloud"
func enableURL(c *gophercloud.ServiceClient, containerName string) string {
return c.ServiceURL(containerName)
}