summaryrefslogtreecommitdiffstats
path: root/runtime/export/file_reference.go
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/export/file_reference.go')
-rw-r--r--runtime/export/file_reference.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/export/file_reference.go b/runtime/export/file_reference.go
new file mode 100644
index 0000000..14aac0e
--- /dev/null
+++ b/runtime/export/file_reference.go
@@ -0,0 +1,7 @@
+package export
+
+type fileReference struct {
+ References int `json:"count"`
+ SizeBytes uint64 `json:"sizeBytes"`
+ Path string `json:"file"`
+}