github.com/huaweicloud/golangsdk@v0.0.0-20210831081626-d823fe11ceba/openstack/cci/v1/networks/urls.go (about)

     1  package networks
     2  
     3  import "github.com/huaweicloud/golangsdk"
     4  
     5  func rootURL(client *golangsdk.ServiceClient, ns string) string {
     6  	return client.ServiceURL("namespaces", ns, "networks")
     7  }
     8  
     9  func resourceURL(client *golangsdk.ServiceClient, ns, name string) string {
    10  	return client.ServiceURL("namespaces", ns, "networks", name)
    11  }