add globallyAvailable to remotes
This commit is contained in:
parent
57e5960758
commit
449520a573
12 changed files with 23 additions and 4 deletions
|
@ -74,6 +74,8 @@ data RemoteA a = Remote {
|
|||
localpath :: Maybe FilePath,
|
||||
-- a Remote can be known to be readonly
|
||||
readonly :: Bool,
|
||||
-- a Remote can be globally available. (Ie, "in the cloud".)
|
||||
globallyAvailable :: Bool,
|
||||
-- the type of the remote
|
||||
remotetype :: RemoteTypeA a
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue