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