github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/iec/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 UpdateURL(c *golangsdk.ServiceClient, bandwidthId string) string {
    12  	return c.ServiceURL("bandwidths", bandwidthId)
    13  }