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:
parent
beedf1da25
commit
b1abe59193
16 changed files with 22 additions and 2 deletions
|
@ -72,6 +72,7 @@ gen r u c gc = do
|
|||
, retrieveKeyFile = retrieve u hdl
|
||||
, retrieveKeyFileCheap = \_ _ _ -> return False
|
||||
, removeKey = remove
|
||||
, lockContent = Nothing
|
||||
, checkPresent = checkKey u hdl
|
||||
, checkPresentCheap = False
|
||||
, whereisKey = Nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue