blob: c129185d7c855eb1a3fbe4ed73a97924563608af [file] [log] [blame]
package snapshots
import "github.com/rackspace/gophercloud"
func snapshotsURL(c *gophercloud.ServiceClient) string {
return c.ServiceURL("snapshots")
}
func snapshotURL(c *gophercloud.ServiceClient, id string) string {
return c.ServiceURL("snapshots", id)
}