github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/waf/v1/clouds/urls.go (about)

     1  package clouds
     2  
     3  import "github.com/chnsz/golangsdk"
     4  
     5  func createURL(client *golangsdk.ServiceClient) string {
     6  	return client.ServiceURL("subscription/purchase/prepaid-cloud-waf")
     7  }
     8  
     9  func createOrDeletePostPaidURL(client *golangsdk.ServiceClient) string {
    10  	return client.ServiceURL("postpaid")
    11  }
    12  
    13  func getURL(client *golangsdk.ServiceClient) string {
    14  	return client.ServiceURL("subscription")
    15  }
    16  
    17  func updateURL(client *golangsdk.ServiceClient) string {
    18  	return client.ServiceURL("subscription/batchalter/prepaid-cloud-waf")
    19  }