blob: afe3109f3a90439b8358c59e80927908671f8ec5 [file] [log] [blame]
Joe Topjiana08c1d22016-11-04 10:33:00 -06001package limits
2
3import (
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02004 "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Joe Topjiana08c1d22016-11-04 10:33:00 -06005)
6
7const resourcePath = "limits"
8
9func getURL(c *gophercloud.ServiceClient) string {
10 return c.ServiceURL(resourcePath)
11}