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