commit | 2e81732d7cce35740ccfefa502d3c36656d8054d | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Feb 16 15:29:17 2015 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Wed Oct 14 12:14:37 2015 +0200 |
tree | 6b3d2363c9fc04efe42e2c306642f9e6d7ab994f | |
parent | e0524731bc05f1f25015d6f47f20120ef54507d1 [diff] [blame] |
Rework locations of extracted structs
diff --git a/rackspace/db/v1/instances/urls.go b/rackspace/db/v1/instances/urls.go index 12f8d83..5955f4c 100644 --- a/rackspace/db/v1/instances/urls.go +++ b/rackspace/db/v1/instances/urls.go
@@ -17,3 +17,7 @@ func configURL(c *gophercloud.ServiceClient, id string) string { return c.ServiceURL("instances", id, "configuration") } + +func backupsURL(c *gophercloud.ServiceClient, id string) string { + return c.ServiceURL("instances", id, "backups") +}