blob: 8068ac31965045ce060c97e9a085a8291f496651 [file] [log] [blame]
Daniel Speichert44e3b542015-08-26 20:55:58 -04001package roles
2
3import "github.com/rackspace/gophercloud"
4
5func roleAssignmentsURL(client *gophercloud.ServiceClient) string {
6 return client.ServiceURL("role_assignments")
7}