blob: 07d892ba93844392e62570ff8d58acf1ee7b3627 [file] [log] [blame]
Jon Perritt85ed5232015-01-16 09:14:51 -07001package base
2
Jon Perritt27249f42016-02-18 10:35:59 -06003import "github.com/gophercloud/gophercloud"
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}