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