Daniel Speichert | 44e3b54 | 2015-08-26 20:55:58 -0400 | [diff] [blame^] | 1 | package roles |
2 | |||||
3 | import "github.com/rackspace/gophercloud" | ||||
4 | |||||
5 | func roleAssignmentsURL(client *gophercloud.ServiceClient) string { | ||||
6 | return client.ServiceURL("role_assignments") | ||||
7 | } |