github.com/vnpaycloud-console/gophercloud/v2@v2.0.5/openstack/networking/v2/extensions/security/rules/urls.go (about) 1 package rules 2 3 import "github.com/vnpaycloud-console/gophercloud/v2" 4 5 const rootPath = "security-group-rules" 6 7 func rootURL(c *gophercloud.ServiceClient) string { 8 return c.ServiceURL(rootPath) 9 } 10 11 func resourceURL(c *gophercloud.ServiceClient, id string) string { 12 return c.ServiceURL(rootPath, id) 13 }