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