github.com/gophercloud/gophercloud@v1.11.0/openstack/blockstorage/extensions/volumeactions/urls.go (about) 1 package volumeactions 2 3 import "github.com/gophercloud/gophercloud" 4 5 func actionURL(c *gophercloud.ServiceClient, id string) string { 6 return c.ServiceURL("volumes", id, "action") 7 }