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