github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/cts/v1/tracker/urls.go (about)

     1  package tracker
     2  
     3  import "github.com/chnsz/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  }