| Joe Topjian | a08c1d2 | 2016-11-04 10:33:00 -0600 | [diff] [blame^] | 1 | package limits |
| 2 | |||||
| 3 | import ( | ||||
| 4 | "github.com/gophercloud/gophercloud" | ||||
| 5 | ) | ||||
| 6 | |||||
| 7 | const resourcePath = "limits" | ||||
| 8 | |||||
| 9 | func getURL(c *gophercloud.ServiceClient) string { | ||||
| 10 | return c.ServiceURL(resourcePath) | ||||
| 11 | } | ||||