blob: a083f7a216cfea140f686f6f37786d5bb476edea [file] [log] [blame]
Ash Wilson1f110512014-10-02 15:43:47 -04001package tenants
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Ash Wilson1f110512014-10-02 15:43:47 -04004
5func listURL(client *gophercloud.ServiceClient) string {
6 return client.ServiceURL("tenants")
7}