blob: b009340d0963c1949198343cdd45c242a50d30cb [file] [log] [blame]
Daniel Speichert44e3b542015-08-26 20:55:58 -04001package roles
2
3import "github.com/rackspace/gophercloud"
4
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}