Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
57680b77a96468f59d45310ab3dfa68c02f47fd7
/
.
/
openstack
/
cdn
/
v1
/
base
/
urls.go
blob: 07d892ba93844392e62570ff8d58acf1ee7b3627 [
file
] [
log
] [
blame
]
package base
import "github.com/gophercloud/gophercloud"
func getURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL()
}
func pingURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("ping")
}