feat: continuing work on downloading files
This commit is contained in:
@@ -74,13 +74,14 @@ pub mod messages {
|
||||
|
||||
OpenedTTY(u64),
|
||||
ClosedTTY(u64),
|
||||
SendTTYData(u64, Vec<u64>),
|
||||
SendTTYData(u64, Vec<u8>),
|
||||
|
||||
UploadFileID(u64),
|
||||
UploadFileStatus(u64, Vec<u64>),
|
||||
|
||||
StartDownloadFile(u64),
|
||||
DownloadFileSegment(u64, u64, Vec<u64>),
|
||||
StartDownloadFile(u64, u64),
|
||||
GetDownloadFileStatus(u64, Vec<u64>),
|
||||
DownloadFileSegment(u64, u64, Vec<u8>),
|
||||
}
|
||||
|
||||
#[derive(Serialize_repr, Deserialize_repr, Debug, Clone, Copy)]
|
||||
|
||||
Reference in New Issue
Block a user