diff options
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 4c46d1582..17cd8df91 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -412,6 +412,11 @@ type BugReport struct { BisectFix *BisectResult Assets []Asset Subsystems []BugSubsystem + ReportElements *ReportElements +} + +type ReportElements struct { + GuiltyFiles []string } type BugSubsystem struct { |
