blob: 1699617df8d3de450a4a3b450941527d8b03c551 [file] [log] [blame]
Daniel Speichert44e3b542015-08-26 20:55:58 -04001package roles
2
Krzysztof Szukiełojć3f41d082017-05-07 14:43:06 +02003import "gerrit.mcp.mirantis.net/debian/gophercloud.git"
Daniel Speichert44e3b542015-08-26 20:55:58 -04004
Daniel Speichert1cc1c842015-09-15 23:19:13 -04005func listAssignmentsURL(client *gophercloud.ServiceClient) string {
Daniel Speichert44e3b542015-08-26 20:55:58 -04006 return client.ServiceURL("role_assignments")
7}