comment
This commit is contained in:
parent
cfe20dd788
commit
234830b5c9
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,8 @@ data RemoteA a = Remote {
|
||||||
-- (The MeterUpdate does not need to be used if it retrieves
|
-- (The MeterUpdate does not need to be used if it retrieves
|
||||||
-- directly to the file, and not to an intermediate file.)
|
-- directly to the file, and not to an intermediate file.)
|
||||||
retrieveKeyFile :: Key -> AssociatedFile -> FilePath -> MeterUpdate -> a Bool,
|
retrieveKeyFile :: Key -> AssociatedFile -> FilePath -> MeterUpdate -> a Bool,
|
||||||
-- retrieves a key's contents to a tmp file, if it can be done cheaply
|
-- Retrieves a key's contents to a tmp file, if it can be done cheaply.
|
||||||
|
-- It's ok to create a symlink or hardlink.
|
||||||
retrieveKeyFileCheap :: Key -> FilePath -> a Bool,
|
retrieveKeyFileCheap :: Key -> FilePath -> a Bool,
|
||||||
-- removes a key's contents (succeeds if the contents are not present)
|
-- removes a key's contents (succeeds if the contents are not present)
|
||||||
removeKey :: Key -> a Bool,
|
removeKey :: Key -> a Bool,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue