blob: 5cc72130f926da21cc5c5093d5e1b6cf7dfbf854 [file] [log] [blame]
Jon Perritt85ed5232015-01-16 09:14:51 -07001package base
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Jon Perritt85ed5232015-01-16 09:14:51 -07004
5func getURL(c *gophercloud.ServiceClient) string {
6 return c.ServiceURL()
7}
8
9func pingURL(c *gophercloud.ServiceClient) string {
10 return c.ServiceURL("ping")
11}