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

     1  package tracker
     2  
     3  import "github.com/huaweicloud/golangsdk"
     4  
     5  const rootPath = "tracker"
     6  const trackerName = "system"
     7  
     8  func rootURL(c *golangsdk.ServiceClient) string {
     9  	return c.ServiceURL(rootPath)
    10  }
    11  
    12  func resourceURL(c *golangsdk.ServiceClient) string {
    13  	return c.ServiceURL(rootPath, trackerName)
    14  }