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