aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/dashapi/dashapi.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-03-19 16:37:21 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-03-19 16:37:21 +0100
commit3f1c29d938900aa03cb6233aa857049a9841b7c2 (patch)
tree45632c050cbf6047dc56c3996cf8aa1cada35991 /dashboard/dashapi/dashapi.go
parent28c04d39e052ee2960eebc16a3f7fba88920cd52 (diff)
dashboard/app: report bisection results to external reporting
Update #501
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
-rw-r--r--dashboard/dashapi/dashapi.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go
index 006ed1ce7..24f2a87a1 100644
--- a/dashboard/dashapi/dashapi.go
+++ b/dashboard/dashapi/dashapi.go
@@ -332,7 +332,8 @@ type BisectResult struct {
}
type BugUpdate struct {
- ID string
+ ID string // copied from BugReport
+ JobID string // copied from BugReport
ExtID string
Link string
Status BugStatus