blob: edd97e4e0ee9031a4c3e4c1331c935cb3bc0ec96 [file] [log] [blame]
package limits
import (
"github.com/gophercloud/gophercloud"
)
const resourcePath = "limits"
func getURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(resourcePath)
}