github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/blockstorage/v2/limits/urls.go (about) 1 package limits 2 3 import ( 4 "github.com/vnpaycloud-console/gophercloud/v2" 5 ) 6 7 const resourcePath = "limits" 8 9 func getURL(c *gophercloud.ServiceClient) string { 10 return c.ServiceURL(resourcePath) 11 }