Start working on automatic file history

This commit is contained in:
timvisee 2018-04-19 00:52:59 +02:00
parent ca616f6167
commit 6da2e5ca2a
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2
7 changed files with 151 additions and 2 deletions

View file

@ -26,7 +26,7 @@ const SHARE_FRAGMENT_PATTERN: &'static str = r"^([a-zA-Z0-9-_+/]+)?\s*$";
///
/// The struct contains the file ID, the file URL, the key that is required
/// in combination with the file, and the owner key.
#[derive(Debug, Serialize, Deserialize)]
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct RemoteFile {
/// The ID of the file on that server.
id: String,