github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/ecs/v1/block_devices/urls.go (about) 1 package block_devices 2 3 import "github.com/opentelekomcloud/gophertelekomcloud" 4 5 func getURL(c *golangsdk.ServiceClient, server_id string, volume_id string) string { 6 return c.ServiceURL("cloudservers", server_id, "block_device", volume_id) 7 }