blob: c0c1bad5691c2116708f9861b7e5cf793369486e [file] [log] [blame]
package instances
import "github.com/rackspace/gophercloud"
func baseURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("instances")
}
func createURL(c *gophercloud.ServiceClient) string {
return baseURL(c)
}
func configURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("instances", id, "configuration")
}