github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/dcs/v2/flavors/urls.go (about) 1 package flavors 2 3 import ( 4 "github.com/chnsz/golangsdk" 5 ) 6 7 // listURL will build the get url of List function 8 func listURL(client *golangsdk.ServiceClient) string { 9 return client.ServiceURL(client.ProjectID, "flavors") 10 }