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

     1  package bootfromvolume
     2  
     3  import "github.com/opentelekomcloud/gophertelekomcloud"
     4  
     5  func createURL(c *golangsdk.ServiceClient) string {
     6  	return c.ServiceURL("os-volumes_boot")
     7  }