github.com/gophercloud/gophercloud@v1.11.0/openstack/containerinfra/v1/quotas/urls.go (about) 1 package quotas 2 3 import ( 4 "github.com/gophercloud/gophercloud" 5 ) 6 7 var apiName = "quotas" 8 9 func commonURL(client *gophercloud.ServiceClient) string { 10 return client.ServiceURL(apiName) 11 } 12 13 func createURL(client *gophercloud.ServiceClient) string { 14 return commonURL(client) 15 }