github.com/opentelekomcloud/gophertelekomcloud@v0.9.3/openstack/rts/v1/softwareconfig/urls.go (about)

     1  package softwareconfig
     2  
     3  import "github.com/opentelekomcloud/gophertelekomcloud"
     4  
     5  const resourcePath = "software_configs"
     6  
     7  func rootURL(c *golangsdk.ServiceClient) string {
     8  	return c.ServiceURL(resourcePath)
     9  }
    10  
    11  func resourceURL(c *golangsdk.ServiceClient, id string) string {
    12  	return c.ServiceURL(resourcePath, id)
    13  }