incremental verification for retrieval from import remotes
Sponsored-by: Dartmouth College's Datalad project
This commit is contained in:
parent
2f2701137d
commit
e8a601aa24
12 changed files with 129 additions and 83 deletions
|
@ -346,10 +346,11 @@ data ImportActions a = ImportActions
|
|||
-> ContentIdentifier
|
||||
-- file to write content to
|
||||
-> FilePath
|
||||
-- callback that generates a key from the downloaded content
|
||||
-> a Key
|
||||
-- Either the key, or when it's not yet known, a callback
|
||||
-- that generates a key from the downloaded content.
|
||||
-> Either Key (a Key)
|
||||
-> MeterUpdate
|
||||
-> a Key
|
||||
-> a (Key, Verification)
|
||||
-- Exports content to an ExportLocation, and returns the
|
||||
-- ContentIdentifier corresponding to the content it stored.
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue