Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
debian
/
gophercloud
/
94164fa80c98977e8bda83e569ba04a040aac613
/
.
/
rackspace
/
db
/
v1
/
instances
/
urls.go
blob: bb6edf2be633f907ba0024ea36b9bd2e5f02565f [
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)
}