github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/iec/v1/subnets/urls.go (about) 1 package subnets 2 3 import "github.com/huaweicloud/golangsdk" 4 5 func rootURL(c *golangsdk.ServiceClient) string { 6 return c.ServiceURL("subnets") 7 } 8 9 func DeleteURL(c *golangsdk.ServiceClient, subnetId string) string { 10 return c.ServiceURL("subnets", subnetId) 11 } 12 13 func GetURL(c *golangsdk.ServiceClient, subnetId string) string { 14 return c.ServiceURL("subnets", subnetId) 15 } 16 17 func UpdateURL(c *golangsdk.ServiceClient, subnetId string) string { 18 return c.ServiceURL("subnets", subnetId) 19 }