incomplete action to download files from import
This commit is contained in:
parent
b6e2a5e9c2
commit
f4b773e9a1
4 changed files with 100 additions and 13 deletions
|
@ -258,7 +258,8 @@ data ImportActions a = ImportActions
|
|||
:: ExportLocation
|
||||
-> ContentIdentifier
|
||||
-> (FilePath -> a Key)
|
||||
-- ^ callback that generates a key from the downloaded content
|
||||
-- ^ callback that generates a key from the downloaded content,
|
||||
-- it may rename or delete the file
|
||||
-> MeterUpdate
|
||||
-> a (Maybe Key)
|
||||
-- Exports content to an ExportLocation, and returns the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue