blob: 8d87b6e7d44afaa1b1a5609a80c92555fabc2783 [file] [log] [blame]
Daniel Speichert44e3b542015-08-26 20:55:58 -04001package roles
2
Jon Perritt27249f42016-02-18 10:35:59 -06003import "github.com/gophercloud/gophercloud"
Daniel Speichert44e3b542015-08-26 20:55:58 -04004
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}