github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/dms/v1/products/urls.go (about) 1 package products 2 3 import ( 4 "github.com/chnsz/golangsdk" 5 ) 6 7 // endpoint/products 8 const resourcePath = "products" 9 10 // getURL will build the get url of get function 11 func getURL(client *golangsdk.ServiceClient) string { 12 return client.ServiceURL(resourcePath) 13 }