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