Ash Wilson | e47ea9e | 2014-09-10 16:03:44 -0400 | [diff] [blame] | 1 | package accounts |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | // getAccountURL returns the URI for making Account requests. | ||||
6 | func getAccountURL(c *gophercloud.ServiceClient) string { | ||||
7 | return c.Endpoint | ||||
8 | } |