diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-11-22 10:14:48 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-11-22 12:49:11 +0100 |
| commit | 8c7cd9275d42c9dd3cf5d93c1a9fb01b99f88db8 (patch) | |
| tree | d1499fe65138852e8d7b6f9306bf2a3acf3b4979 /dashboard/dashapi/dashapi.go | |
| parent | ee01a72bf45603694caa6c9471bdccb6698180d4 (diff) | |
dashboard/app: support corrupted reports
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 10c6a9b60..50c144dae 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -147,8 +147,9 @@ func (dash *Dashboard) ReportCrash(crash *Crash) (*ReportCrashResp, error) { // CrashID is a short summary of a crash for repro queires. type CrashID struct { - BuildID string - Title string + BuildID string + Title string + Corrupted bool } type NeedReproResp struct { |
