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