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