Daniel Speichert | 44e3b54 | 2015-08-26 20:55:58 -0400 | [diff] [blame] | 1 | package roles |
| 2 | |
Krzysztof Szukiełojć | 3f41d08 | 2017-05-07 14:43:06 +0200 | [diff] [blame] | 3 | import "gerrit.mcp.mirantis.net/debian/gophercloud.git" |
Daniel Speichert | 44e3b54 | 2015-08-26 20:55:58 -0400 | [diff] [blame] | 4 | |
Daniel Speichert | 1cc1c84 | 2015-09-15 23:19:13 -0400 | [diff] [blame] | 5 | func listAssignmentsURL(client *gophercloud.ServiceClient) string { |
Daniel Speichert | 44e3b54 | 2015-08-26 20:55:58 -0400 | [diff] [blame] | 6 | return client.ServiceURL("role_assignments") |
| 7 | } |
Krzysztof Szukiełojć | 94da1c0 | 2017-05-08 15:56:48 +0200 | [diff] [blame] | 8 | |
| 9 | func listURL(client *gophercloud.ServiceClient) string{ |
| 10 | return client.ServiceURL("roles") |
| 11 | } |