summaryrefslogtreecommitdiff
path: root/src/cmds/collect/single_file.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmds/collect/single_file.rs')
-rw-r--r--src/cmds/collect/single_file.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmds/collect/single_file.rs b/src/cmds/collect/single_file.rs
new file mode 100644
index 0000000..92c2829
--- /dev/null
+++ b/src/cmds/collect/single_file.rs
@@ -0,0 +1,3 @@
+pub struct JVSingleFileCollect {
+ pub data: Vec<u8>,
+}