github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/evs/v3/volumes/urls.go (about) 1 package volumes 2 3 import "github.com/opentelekomcloud/gophertelekomcloud" 4 5 func createURL(c *golangsdk.ServiceClient) string { 6 return c.ServiceURL("cloudvolumes") 7 } 8 9 func getURL(c *golangsdk.ServiceClient, id string) string { 10 return c.ServiceURL("os-vendor-volumes", id) 11 }