blob: adea6ccae8aa4c7494c171dbdd905da8440aef76 [file] [log] [blame]
package policies
import "github.com/rackspace/gophercloud"
func listURL(c *gophercloud.ServiceClient, groupID string) string {
return c.ServiceURL("groups", groupID, "policies")
}