github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/dws/cluster/urls.go (about) 1 package cluster 2 3 import "github.com/huaweicloud/golangsdk" 4 5 const ( 6 resourcePath = "clusters" 7 ) 8 9 func createURL(c *golangsdk.ServiceClient) string { 10 return c.ServiceURL(resourcePath) 11 } 12 13 func resourceURL(c *golangsdk.ServiceClient, id string) string { 14 return c.ServiceURL(resourcePath, id) 15 }