github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/compute/v2/extensions/rescueunrescue/urls.go (about)

     1  package rescueunrescue
     2  
     3  import "github.com/huaweicloud/golangsdk"
     4  
     5  func actionURL(client *golangsdk.ServiceClient, id string) string {
     6  	return client.ServiceURL("servers", id, "action")
     7  }