github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/sdrs/v1/replications/urls.go (about) 1 package replications 2 3 import "github.com/opentelekomcloud/gophertelekomcloud" 4 5 func rootURL(c *golangsdk.ServiceClient) string { 6 return c.ServiceURL("replications") 7 } 8 9 func resourceURL(c *golangsdk.ServiceClient, id string) string { 10 return c.ServiceURL("replications", id) 11 }