commit | 366a7a02d72ee306d4419d8a4f1d23b0a1f756b3 | [log] [tgz] |
---|---|---|
author | Brad Ison <bison@garbagebrain.org> | Sun Mar 27 17:06:21 2016 -0400 |
committer | Brad Ison <bison@garbagebrain.org> | Wed Apr 06 15:55:39 2016 -0400 |
tree | b0a1a74800987be8239e158f25a1c43f70291a34 | |
parent | 282247b867eb690bf8a7dd0e12d23533decf478c [diff] [blame] |
Rackspace Auto Scale: Add webhooks List()
diff --git a/rackspace/autoscale/v1/webhooks/urls.go b/rackspace/autoscale/v1/webhooks/urls.go new file mode 100644 index 0000000..802db89 --- /dev/null +++ b/rackspace/autoscale/v1/webhooks/urls.go
@@ -0,0 +1,7 @@ +package webhooks + +import "github.com/rackspace/gophercloud" + +func listURL(c *gophercloud.ServiceClient, groupID, policyID string) string { + return c.ServiceURL("groups", groupID, "policies", policyID, "webhooks") +}