add removeKey action to Remote

Not implemented for any remotes yet; probably the git remote is the only
one that will ever implement it.
This commit is contained in:
Joey Hess 2015-10-08 15:01:38 -04:00
parent beedf1da25
commit b1abe59193
Failed to extract signature
16 changed files with 22 additions and 2 deletions

View file

@ -60,6 +60,7 @@ gen r u c gc = new <$> remoteCost gc expensiveRemoteCost
, retrieveKeyFile = retreiveKeyFileDummy
, retrieveKeyFileCheap = retrieveCheap
, removeKey = removeKeyDummy
, lockContent = Nothing
, checkPresent = checkPresentDummy
, checkPresentCheap = False
, whereisKey = Nothing