diff options
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 2a6c8df22..cbc89cce2 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -417,6 +417,7 @@ const ( KernelObject AssetType = "kernel_object" KernelImage AssetType = "kernel_image" HTMLCoverageReport AssetType = "html_coverage_report" + MountInRepro AssetType = "mount_in_repro" ) type BisectResult struct { |
