github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/compute/v2/extensions/urls.go (about)

     1  package extensions
     2  
     3  import "github.com/vnpaycloud-console/gophercloud/v2"
     4  
     5  func ActionURL(client *gophercloud.ServiceClient, id string) string {
     6  	return client.ServiceURL("servers", id, "action")
     7  }