blob: 8d87b6e7d44afaa1b1a5609a80c92555fabc2783 [file] [log] [blame]
package roles
import "github.com/gophercloud/gophercloud"
func listAssignmentsURL(client *gophercloud.ServiceClient) string {
return client.ServiceURL("role_assignments")
}