| Brad Ison | 366a7a0 | 2016-03-27 17:06:21 -0400 | [diff] [blame^] | 1 | package webhooks |
| 2 | |||||
| 3 | import "github.com/rackspace/gophercloud" | ||||
| 4 | |||||
| 5 | func listURL(c *gophercloud.ServiceClient, groupID, policyID string) string { | ||||
| 6 | return c.ServiceURL("groups", groupID, "policies", policyID, "webhooks") | ||||
| 7 | } | ||||