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