blob: 101599bc94b6665fa852b2928028e6073cffb0dc [file] [log] [blame]
Ash Wilson1f110512014-10-02 15:43:47 -04001package tenants
2
Jon Perritt27249f42016-02-18 10:35:59 -06003import "github.com/gophercloud/gophercloud"
Ash Wilson1f110512014-10-02 15:43:47 -04004
5func listURL(client *gophercloud.ServiceClient) string {
6 return client.ServiceURL("tenants")
7}