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