Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
f7d3d1496c2b8f5f907d2ef1ee64c2c47c02595f
/
.
/
openstack
/
cdn
/
v1
/
base
/
urls.go
blob: a95e18bca93552011dec68f176656f8327bf2afd [
file
] [
log
] [
blame
]
package base
import "github.com/rackspace/gophercloud"
func getURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL()
}
func pingURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("ping")
}