Jon Perritt | 85ed523 | 2015-01-16 09:14:51 -0700 | [diff] [blame^] | 1 | package base |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | func getURL(c *gophercloud.ServiceClient) string { | ||||
6 | return c.ServiceURL() | ||||
7 | } | ||||
8 | |||||
9 | func pingURL(c *gophercloud.ServiceClient) string { | ||||
10 | return c.ServiceURL("ping") | ||||
11 | } |