github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/compute/v2/extensions/evacuate/urls.go (about)

     1  package evacuate
     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  }