Daniel Speichert | 44e3b54 | 2015-08-26 20:55:58 -0400 | [diff] [blame] | 1 | package roles |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
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 | } |