blob: afe3109f3a90439b8358c59e80927908671f8ec5 [file] [log] [blame]
package limits
import (
"gerrit.mcp.mirantis.net/debian/gophercloud.git"
)
const resourcePath = "limits"
func getURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(resourcePath)
}