mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-05 10:19:23 +02:00
Start working on automatic file history
This commit is contained in:
parent
ca616f6167
commit
6da2e5ca2a
7 changed files with 151 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue