blob: 20486ed71944fe6302736f88877523b60a32177c [file] [log] [blame]
package volumeactions
import "github.com/gophercloud/gophercloud"
func actionURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("volumes", id, "action")
}