Adding DeleteResult for rackspace.blockstorage.v1.snapshots.Delete
diff --git a/rackspace/blockstorage/v1/snapshots/delegate.go b/rackspace/blockstorage/v1/snapshots/delegate.go
index 3ae2438..aacef7c 100644
--- a/rackspace/blockstorage/v1/snapshots/delegate.go
+++ b/rackspace/blockstorage/v1/snapshots/delegate.go
@@ -67,8 +67,8 @@
}
// Delete will delete the existing Snapshot with the provided ID.
-func Delete(client *gophercloud.ServiceClient, id string) error {
- return os.Delete(client, id)
+func Delete(client *gophercloud.ServiceClient, id string) DeleteResult {
+ return DeleteResult{os.Delete(client, id)}
}
// Get retrieves the Snapshot with the provided ID. To extract the Snapshot