blob: bd6b098dadc27f666df2da23ba0d67c094c82287 [file] [log] [blame]
package cloudnetworks
import "github.com/rackspace/gophercloud"
func listURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("cloud_networks")
}
func getURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("cloud_networks", id)
}