no remotes support import yet
This commit is contained in:
parent
e8bfc3640b
commit
ccc0684d21
20 changed files with 68 additions and 22 deletions
|
@ -263,7 +263,7 @@ data ImportActions a = ImportActions
|
|||
--
|
||||
-- May also find old versions of files that are still stored in the
|
||||
-- remote, and return a ContentHistory with multiple nodes.
|
||||
{ listContents :: a (ContentHistory [(ExportLocation, ContentIdentifier)])
|
||||
{ listContents :: a (Maybe (ContentHistory [(ExportLocation, ContentIdentifier)]))
|
||||
-- Retrieves a file from the remote. Ensures that the file
|
||||
-- it retrieves has the requested ContentIdentifier.
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue