github.com/gophercloud/gophercloud@v1.11.0/openstack/clustering/v1/webhooks/urls.go (about) 1 package webhooks 2 3 import "github.com/gophercloud/gophercloud" 4 5 func triggerURL(client *gophercloud.ServiceClient, id string) string { 6 return client.ServiceURL("v1", "webhooks", id, "trigger") 7 }