Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
e0f9e4f02c2e2a6ac34c0eb8f342819e9b826460
/
.
/
openstack
/
identity
/
v2
/
tenants
/
urls.go
blob: 101599bc94b6665fa852b2928028e6073cffb0dc [
file
] [
log
] [
blame
]
package tenants
import "github.com/gophercloud/gophercloud"
func listURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("tenants")
}