github.com/chnsz/golangsdk@v0.0.0-20240506093406-85a3fbfa605b/openstack/vpn/v5/customer_gateways/urls.go (about)

     1  package customer_gateways
     2  
     3  import "github.com/chnsz/golangsdk"
     4  
     5  func listURL(c *golangsdk.ServiceClient) string {
     6  	return c.ServiceURL("customer-gateways")
     7  }