blob: e5fbf8245408e92af4cfcdfc23a06d1f4dd8b01f [file] [log] [blame]
package defsecrules
import "github.com/gophercloud/gophercloud"
const rulepath = "os-security-group-default-rules"
func resourceURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL(rulepath, id)
}
func rootURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL(rulepath)
}