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