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