github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/compute/v2/extensions/migrate/urls.go (about) 1 package migrate 2 3 import ( 4 "github.com/opentelekomcloud/gophertelekomcloud" 5 ) 6 7 func actionURL(client *golangsdk.ServiceClient, id string) string { 8 return client.ServiceURL("servers", id, "action") 9 }