| package policies | |
| import "github.com/rackspace/gophercloud" | |
| func listURL(c *gophercloud.ServiceClient, groupID string) string { | |
| return c.ServiceURL("groups", groupID, "policies") | |
| } | |
| func createURL(c *gophercloud.ServiceClient, groupID string) string { | |
| return c.ServiceURL("groups", groupID, "policies") | |
| } |