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