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