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