Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3299551
D4224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
443 B
Referenced Files
None
Subscribers
None
D4224.diff
View Options
diff --git a/services/commtest/src/backup_utils.rs b/services/commtest/src/backup_utils.rs
--- a/services/commtest/src/backup_utils.rs
+++ b/services/commtest/src/backup_utils.rs
@@ -3,3 +3,11 @@
}
pub use proto::backup_service_client::BackupServiceClient;
+
+pub struct BackupData {
+ pub user_id: String,
+ pub device_id: String,
+ pub backup_id: String,
+ pub backup_chunk_sizes: Vec<usize>,
+ pub logs_sizes: Vec<Vec<usize>>,
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 1:31 PM (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2534988
Default Alt Text
D4224.diff (443 B)
Attached To
Mode
D4224: [DRAFT] [services] Tests - Backup Utils - Add BackupData struct
Attached
Detach File
Event Timeline
Log In to Comment