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

     1  package stacktemplates
     2  
     3  import "github.com/opentelekomcloud/gophertelekomcloud"
     4  
     5  func getURL(c *golangsdk.ServiceClient, stackName, stackID string) string {
     6  	return c.ServiceURL("stacks", stackName, stackID, "template")
     7  }